diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-03-22 07:33:03 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-03-22 07:33:03 +0000 |
| commit | e72f58bbd90d3a0798327b7517babb8628fc0147 (patch) | |
| tree | 5aa967f30a2e1e2a1dc625363e3d09d5acff3679 /sys/pci | |
| parent | 542f05ce079e95488b585b1482a8f031733a6a2c (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_rlreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 6c8765981fee..feb767ea2af4 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -159,6 +159,7 @@ #define RL_HWREV_8139CPLUS 0x74800000 #define RL_HWREV_8101 0x74c00000 #define RL_HWREV_8100 0x78800000 +#define RL_HWREV_8111B 0x30000000 #define RL_TXDMA_16BYTES 0x00000000 #define RL_TXDMA_32BYTES 0x00000100 @@ -744,6 +745,7 @@ struct rl_softc { #define RT_DEVICEID_8129 0x8129 #define RT_DEVICEID_8138 0x8138 #define RT_DEVICEID_8139 0x8139 +#define RT_DEVICEID_8111B 0x8168 #define RT_DEVICEID_8169 0x8169 #define RT_DEVICEID_8100 0x8100 |
