Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia enami's fix to dp8390 did the trick, it does ...
details: https://anonhg.NetBSD.org/src/rev/6a39c66305d9
branches: trunk
changeset: 481588:6a39c66305d9
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Feb 02 11:17:32 2000 +0000
description:
enami's fix to dp8390 did the trick, it does not hang up any more.
enable detach routine by default.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 9e0e67eeb906 -r 6a39c66305d9 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Wed Feb 02 11:00:48 2000 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Wed Feb 02 11:17:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.49 2000/02/02 10:00:07 itojun Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.50 2000/02/02 11:17:32 itojun Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -617,7 +617,6 @@
struct device *self;
int flags;
{
-#if 0
struct ne_pcmcia_softc *psc = (struct ne_pcmcia_softc *)self;
int rv;
@@ -632,9 +631,6 @@
}
return rv;
-#else
- return EBUSY;
-#endif
}
int
Home |
Main Index |
Thread Index |
Old Index