freebsd-dev/sys/dev/aha
Warner Losh 8d74c4aa15 Several minor cleanups, inspired by bug reports and the old driver:
o Unlock mailbox interface if we have a new card.  Before only newer cards
  (B or newer) that had the BIOS disabled would probe.  Cards with the
  BIOS enabled would fail to probe in the mailbox initialization code.
o Increase the number of ccbs and sg to 17 from 16 to support 64k I/O
  on a non page aligned boundary.  Ideas for dynamic determination of this
  value welcomed, as more of these are better.
o Took credit for this driver, even though I derived it from Justin's code.
  Made sure that Justin's copyright from bt.c was preserved, along with
  his name, since the error handling code is nearly identical.  Add my
  own, identical copyright.  Point people to aha_isa.c.

Cards tested: 1542C and 1542CF.  The B and CP might work now as well,
but logistical problems precluded me from testing them this evening
(if you have jumper settings for the B card, please send me private
mail).
1998-09-29 06:50:21 +00:00
..
aha_isa.c Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h 1998-09-24 10:43:42 +00:00
aha.c Several minor cleanups, inspired by bug reports and the old driver: 1998-09-29 06:50:21 +00:00
ahareg.h Adaptec 154X SCSI-Host Adapter driver for CAM. 1998-09-15 07:39:55 +00:00