Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 21:53:55 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/aha aha.c ahareg.h
Message-ID:  <199810010453.VAA05328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1998/09/30 21:53:55 PDT

  Modified files:
    sys/dev/aha          aha.c ahareg.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.6       +32 -40    src/sys/dev/aha/aha.c
  1.2       +6 -10     src/sys/dev/aha/ahareg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810010453.VAA05328>