diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 5 |
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 |