Bläddra i källkod

[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 år sedan
förälder
incheckning
eb46f8e40a
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      src/drivers/net/forcedeth.c

+ 2
- 0
src/drivers/net/forcedeth.c Visa fil

1321
 
1321
 
1322
   	switch (pci->device) {
1322
   	switch (pci->device) {
1323
   	case 0x01C3:		// nforce
1323
   	case 0x01C3:		// nforce
1324
+	case 0x054C:
1324
  		// DEV_IRQMASK_1|DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER,
1325
  		// DEV_IRQMASK_1|DEV_NEED_TIMERIRQ|DEV_NEED_LINKTIMER,
1325
  		np->irqmask = NVREG_IRQMASK_WANTED_2 | NVREG_IRQ_TIMER;
1326
  		np->irqmask = NVREG_IRQMASK_WANTED_2 | NVREG_IRQ_TIMER;
1326
 		//              np->need_linktimer = 1;
1327
 		//              np->need_linktimer = 1;
1426
 PCI_ROM(0x10de, 0x0373, "nforce15", "nForce NVENET_15 Ethernet Controller", 0),
1427
 PCI_ROM(0x10de, 0x0373, "nforce15", "nForce NVENET_15 Ethernet Controller", 0),
1427
 PCI_ROM(0x10de, 0x0269, "nforce16", "nForce NVENET_16 Ethernet Controller", 0),
1428
 PCI_ROM(0x10de, 0x0269, "nforce16", "nForce NVENET_16 Ethernet Controller", 0),
1428
 PCI_ROM(0x10de, 0x0760, "nforce17", "nForce NVENET_17 Ethernet Controller", MAC_ADDR_CORRECT),
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
 PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );
1433
 PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );

Laddar…
Avbryt
Spara