3 comments:
Patch Set #1, Line 103: {PCI_VENDOR_ID_INTEL, 0x1522, NT, "Intel", "I350 Gigabit Network Connection External SGMII PHY"},
yes good catch
Done
Patch Set #1, Line 109: switch (device_id)
Why use a switch? This could be simply: […]
Done
Patch Set #1, Line 277: (dev->device_id & 0xfff0) == 0x1510
This check will be a false positive for 0x1517 and 0x151c
Done
To view, visit change 39963. To unsubscribe, or for help writing mail filters, visit settings.