Commit c2c9c9ea authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Ralf Bächle

[PATCH] sk98lin pci id

parent 76c204cb
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
/* 3Com (0x10b7) */ \ /* 3Com (0x10b7) */ \
if (pdev->vendor == 0x10b7) { \ if (pdev->vendor == 0x10b7) { \
/* Gigabit Ethernet Adapter (0x1700) */ \ /* Gigabit Ethernet Adapter (0x1700) */ \
if ((pdev->device == 0x1700)) { \ if ((pdev->device == 0x1700) || \
(pdev->device == 0x80eb)) { \
result = SK_TRUE; \ result = SK_TRUE; \
} \ } \
/* SysKonnect (0x1148) */ \ /* SysKonnect (0x1148) */ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment