summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-07 02:48:23 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-07 02:48:23 +0000
commit42996fb7977cd3e37ef35a267f902066f2da9004 (patch)
tree00afd48e3af1a9fe2f3018abc426b4370f8f43d9 /sys
parent37014d66877db7b189f31865f3205a62be325cc0 (diff)
indent
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/if_ef_isapnp.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c
index 4791ed31812..ee0909799ba 100644
--- a/sys/dev/isa/if_ef_isapnp.c
+++ b/sys/dev/isa/if_ef_isapnp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ef_isapnp.c,v 1.6 2000/05/26 16:24:30 jason Exp $ */
+/* $OpenBSD: if_ef_isapnp.c,v 1.7 2000/06/07 02:48:22 aaron Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -115,31 +115,31 @@ struct ef_softc {
#define EF_MII_DATA 0x02 /* data bit */
#define EF_MII_DIR 0x04 /* direction */
-int ef_isapnp_match __P((struct device *, void *, void *));
-void ef_isapnp_attach __P((struct device *, struct device *, void *));
-
-void efstart __P((struct ifnet *));
-int efioctl __P((struct ifnet *, u_long, caddr_t));
-void efwatchdog __P((struct ifnet *));
-void efreset __P((struct ef_softc *));
-void efstop __P((struct ef_softc *));
-void efsetmulti __P((struct ef_softc *));
-int efbusyeeprom __P((struct ef_softc *));
-int efintr __P((void *));
-void efinit __P((struct ef_softc *));
-void efcompletecmd __P((struct ef_softc *, u_int, u_int));
-void eftxstat __P((struct ef_softc *));
-void efread __P((struct ef_softc *));
-struct mbuf *efget __P((struct ef_softc *, int totlen));
-
-void ef_miibus_writereg __P((struct device *, int, int, int));
-void ef_miibus_statchg __P((struct device *));
-int ef_miibus_readreg __P((struct device *, int, int));
-void ef_mii_writeb __P((struct ef_softc *, int));
-void ef_mii_sync __P((struct ef_softc *));
-int ef_ifmedia_upd __P((struct ifnet *));
-void ef_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
-void ef_tick __P((void *));
+int ef_isapnp_match __P((struct device *, void *, void *));
+void ef_isapnp_attach __P((struct device *, struct device *, void *));
+
+void efstart __P((struct ifnet *));
+int efioctl __P((struct ifnet *, u_long, caddr_t));
+void efwatchdog __P((struct ifnet *));
+void efreset __P((struct ef_softc *));
+void efstop __P((struct ef_softc *));
+void efsetmulti __P((struct ef_softc *));
+int efbusyeeprom __P((struct ef_softc *));
+int efintr __P((void *));
+void efinit __P((struct ef_softc *));
+void efcompletecmd __P((struct ef_softc *, u_int, u_int));
+void eftxstat __P((struct ef_softc *));
+void efread __P((struct ef_softc *));
+struct mbuf *efget __P((struct ef_softc *, int totlen));
+
+void ef_miibus_writereg __P((struct device *, int, int, int));
+void ef_miibus_statchg __P((struct device *));
+int ef_miibus_readreg __P((struct device *, int, int));
+void ef_mii_writeb __P((struct ef_softc *, int));
+void ef_mii_sync __P((struct ef_softc *));
+int ef_ifmedia_upd __P((struct ifnet *));
+void ef_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
+void ef_tick __P((void *));
struct cfdriver ef_cd = {
NULL, "ef", DV_IFNET