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/08/2004 07:25:20
Module Name:	src
Committed By:	mycroft
Date:		Sun Aug  8 07:25:20 UTC 2004

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

Log Message:
* Some rearrangement of where the power control hooks are called.
* Don't splnet() in xi_init() -- the callers do that.
* Don't do the enable call in xi_init() -- it should be done only in a process
  context so it can sleep.
* Call xi_start() at the end of xi_init() to restart output.
* If the interface is already up, we only need to call xi_set_address() to
  change state on SIOCSIFFLAGS.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/dev/pcmcia/if_xi.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/pcmcia/xirc.c

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