Parcourir la source

[forcedeth] Add support for PCI ID 10de:0373

tags/v0.9.4
Andrew Schran il y a 16 ans
Parent
révision
34c1a5b91d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      src/drivers/net/forcedeth.c

+ 4
- 0
src/drivers/net/forcedeth.c Voir le fichier

@@ -82,6 +82,7 @@ static unsigned long BASE;
82 82
 #define PCI_DEVICE_ID_NVIDIA_NVENET_9           0x0057
83 83
 #define PCI_DEVICE_ID_NVIDIA_NVENET_10          0x0037
84 84
 #define PCI_DEVICE_ID_NVIDIA_NVENET_11          0x0038
85
+#define PCI_DEVICE_ID_NVIDIA_NVENET_15          0x0373
85 86
 
86 87
 
87 88
 /*
@@ -1338,6 +1339,8 @@ static int forcedeth_probe ( struct nic *nic, struct pci_device *pci ) {
1338 1339
  		else
1339 1340
  			np->tx_flags |= NV_TX2_LASTPACKET1;
1340 1341
   		break;
1342
+	case 0x0373:
1343
+		/* Fall Through */
1341 1344
  	case 0x0086:
1342 1345
  		/* Fall Through */
1343 1346
  	case 0x008c:
@@ -1420,6 +1423,7 @@ PCI_ROM(0x10de, 0x0056, "nforce8", "nForce NVENET_8 Ethernet Controller"),
1420 1423
 PCI_ROM(0x10de, 0x0057, "nforce9", "nForce NVENET_9 Ethernet Controller"),
1421 1424
 PCI_ROM(0x10de, 0x0037, "nforce10", "nForce NVENET_10 Ethernet Controller"),
1422 1425
 PCI_ROM(0x10de, 0x0038, "nforce11", "nForce NVENET_11 Ethernet Controller"),
1426
+PCI_ROM(0x10de, 0x0373, "nforce15", "nForce NVENET_15 Ethernet Controller")
1423 1427
 };
1424 1428
 
1425 1429
 PCI_DRIVER ( forcedeth_driver, forcedeth_nics, PCI_NO_CLASS );

Chargement…
Annuler
Enregistrer