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

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

Log Message:
Remove the "known bugs" section.  I've fixed both of them.

Use tsleep() rather than delay().  XXX Most of these are probably unnecessary
anyway.  In particular, I believe that what xi_full_reset() does is totally
gratuitous after power-cycling the socket; it should only be necessary if we
want to use power-saving mode.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/dev/pcmcia/if_xi.c

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