mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
- 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. |
||
|---|---|---|
| .. | ||
| mly.c | ||
| mly_cam.c | ||
| mly_pci.c | ||
| mly_tables.h | ||
| mlyio.h | ||
| mlyreg.h | ||
| mlyvar.h | ||