Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/02/2000 04:25:15
Module Name: syssrc
Committed By: itojun
Date: Wed Feb 2 12:25:14 UTC 2000
Modified Files:
syssrc/sys/dev/pcmcia: if_cnw.c
Log Message:
implement cnw_detach.
XXX it looks that whenever there's error-return in xx_attach,
we need to have some check in xx_detach(). otherwise, routines such as
ether_ifdetach() will be called without call to ether_ifattach().
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/pcmcia/if_cnw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.