Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 06/28/2001 13:40:04
Module Name:	syssrc
Committed By:	onoe
Date:		Thu Jun 28 10:40:04 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: awi.c awi_wep.c awi_wicfg.c awivar.h

Log Message:
Do not re-enable the driver after resume if the interface is marked down.
Change the first argument of awi_init/awi_stop from struct awi_softc to
struct ifnet to match the definition if_init/if_stop, though we don't
use ether_ioctl() yet.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/awi_wep.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/awi_wicfg.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ic/awivar.h

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