freebsd-dev/sys/dev/aha
Justin T. Gibbs 378d6d7395 The 1542 cards do not allow adapter commands to be queued while mailbox
commands are outstanding.  You'd think they'd just clear the IDLE bit,
but alas, no.  Delay until all pending mailbox commands have completed
in aha_cmd to work around this.

Report sync rates correctly on Fast Adaptec cards.  Clones may still be
reported incorrectly since there is no documenation on how they report
extended sync values.

Clean up some unused fields in the aha softc.
1999-05-25 20:15:20 +00:00
..
aha_isa.c Use haveseen_ioport() which is now connected up to the resource manager. 1999-05-08 18:20:57 +00:00
aha.c The 1542 cards do not allow adapter commands to be queued while mailbox 1999-05-25 20:15:20 +00:00
ahareg.h The 1542 cards do not allow adapter commands to be queued while mailbox 1999-05-25 20:15:20 +00:00