freebsd-dev/sys/i386/scsi
Justin T. Gibbs c343bdc635 The core of the Buslogic SCSI driver that is shared for all models on
all buses.

Known problems:
-The PCI probe code has not been tested. Someone with a PCI Bt card will
 have to validate it, but even if it is broken all cards the earlier version
 of this driver found in ISA compatibility mode should still be found.
-Still missing the BT956 PCI ID, so it will be found as an ISA card until
 someone suplies it.
-PCI interrupts go through an interrupt stub that returns an int until
 we remove the edge-triggered PCI compatibiliity cruft.
-ISA interrupts go through an interrupt stub until they pass in (void *).
-The driver could support more mboxes and concurrent commands by allocating
 structures separately and hanging them off the bt_data struct to get around
 the 4K page limit. Someone with documentation should do this and also
 enable tagged queuing.
1995-12-12 08:57:22 +00:00
..
93cx6.c Remove unused var. 1995-11-20 12:14:40 +00:00
93cx6.h Clean up a few nits in the aic7xxx driver: 1995-09-05 23:52:03 +00:00
aic7xxx.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
aic7xxx.h Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h. 1995-11-05 04:50:55 +00:00
bt.c The core of the Buslogic SCSI driver that is shared for all models on 1995-12-12 08:57:22 +00:00
btreg.h The core of the Buslogic SCSI driver that is shared for all models on 1995-12-12 08:57:22 +00:00