diff options
Diffstat (limited to 'os/boot/pc/ether82557.c')
| -rw-r--r-- | os/boot/pc/ether82557.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os/boot/pc/ether82557.c b/os/boot/pc/ether82557.c index 1876692c..cba1f515 100644 --- a/os/boot/pc/ether82557.c +++ b/os/boot/pc/ether82557.c @@ -553,12 +553,13 @@ i82557pci(void) continue; case 0x1031: /* Intel 82562EM */ case 0x1050: /* Intel 82562EZ */ + case 0x1039: /* Intel 82801BD PRO/100 VE */ + case 0x103A: /* Intel 82562 PRO/100 VE */ + case 0x1064: /* Intel 82562 PRO/100 VE */ case 0x2449: /* Intel 82562ET */ case 0x1209: /* Intel 82559ER */ case 0x1229: /* Intel 8255[789] */ case 0x1030: /* Intel 82559 InBusiness 10/100 */ - case 0x1039: /* Intel 82801BD PRO/100 VE */ - case 0x103A: /* Intel 82562 PRO/100 VE */ break; } |
