]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Misc cleanup and probe rework:
authorWarner Losh <imp@FreeBSD.org>
Thu, 1 Oct 1998 04:53:55 +0000 (04:53 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 1 Oct 1998 04:53:55 +0000 (04:53 +0000)
commit667b14c25604f7b1f2bcb9b68dd0e339c4e2fad9
tree83980f4d0f96db56023b32c1c7029417657927c5
parent392dfcadb186c53348bf9a6b7acf1ff17f184757
Misc cleanup and probe rework:

o Use the board id command to find out what kind of board
  we're talking to.  If we're talking to a board that is has
  an ID that is shared between boards supported by the aha
  driver and the bt driver, then use the bt's geometry
  register to weed out the bt cards.  Otherwise assume that we
  support this card.
o Remove bt esetup command sending to the card.  It seems to
  wedge too many cards.
o Revert to doing a soft reset after an invalid command.  This
  change didn't fix anything, so I'm backing it out.  The
  whole issue of card resetting needs to be revisisted at some
  point so that we can do it properly on all hardware.
o GC unused stuff in some places.
sys/dev/aha/aha.c
sys/dev/aha/ahareg.h