summaryrefslogtreecommitdiffstats
path: root/sys/dev/aha
Commit message (Collapse)AuthorAgeFilesLines
...
* Several minor cleanups, inspired by bug reports and the old driver:imp1998-09-291-10/+67
| | | | | | | | | | | | | | | | | | 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).
* Removed unused include of "ioconf.h" again. The CAM changes made ioconf.hbde1998-09-241-3/+1
| | | | empty but regressed to including it here.
* Use %p with (void *) casts to print pointers with printf.gibbs1998-09-171-6/+6
|
* Fix printf format bugs.gibbs1998-09-161-7/+10
|
* Adaptec 154X SCSI-Host Adapter driver for CAM.gibbs1998-09-153-0/+2455
Submitted by: Warner Losh <imp@village.org>
OpenPOWER on IntegriCloud