Browse Source

[forcedeth] Add support for 10de:054c nforce 630a, MCP 67

Tested-by: Boudhayan Gupta <bg13.ina@gmail.com>
Signed-off-by: Thomas Horsten <thomas@horsten.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
tags/v1.0.0-rc1
Thomas Horsten 14 years ago
parent
commit
eb46f8e40a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/drivers/net/forcedeth.c

+ 2
- 0
src/drivers/net/forcedeth.c View File

@@ -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 );

Loading…
Cancel
Save