diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
commit | 4cc8db214e7d0cd1ee251b2911f21020c7deda58 (patch) | |
tree | e805d3bfa9992c89de8c30d5145beb920725655e /sys/dev/pci/if_bgereg.h | |
parent | 757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff) |
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/pci/if_bgereg.h')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index acb5d5a926b..8344c640d27 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.8 2004/03/19 21:57:36 miod Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.9 2004/05/19 11:36:59 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2036,8 +2036,6 @@ struct bge_gib { * boundary. */ -#define ETHER_ALIGN 2 - #define BGE_FRAMELEN 1518 #define BGE_MAX_FRAMELEN 1536 #define BGE_JUMBO_FRAMELEN 9018 |