Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/14/2004 19:53:47
Module Name:	src
Committed By:	dyoung
Date:		Tue Dec 14 19:53:47 UTC 2004

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

Log Message:
In wi_stop, wait for transmit commands to complete.  Extract
subroutine wi_txcmd_wait from wi_cmd and wi_stop.

This stops wi from griping, "wi0: command timed out, cmd=0x10b,
arg=0x0", when we down/up the interface.  Thanks to Pavel Cahyna
for reporting this bug.


To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 src/sys/dev/ic/wi.c

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