|
@@ -1321,6 +1321,7 @@ static int forcedeth_probe ( struct nic *nic, struct pci_device *pci ) {
|
1321
|
1321
|
|
1322
|
1322
|
switch (pci->device) {
|
1323
|
1323
|
case 0x01C3: // nforce
|
|
1324
|
+ case 0x054C:
|
1324
|
1325
|
// DEV_IRQMASK_1|DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER,
|
1325
|
1326
|
np->irqmask = NVREG_IRQMASK_WANTED_2 | NVREG_IRQ_TIMER;
|
1326
|
1327
|
// np->need_linktimer = 1;
|
|
@@ -1426,6 +1427,7 @@ PCI_ROM(0x10de, 0x0038, "nforce11", "nForce NVENET_11 Ethernet Controller", 0),
|
1426
|
1427
|
PCI_ROM(0x10de, 0x0373, "nforce15", "nForce NVENET_15 Ethernet Controller", 0),
|
1427
|
1428
|
PCI_ROM(0x10de, 0x0269, "nforce16", "nForce NVENET_16 Ethernet Controller", 0),
|
1428
|
1429
|
PCI_ROM(0x10de, 0x0760, "nforce17", "nForce NVENET_17 Ethernet Controller", MAC_ADDR_CORRECT),
|
|
1430
|
+PCI_ROM(0x10de, 0x054c, "nforce67", "nForce NVENET_67 Ethernet Controller", MAC_ADDR_CORRECT),
|
1429
|
1431
|
};
|
1430
|
1432
|
|
1431
|
1433
|
PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );
|