freebsd-dev/sys/i386/scsi
Justin T. Gibbs 0c40ff690c Increase the DELAY used in ahc_poll. This is only used during intial
probe of the device and shouldn't affect normal operation.  It seems that
some version of the aic7870 are extreamly slow in clearing their interrupt
register so the added delay is required to ensure we don't poll a stale
interrupt value.

Clean up debugging printfs and stuff superflous output into #ifdef AHC_DEBUG.

Ensure that sdtrpending and wdtrpending are cleared in all cases after
we recieve an SDTR or WDTR message.

With this commit, the 294x should work or at least be much closer to
working properly.
1995-03-17 23:58:27 +00:00
..
aic7xxx.c Increase the DELAY used in ahc_poll. This is only used during intial 1995-03-17 23:58:27 +00:00
aic7xxx.h Add tagged queueing support. Right now, we only allow two tagged 1995-02-22 01:43:25 +00:00