Subject: CVS commit: src/sys/dev/pcmcia
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 10/22/2003 15:03:04
Module Name:	src
Committed By:	briggs
Date:		Wed Oct 22 15:03:04 UTC 2003

Modified Files:
	src/sys/dev/pcmcia: wdc_pcmcia.c

Log Message:
enami noted that my last fix was not correct.  Simplify the code some (and
make it more correct) by removing a flag to track wdc attachment.  Disable
the function after wdcattach() is called, and remove a conditional when
enabling the function in wdc_pcmcia_enable().


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/dev/pcmcia/wdc_pcmcia.c

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