summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-07-31 02:32:26 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-07-31 02:32:26 +0000
commit417a1ec7d46b5cf42542cc2f4c88054dd9e5ff59 (patch)
tree6f22f491fb560132a8ffaee2934a6f8f4e51a8ae /sys/dev/ic
parentb372b42ae397b46a6c2816332b22aaf08aed6f33 (diff)
mop up after federico who is not capable of comitting the same diffs he sents for testing or compiling code before he commits it even
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i82596.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c
index 2592888c356..1ce274fea96 100644
--- a/sys/dev/ic/i82596.c
+++ b/sys/dev/ic/i82596.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82596.c,v 1.10 2002/07/29 23:41:24 fgsch Exp $ */
+/* $OpenBSD: i82596.c,v 1.11 2002/07/31 02:32:25 mickey Exp $ */
/* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */
/*-
@@ -1043,7 +1043,7 @@ i82596_get(struct ie_softc *sc, int head, int totlen)
}
len = MCLBYTES;
}
- if (mp == top) {
+ if (mp == &top) {
caddr_t newdata = (caddr_t)
ALIGN(m->m_data + sizeof(struct ether_header)) -
sizeof(struct ether_header);