freebsd-dev/sys/dev/mly
Mike Smith ac91d75193 Major update and bugfix for the 'mly' driver.
- Convert to a more efficient queueing implementation.
 - Don't allocate command buffers on the fly; simply work from a
   static pool.
 - Add a control device interface, for later use.
 - Handle controller overload better as a consequence of the
   improved queue implementation.
 - Add support for the XPT_GET_TRAN_SETTINGS ccb, and correctly
   set the virtual SCSI channels up for multiple outstanding I/Os.
 - Update copyrights for 2001.
 - Some whitespace fixes to improve readability.

Due to a misunderstanding on my part, previous versions of the
driver were limited to a single outstanding I/O per virtual drive.
Needless to say, this update improves performance substantially.
2001-02-25 22:48:34 +00:00
..
mly_cam.c Major update and bugfix for the 'mly' driver. 2001-02-25 22:48:34 +00:00
mly_pci.c Major update and bugfix for the 'mly' driver. 2001-02-25 22:48:34 +00:00
mly_tables.h
mly.c Major update and bugfix for the 'mly' driver. 2001-02-25 22:48:34 +00:00
mlyio.h Major update and bugfix for the 'mly' driver. 2001-02-25 22:48:34 +00:00
mlyreg.h
mlyvar.h Major update and bugfix for the 'mly' driver. 2001-02-25 22:48:34 +00:00