diff options
author | imp <imp@FreeBSD.org> | 2001-03-23 08:00:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-03-23 08:00:04 +0000 |
commit | f73340ab4e4817c699686fe51cc40c68f2d3a290 (patch) | |
tree | 09430b4d725b35b5872f2bfb05c1b8c43004bd5c /sys | |
parent | d0e4625bebabb766bc5a8d800dd8c7c8752ed667 (diff) | |
download | FreeBSD-src-f73340ab4e4817c699686fe51cc40c68f2d3a290.zip FreeBSD-src-f73340ab4e4817c699686fe51cc40c68f2d3a290.tar.gz |
Now that I have a pair of CreditCard Netwave Adapter, tweak the eject
case slightly to not print unload when the upper layers print
a message as well.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/cnw/if_cnw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c index 2aff258..b291ff2 100644 --- a/sys/dev/cnw/if_cnw.c +++ b/sys/dev/cnw/if_cnw.c @@ -1593,8 +1593,6 @@ static int cnw_pccard_detach(dev) #if 0 splx(s); #endif - device_printf(dev, "unload\n"); - return(0); } |