Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/27/2004 07:01:00
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec 27 07:01:00 UTC 2004

Modified Files:
	src/sys/dev/ic: ath.c

Log Message:
Disconnect the "stop transmitter/receiver" function from the
"power-off NIC" function, by adding a 'disable' argument to ath_stop.
Pass disable=0 to ath_stop() at the top of ath_init, so that we
don't power-off the Cardbus slot before resetting the HAL.  Thanks
to Greg Troxel for his analysis of this bug.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/dev/ic/ath.c

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