summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-13 18:16:39 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-13 18:16:39 +0000
commitab744f84c1979e53bd3419cf102d91408456f78a (patch)
tree0e32206bb2da8772577ba7f73030c15996a788b7 /sys/dev
parent8bda25682358d61d8e9dc82ce0fc1675d57bd589 (diff)
un-pee and KNF
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sbus/if_le_lebuffer.c44
-rw-r--r--sys/dev/sbus/lebuffer.c8
2 files changed, 19 insertions, 33 deletions
diff --git a/sys/dev/sbus/if_le_lebuffer.c b/sys/dev/sbus/if_le_lebuffer.c
index 3a99fc4dfd3..d4fcadce659 100644
--- a/sys/dev/sbus/if_le_lebuffer.c
+++ b/sys/dev/sbus/if_le_lebuffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_lebuffer.c,v 1.1 2002/05/13 15:12:12 jason Exp $ */
+/* $OpenBSD: if_le_lebuffer.c,v 1.2 2002/05/13 18:16:38 jason Exp $ */
/* $NetBSD: if_le_lebuffer.c,v 1.10 2002/03/11 16:00:56 pk Exp $ */
/*-
@@ -82,8 +82,8 @@ struct le_softc {
};
-int lematch_lebuffer __P((struct device *, void *, void *));
-void leattach_lebuffer __P((struct device *, struct device *, void *));
+int lematch_lebuffer(struct device *, void *, void *);
+void leattach_lebuffer(struct device *, struct device *, void *);
struct cfattach le_lebuffer_ca = {
sizeof(struct le_softc), lematch_lebuffer, leattach_lebuffer
@@ -91,20 +91,12 @@ struct cfattach le_lebuffer_ca = {
extern struct cfdriver le_cd;
-#if defined(_KERNEL_OPT)
-#include "opt_ddb.h"
-#endif
-
-#ifdef DDB
-#define integrate
-#define hide
-#else
-#define integrate static __inline
-#define hide static
-#endif
+struct cfdriver lebuffer_cd = {
+ NULL, "lebuffer", DV_DULL
+};
-static void lewrcsr __P((struct am7990_softc *, u_int16_t, u_int16_t));
-static u_int16_t lerdcsr __P((struct am7990_softc *, u_int16_t));
+static void lewrcsr(struct am7990_softc *, u_int16_t, u_int16_t);
+static u_int16_t lerdcsr(struct am7990_softc *, u_int16_t);
static void
lewrcsr(sc, port, val)
@@ -125,7 +117,7 @@ lewrcsr(sc, port, val)
if (CPU_ISSUN4M) {
volatile u_int16_t discard;
discard = bus_space_read_2(lesc->sc_bustag, lesc->sc_reg,
- LEREG1_RDP);
+ LEREG1_RDP);
}
#endif
}
@@ -164,17 +156,15 @@ leattach_lebuffer(parent, self, aux)
struct am7990_softc *sc = &lesc->sc_am7990;
struct lebuf_softc *lebuf = (struct lebuf_softc *)parent;
/* XXX the following declarations should be elsewhere */
- extern void myetheraddr __P((u_char *));
+ extern void myetheraddr(u_char *);
lesc->sc_bustag = sa->sa_bustag;
lesc->sc_dmatag = sa->sa_dmatag;
if (sbus_bus_map(sa->sa_bustag,
- sa->sa_slot,
- sa->sa_offset,
- sa->sa_size,
- 0, 0, &lesc->sc_reg)) {
- printf("%s @ lebuffer: cannot map registers\n", self->dv_xname);
+ sa->sa_slot, sa->sa_offset, sa->sa_size,
+ 0, 0, &lesc->sc_reg)) {
+ printf(": cannot map registers\n", self->dv_xname);
return;
}
@@ -185,7 +175,7 @@ leattach_lebuffer(parent, self, aux)
/* That old black magic... */
sc->sc_conf3 = getpropint(sa->sa_node, "busmaster-regval",
- LE_C3_BSWP | LE_C3_ACON | LE_C3_BCON);
+ LE_C3_BSWP | LE_C3_ACON | LE_C3_BCON);
/* Assume SBus is grandparent */
lesc->sc_sd.sd_reset = (void *)am7990_reset;
@@ -207,9 +197,5 @@ leattach_lebuffer(parent, self, aux)
/* Establish interrupt handler */
if (sa->sa_nintr != 0)
(void)bus_intr_establish(lesc->sc_bustag, sa->sa_pri,
- IPL_NET, 0, am7990_intr, sc);
+ IPL_NET, 0, am7990_intr, sc);
}
-
-struct cfdriver lebuffer_cd = {
- NULL, "lebuffer", DV_DULL
-};
diff --git a/sys/dev/sbus/lebuffer.c b/sys/dev/sbus/lebuffer.c
index 6b75662d8a2..a73dd9bf5b5 100644
--- a/sys/dev/sbus/lebuffer.c
+++ b/sys/dev/sbus/lebuffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lebuffer.c,v 1.1 2002/05/13 15:12:12 jason Exp $ */
+/* $OpenBSD: lebuffer.c,v 1.2 2002/05/13 18:16:38 jason Exp $ */
/* $NetBSD: lebuffer.c,v 1.12 2002/03/11 16:00:57 pk Exp $ */
/*-
@@ -106,8 +106,8 @@ lebufattach(parent, self, aux)
sc->sc_dmatag = sa->sa_dmatag;
if (sbus_bus_map(sa->sa_bustag,
- sa->sa_slot, sa->sa_offset, sa->sa_size,
- BUS_SPACE_MAP_LINEAR, 0, &bh) != 0) {
+ sa->sa_slot, sa->sa_offset, sa->sa_size,
+ BUS_SPACE_MAP_LINEAR, 0, &bh) != 0) {
printf("%s: attach: cannot map registers\n", self->dv_xname);
return;
}
@@ -157,7 +157,7 @@ lebufattach(parent, self, aux)
for (node = firstchild(node); node; node = nextsibling(node)) {
struct sbus_attach_args sa;
sbus_setup_attach_args((struct sbus_softc *)parent,
- sbt, sc->sc_dmatag, node, &sa);
+ sbt, sc->sc_dmatag, node, &sa);
(void)config_found(&sc->sc_dev, (void *)&sa, lebufprint);
sbus_destroy_attach_args(&sa);
}