freebsd-dev/sys/dev/ciss
Paul Saab d4aa427fd1 - Set the maximum number of device transactions to what the driver
is limiting it to, not what the device says it can handle.
- cl_status is an integer. cl_lstatus is a pointer.
- Add some debugging code to dump some things the driver knows about
  the adapter.
- Tell CAM that the adapter can handle more commands when a command
  completes.  This fixes the problem were the SIM would freeze once
  the driver hit the maximum number of transactions for the device.
- Change the vendor string to COMPAQ.
- Turn of Synchronize Cache for now.  It locks the controller up.

Approved by:	msmith
Obtained from:	Yahoo!
2002-04-29 21:46:09 +00:00
..
ciss.c - Set the maximum number of device transactions to what the driver 2002-04-29 21:46:09 +00:00
cissio.h
cissreg.h
cissvar.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00