freebsd-skq/sys/dev/aha
imp 9189a12295 Minor tweaks to make it behave better:
o When we're resetting the board, make sure that we error out the pending
  CCBs first.  Otherwise the aha_cmd won't accept further commands, such
  as those that are used to reset the card (AOP_INITIALIZE_MBOX).  This
  appears to cause a cascade failure where no more commands are possible
  to the card.
o Reduce from 10s down to 1s the amount of time we're willing to tolerate
  the card being awol.  This helps the above case.
o Add some error checking to two commands issued in the probe.

I have a dim memory of gibbs@ trying to tell me about this problem a
few years ago, so pointy hat to imp@ for sitting on it so long.
2003-11-09 17:16:39 +00:00
..
aha_isa.c Make this driver a little more style(9) compliant 2003-11-09 00:51:52 +00:00
aha_mca.c Make this driver a little more style(9) compliant 2003-11-09 00:51:52 +00:00
aha.c Minor tweaks to make it behave better: 2003-11-09 17:16:39 +00:00
ahareg.h Minor comment smithing 2003-11-09 17:05:55 +00:00