From e041d2112f4d7664e456d427cbf8cef9b4d65764 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 9 Oct 2005 04:24:51 +0000 Subject: remove unused NETWORK_BUFSIZE. --- sys/arch/macppc/dev/if_bmreg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/macppc/dev') 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) -- cgit v1.2.3