summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-08 05:41:54 +0000
committerimp <imp@FreeBSD.org>2005-02-08 05:41:54 +0000
commit28c345cd334c83405a093b56c6c6ac25d924370e (patch)
treef0ae4d4ca5f542444219768d6c0c3b47a9316569 /sys
parent29a3025dfa67b87f11e6cf880de2420340df3455 (diff)
downloadFreeBSD-src-28c345cd334c83405a093b56c6c6ac25d924370e.zip
FreeBSD-src-28c345cd334c83405a093b56c6c6ac25d924370e.tar.gz
Fix style bugs introduced in the de__Pification of this code.
Style bug generically noted by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_edvar.h48
1 files changed, 23 insertions, 25 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h
index 459907b..2bbec48 100644
--- a/sys/dev/ed/if_edvar.h
+++ b/sys/dev/ed/if_edvar.h
@@ -190,32 +190,30 @@ struct ed_softc {
rman_get_bushandle((sc)->port_res), \
(sc)->asic_offset + (port), (uint32_t *)(addr), (count))
-void ed_release_resources (device_t);
-int ed_alloc_port (device_t, int, int);
-int ed_alloc_memory (device_t, int, int);
-int ed_alloc_irq (device_t, int, int);
-
-int ed_probe_generic8390 (struct ed_softc *);
-int ed_probe_WD80x3 (device_t, int, int);
-int ed_probe_WD80x3_generic (device_t, int, unsigned short *[]);
-int ed_probe_3Com (device_t, int, int);
-int ed_probe_SIC (device_t, int, int);
-int ed_probe_Novell (device_t, int, int);
-int ed_probe_Novell_generic (device_t, int);
-int ed_probe_HP_pclanp (device_t, int, int);
-
-int ed_attach (device_t);
-void ed_stop (struct ed_softc *);
-void ed_pio_readmem (struct ed_softc *, long, unsigned char *,
- unsigned short);
-void ed_pio_writemem (struct ed_softc *, char *,
- unsigned short, unsigned short);
+void ed_release_resources(device_t);
+int ed_alloc_port(device_t, int, int);
+int ed_alloc_memory(device_t, int, int);
+int ed_alloc_irq(device_t, int, int);
+
+int ed_probe_generic8390(struct ed_softc *);
+int ed_probe_WD80x3(device_t, int, int);
+int ed_probe_WD80x3_generic(device_t, int, unsigned short *[]);
+int ed_probe_3Com(device_t, int, int);
+int ed_probe_SIC(device_t, int, int);
+int ed_probe_Novell(device_t, int, int);
+int ed_probe_Novell_generic(device_t, int);
+int ed_probe_HP_pclanp(device_t, int, int);
+
+int ed_attach(device_t);
+void ed_stop(struct ed_softc *);
+void ed_pio_readmem(struct ed_softc *, long, unsigned char *, unsigned short);
+void ed_pio_writemem(struct ed_softc *, char *, unsigned short, unsigned short);
#ifndef ED_NO_MIIBUS
-int ed_miibus_readreg (device_t, int, int);
-void ed_miibus_writereg (device_t, int, int, int);
-int ed_ifmedia_upd (struct ifnet *);
-void ed_ifmedia_sts (struct ifnet *, struct ifmediareq *);
-void ed_child_detached (device_t, device_t);
+int ed_miibus_readreg(device_t, int, int);
+void ed_miibus_writereg(device_t, int, int, int);
+int ed_ifmedia_upd(struct ifnet *);
+void ed_ifmedia_sts(struct ifnet *, struct ifmediareq *);
+void ed_child_detached(device_t, device_t);
#endif
driver_intr_t edintr;
OpenPOWER on IntegriCloud