summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-09 04:24:51 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-09 04:24:51 +0000
commite041d2112f4d7664e456d427cbf8cef9b4d65764 (patch)
tree6015b50697d421a7ba14bda6157e26be3e11ddbb /sys/arch/macppc/dev
parent9a11f8240f72f88f20b3fe21bf77be112b0c8294 (diff)
remove unused NETWORK_BUFSIZE.
Diffstat (limited to 'sys/arch/macppc/dev')
-rw-r--r--sys/arch/macppc/dev/if_bmreg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/if_bmreg.h b/sys/arch/macppc/dev/if_bmreg.h
index 40638f9edfc..62584b62460 100644
--- a/sys/arch/macppc/dev/if_bmreg.h
+++ b/sys/arch/macppc/dev/if_bmreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bmreg.h,v 1.2 2001/09/16 03:19:30 drahn Exp $ */
+/* $OpenBSD: if_bmreg.h,v 1.3 2005/10/09 04:24:50 brad Exp $ */
/* $NetBSD: if_bmreg.h,v 1.2 2000/01/25 14:38:50 tsubai Exp $ */
/*
@@ -142,5 +142,3 @@
/* -------------------------------------------------------------------- */
#define RxAbortBit 0x8000 /* status bit in BMac status for rx packets */
#define RxLengthMask 0x3FFF /* bits that determine length of rx packets */
-
-#define NETWORK_BUFSIZE (ETHERMAXPACKET + ETHERCRC + 2)