diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-02-16 21:59:42 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-02-16 21:59:42 +0000 |
| commit | 39e692013aa522d0c5ea196b31d3bdd38f975ae1 (patch) | |
| tree | 60757c94648f4278d97c648cf890eb00757927d1 /sys/pci | |
| parent | 1fb51a12f24a4d5ffd7d105589ed8e002ad67320 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_rlreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 38839fa9f50db..6ecba71495500 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -160,6 +160,7 @@ #define RL_HWREV_8110S 0x04000000 #define RL_HWREV_8169_8110SB 0x10000000 #define RL_HWREV_8169_8110SC 0x18000000 +#define RL_HWREV_8401E 0x24000000 #define RL_HWREV_8102EL 0x24800000 #define RL_HWREV_8102EL_SPIN1 0x24C00000 #define RL_HWREV_8168D 0x28000000 |
