Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 12/19/2000 10:00:57
Module Name:	syssrc
Committed By:	onoe
Date:		Tue Dec 19 08:00:57 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: an.c anreg.h anvar.h
	syssrc/sys/dev/pcmcia: if_an_pcmcia.c

Log Message:
cleanup attach procedure, use tsleep() instead of long delay (and ignore
timeouts).
stop driver after suspend.
XXX: should use command interrupt but no document...
XXX: status update sometimes failed perhaps due to collision.
	(RID 0xff50 or 0xff68 access failed)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/an.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/anreg.h syssrc/sys/dev/ic/anvar.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pcmcia/if_an_pcmcia.c

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