Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 02/09/2000 06:42:43
Module Name:	syssrc
Committed By:	enami
Date:		Wed Feb  9 14:42:42 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: dp8390.c dp8390var.h ne2000.c ne2000var.h
	syssrc/sys/dev/pcmcia: if_ne_pcmcia.c

Log Message:
- Since all resources are mandatory, no need to manage individually.
- KNF some code.
- Factor out some code into function.
- Disestablish an interrupt handler when failed to enable card power.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/dev/ic/dp8390.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/dp8390var.h
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/ne2000.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/ne2000var.h
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/pcmcia/if_ne_pcmcia.c

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