summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-05-08 18:50:06 +0000
committerderaadt <deraadt@openbsd.org>2007-05-08 18:50:06 +0000
commit3ca2307fbe50ecc5159bf396acd65c52f1ad62dc (patch)
tree58a1e08d3191b04efc70dd843cd74badb5a17bdc
parentrl_detach() is only used for cardbus case (diff)
downloadwireguard-openbsd-3ca2307fbe50ecc5159bf396acd65c52f1ad62dc.tar.xz
wireguard-openbsd-3ca2307fbe50ecc5159bf396acd65c52f1ad62dc.zip
places they get called are #ifdef notdef, so the code itself can be too
-rw-r--r--sys/dev/pcmcia/if_ne_pcmcia.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c
index 81080f91c9b..6e451a4ba72 100644
--- a/sys/dev/pcmcia/if_ne_pcmcia.c
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ne_pcmcia.c,v 1.89 2006/09/22 22:19:53 fgsch Exp $ */
+/* $OpenBSD: if_ne_pcmcia.c,v 1.90 2007/05/08 18:50:06 deraadt Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */
/*
@@ -879,6 +879,7 @@ ne_pcmcia_activate(dev, act)
return (0);
}
+#ifdef notyet
int
ne_pcmcia_enable(dsc)
struct dp8390_softc *dsc;
@@ -906,6 +907,7 @@ ne_pcmcia_disable(dsc)
pcmcia_intr_disestablish(psc->sc_pf, psc->sc_ih);
pcmcia_function_disable(psc->sc_pf);
}
+#endif
u_int8_t *
ne_pcmcia_get_enaddr(psc, maddr, myea)