summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2011-07-30 01:06:12 +0000
committeryongari <yongari@FreeBSD.org>2011-07-30 01:06:12 +0000
commit5f916897840bbd04a609c722cfc66d9741eb6ac2 (patch)
treea8c40e4c6eaa30e2097e7d4258c7324d58d1f4c5 /sys/pci
parent03e0b4893e3c5ef3464f88e94beeaaa7ec8f649e (diff)
downloadFreeBSD-src-5f916897840bbd04a609c722cfc66d9741eb6ac2.zip
FreeBSD-src-5f916897840bbd04a609c722cfc66d9741eb6ac2.tar.gz
Add new device id of D-Link DGE-530T Rev. C controller. DGE-503T
Rev A1 and B1 is supported by sk(4) but the DGE-530T Rev. C controller is re-branded RealTek 8169 controller. PR: kern/159116 Approved by: re (kib)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_rlreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 6ecba71..3a9da2e 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -1042,6 +1042,7 @@ struct rl_softc {
* D-Link DFE-5280T device ID
*/
#define DLINK_DEVICEID_528T 0x4300
+#define DLINK_DEVICEID_530T_REVC 0x4302
/*
* D-Link DFE-690TXD device ID
OpenPOWER on IntegriCloud