summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9reg.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 22:03:14 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 22:03:14 +0000
commit39d63ae89da5fb1039111246dd300908bf89761f (patch)
tree7db54b9d0d60d67a363caf719530bc757815addf /sys/dev/ic/rtl81x9reg.h
parentc15d1cb5563266a23dd2725bddc4900aa877a38a (diff)
More constants cleaning.
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r--sys/dev/ic/rtl81x9reg.h9
1 files changed, 1 insertions, 8 deletions
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)