- static int msix_disable = 0;
- TUNABLE_INT("hw.re.msix_disable", &msix_disable);
- static int prefer_iomap = 0;
- TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
- #define RE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP)
- /*
- * Various supported device vendors/types and their names.
- */
- static const 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,
- "RealTek 810xE PCIe 10/100baseTX" },
- { RT_VENDORID, RT_DEVICEID_8168, 0,
- "RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet" },