summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_eg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/if_eg.c')
-rw-r--r--sys/dev/isa/if_eg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c
index c5c34b3c64f..bcdee011c6c 100644
--- a/sys/dev/isa/if_eg.c
+++ b/sys/dev/isa/if_eg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_eg.c,v 1.22 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: if_eg.c,v 1.23 2002/03/14 03:16:05 millert Exp $ */
/* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */
/*
@@ -651,13 +651,13 @@ egintr(arg)
dprintf(("Receive Packets %d\n", i));
bcopy(&sc->eg_pcb[6], &i, sizeof(i));
dprintf(("Transmit Packets %d\n", i));
- dprintf(("CRC errors %d\n", *(short*)&sc->eg_pcb[10]));
+ dprintf(("CRC errors %d\n", *(short *)&sc->eg_pcb[10]));
dprintf(("alignment errors %d\n",
- *(short*)&sc->eg_pcb[12]));
+ *(short *)&sc->eg_pcb[12]));
dprintf(("no resources errors %d\n",
- *(short*)&sc->eg_pcb[14]));
+ *(short *)&sc->eg_pcb[14]));
dprintf(("overrun errors %d\n",
- *(short*)&sc->eg_pcb[16]));
+ *(short *)&sc->eg_pcb[16]));
break;
default: