summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-09-05 18:18:51 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-09-05 18:18:51 +0000
commit26f2c634cf644276cd544c193b2a8a6a7b2674fe (patch)
tree0a19a2cfd7a3db06e608932dbd7caeccba822e8d /sys/dev/cardbus
parent92c05d8b674beb0766817a5189e46d13bb3b0b4d (diff)
Support detach of xl(4) devices, mainly to allow the ejection and insertion of
3Com575-based CardBus PC Cards; from nate@
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/if_xl_cardbus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c
index debb014b67d..1f8bc5db0d8 100644
--- a/sys/dev/cardbus/if_xl_cardbus.c
+++ b/sys/dev/cardbus/if_xl_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_cardbus.c,v 1.5 2000/07/06 21:17:44 aaron Exp $ */
+/* $OpenBSD: if_xl_cardbus.c,v 1.6 2000/09/05 18:18:50 aaron Exp $ */
/* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */
/*
@@ -339,9 +339,7 @@ xl_cardbus_detach(self, arg)
}
#endif
-#if 0
rv = xl_detach(sc);
-#endif
if (rv == 0) {
/*
* Unhook the interrupt handler.