Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/12/2004 13:37:40
Module Name:	src
Committed By:	mycroft
Date:		Thu Aug 12 13:37:40 UTC 2004

Modified Files:
	src/sys/dev/ic: i82365.c i82365var.h

Log Message:
Various cleanup:
* Clean up the socket state earlier in the attach process -- not relying on
  the socket attachment to do it.
* Get rid of PCIC_LASTSTATE_HALF.  It's pointless.
* In pcic_wait_ready(), also check for the card vanishing, like in pccbb.
* Assert #RESET before powering up the card, not after.  (I think it was
  actually okay because the value was left as 0 from a previous disable or
  the initial socket attach, but...
* If the card fails to come ready, don't bother reinstating windows or
  anything -- just power it down.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/sys/dev/ic/i82365.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/i82365var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.