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_tireg.h | |
parent | 757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff) |
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/pci/if_tireg.h')
-rw-r--r-- | sys/dev/pci/if_tireg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_tireg.h b/sys/dev/pci/if_tireg.h index a393a1d7713..9c9813a53b8 100644 --- a/sys/dev/pci/if_tireg.h +++ b/sys/dev/pci/if_tireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tireg.h,v 1.13 2003/02/26 19:02:50 nate Exp $ */ +/* $OpenBSD: if_tireg.h,v 1.14 2004/05/19 11:37:00 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -768,8 +768,6 @@ struct ti_tx_desc { * boundary. */ -#define ETHER_ALIGN 2 - #define TI_FRAMELEN 1518 #define TI_JUMBO_FRAMELEN 9018 #define TI_JUMBO_MTU (TI_JUMBO_FRAMELEN-ETHER_HDR_LEN-ETHER_CRC_LEN) |