diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-07-30 01:06:12 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2011-07-30 01:06:12 +0000 |
| commit | caa19d50d13f2189f399f4bcff8163753fb7ea9d (patch) | |
| tree | a8c40e4c6eaa30e2097e7d4258c7324d58d1f4c5 | |
| parent | 02d9c7407f5c2c9341a68ec10e63d5e365033504 (diff) | |
Notes
| -rw-r--r-- | sys/dev/re/if_re.c | 2 | ||||
| -rw-r--r-- | sys/pci/if_rlreg.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 37dd62fa61778..3c45cc97d9c6e 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -174,6 +174,8 @@ TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap); static struct rl_type re_devs[] = { { DLINK_VENDORID, DLINK_DEVICEID_528T, 0, "D-Link DGE-528(T) Gigabit Ethernet Adapter" }, + { DLINK_VENDORID, DLINK_DEVICEID_530T_REVC, 0, + "D-Link DGE-530(T) Gigabit Ethernet Adapter" }, { RT_VENDORID, RT_DEVICEID_8139, 0, "RealTek 8139C+ 10/100BaseTX" }, { RT_VENDORID, RT_DEVICEID_8101E, 0, diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 6ecba71495500..3a9da2e4d414e 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 |
