summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-06-08 04:14:26 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-06-08 04:14:26 +0000
commitc3664c8daf2f6529a39e7d87bcfbdf522a9c7da5 (patch)
treefe8bdbb33bcbfe87664bcde087d99d879b6e2acc /sys
parent24c2f5a89d145be6fe7c0c2736bfdfe2337338fd (diff)
disable RX checksum offload until its fixed on little endian systems
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/hme.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c
index 019526d998b..d4635e23642 100644
--- a/sys/dev/ic/hme.c
+++ b/sys/dev/ic/hme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hme.c,v 1.36 2005/04/25 17:55:51 brad Exp $ */
+/* $OpenBSD: hme.c,v 1.37 2005/06/08 04:14:25 brad Exp $ */
/* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */
/*-
@@ -877,7 +877,9 @@ hme_rint(sc)
}
ifp->if_ipackets++;
+#if 0
hme_rxcksum(m, flags);
+#endif
#if NBPFILTER > 0
if (ifp->if_bpf) {