diff options
Diffstat (limited to 'sys/dev/pci/if_tireg.h')
-rw-r--r-- | sys/dev/pci/if_tireg.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/pci/if_tireg.h b/sys/dev/pci/if_tireg.h index ab8d38226be..20975f57ce1 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.18 2005/07/03 02:04:15 brad Exp $ */ +/* $OpenBSD: if_tireg.h,v 1.19 2005/10/09 19:41:11 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1162,11 +1162,3 @@ struct ti_softc { TI_SETBIT(sc, TI_MISC_LOCAL_CTL, TI_MLC_EE_DOUT); /* Toggle DATA to 1 */ \ TI_CLRBIT(sc, TI_MISC_LOCAL_CTL, TI_MLC_EE_TXEN); /* Disable xmit. */ \ TI_CLRBIT(sc, TI_MISC_LOCAL_CTL, TI_MLC_EE_CLK); /* Pull clock low again */ - -#ifndef ETHER_CRC_LEN -#define ETHER_CRC_LEN 4 -#endif - -#ifndef ETHER_HDR_LEN -#define ETHER_HDR_LEN 14 -#endif |