freebsd-nq/sys/i386/scsi
Justin T. Gibbs df9ab5b30f - KNF cleanup.
- Add support for memory mapped I/O.
- Use DMA to get SCBs down to the adapters.
- Remove old paging code.
- Be much smarter about how we allocate SCB space.  The old, simple method
  wasted almost half a page per SCB. Ooops.
- Make command complete interrupt processing more efficient.
- Break the monolithic ahc_intr into sub-routines.  The sub-routines handle
  rare, special case events so the function call is not a penalty and the
  removal of the code from the main routine most likely improves performance
  instruction prefech will work better and less code is pushed into the cache.
- Never, ever allow tagged queueing if a device has disconnection disabled.
- Clean up and simplify timeout code.  Many of the changes are to handle the
  new DMA scheme.
1996-10-25 06:42:53 +00:00
..
93cx6.c - KNF cleanup. 1996-10-25 06:42:53 +00:00
93cx6.h - KNF cleanup. 1996-10-25 06:42:53 +00:00
advansys.c Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. 1996-10-07 02:07:07 +00:00
advansys.h Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. 1996-10-07 02:07:07 +00:00
aic7xxx.c - KNF cleanup. 1996-10-25 06:42:53 +00:00
aic7xxx.h - KNF cleanup. 1996-10-25 06:42:53 +00:00
bt.c oops somehow this dissppeared along the way.. 1996-08-19 02:42:40 +00:00
btreg.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00