diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-23 02:39:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-23 02:39:29 +0000 |
commit | 9703f71029d1055bda59640108c0f595a32cf448 (patch) | |
tree | af89bcbd1cd85fea650cb40232a0eeb005fadb9a /sys/dev/ic/rtl81x9reg.h | |
parent | 3e575c73ca78b1a12f980ebec81889db2d401486 (diff) |
Add support for RTL8168GU
from Rafael Neves
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 982f0ce3e14..ef74244d427 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.80 2014/03/13 13:11:30 brad Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.81 2014/04/23 02:39:28 jsg Exp $ */ /* * Copyright (c) 1997, 1998 @@ -193,6 +193,7 @@ #define RL_HWREV_8411 0x48800000 #define RL_HWREV_8168G 0x4c000000 #define RL_HWREV_8168G_SPIN1 0x4c100000 +#define RL_HWREV_8168GU 0x50800000 #define RL_HWREV_8168G_SPIN2 0x50900000 #define RL_HWREV_8168G_SPIN4 0x5c800000 #define RL_HWREV_8139 0x60000000 |