summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-08 18:50:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-08 18:50:07 +0000
commitdd195ef4ff6bc7dd0f1268bbca3538decf8c9f62 (patch)
tree51023228898f2348a65af823e67b876ef3d410b0 /sys/dev/pcmcia
parentacd8e50c4bcc555e8c1d7f23d9a56d2715d99d83 (diff)
places they get called are #ifdef notdef, so the code itself can be too
Diffstat (limited to 'sys/dev/pcmcia')
-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)