summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-07-01 23:39:37 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-07-01 23:39:37 +0000
commitccd191112b8079d4f45349cd5f93e7ef009740a5 (patch)
tree8e77689c6d7f92495dcfd40ed5aa4cc35c655c6d /sys/dev
parent7e9e390f9b2419b5f8ec817d39531b77cf059c3c (diff)
fix the hw rev id for the 8168 and add the id for the 8111
From wpaul FreeBSD
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/rtl81x9reg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h
index 5ec32ec5ef1..13e65e1a423 100644
--- a/sys/dev/ic/rtl81x9reg.h
+++ b/sys/dev/ic/rtl81x9reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9reg.h,v 1.23 2006/06/27 07:29:23 brad Exp $ */
+/* $OpenBSD: rtl81x9reg.h,v 1.24 2006/07/01 23:39:36 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -153,9 +153,10 @@
#define RL_HWREV_8169S 0x04000000
#define RL_HWREV_8169_8110SB 0x10000000
#define RL_HWREV_8169_8110SC 0x18000000
+#define RL_HWREV_8168 0x30000000
#define RL_HWREV_8100E 0x30800000
#define RL_HWREV_8101E 0x34000000
-#define RL_HWREV_8168 0x38000000
+#define RL_HWREV_8111 0x38000000
#define RL_HWREV_8139 0x60000000
#define RL_HWREV_8139A 0x70000000
#define RL_HWREV_8139AG 0x70800000