diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 22:03:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 22:03:14 +0000 |
commit | 39d63ae89da5fb1039111246dd300908bf89761f (patch) | |
tree | 7db54b9d0d60d67a363caf719530bc757815addf /sys/dev/ic | |
parent | c15d1cb5563266a23dd2725bddc4900aa877a38a (diff) |
More constants cleaning.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/dcreg.h | 6 | ||||
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 9 |
2 files changed, 2 insertions, 13 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index 53879f8fcac..2d0af2f004e 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.13 2001/04/13 15:55:16 aaron Exp $ */ +/* $OpenBSD: dcreg.h,v 1.14 2001/06/23 22:03:07 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -992,10 +992,6 @@ struct dc_eblock_reset { #define vtophys(va) alpha_XXX_dmamap((vm_offset_t)va) #endif -#ifndef ETHER_CRC_LEN -#define ETHER_CRC_LEN 4 -#endif - extern void dc_attach __P((struct dc_softc *)); extern int dc_detach __P((struct dc_softc *)); extern int dc_intr __P((void *)); diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index f149940b314..0b5c7a091ec 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.2 2001/05/22 11:35:16 mickey Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.3 2001/06/23 22:03:08 fgsch Exp $ */ /* * Copyright (c) 1997, 1998 @@ -473,13 +473,6 @@ struct rl_softc { #define RL_PME_EN 0x0010 #define RL_PME_STATUS 0x8000 -/* - * FreeBSDism - */ -#ifndef ETHER_CRC_LEN -#define ETHER_CRC_LEN 4 -#endif - #ifdef __alpha__ #undef vtophys #define vtophys(va) alpha_XXX_dmamap((vm_offset_t)va) |