Explorar el Código

[igbvf] Add i350 virtual function support

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Erik Jacobson hace 12 años
padre
commit
96a8c70a0c
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2
    1
      src/drivers/net/igbvf/igbvf_main.c
  2. 1
    0
      src/drivers/net/igbvf/igbvf_vf.h

+ 2
- 1
src/drivers/net/igbvf/igbvf_main.c Ver fichero

@@ -942,7 +942,8 @@ void igbvf_remove ( struct pci_device *pdev )
942 942
 }
943 943
 
944 944
 static struct pci_device_id igbvf_pci_tbl[] = {
945
-	PCI_ROM(0x8086, 0x10CA, "igbvf", "E1000_DEV_ID_82576_VF", 0)
945
+	PCI_ROM(0x8086, 0x10CA, "igbvf", "E1000_DEV_ID_82576_VF", 0),
946
+	PCI_ROM(0x8086, 0x1520, "i350vf", "E1000_DEV_ID_I350_VF", 0),
946 947
 };
947 948
 
948 949
 

+ 1
- 0
src/drivers/net/igbvf/igbvf_vf.h Ver fichero

@@ -54,6 +54,7 @@ FILE_LICENCE ( GPL2_ONLY );
54 54
 struct e1000_hw;
55 55
 
56 56
 #define E1000_DEV_ID_82576_VF                 0x10CA
57
+#define E1000_DEV_ID_I350_VF                  0x1520
57 58
 
58 59
 #define E1000_VF_INIT_TIMEOUT 200 /* Number of retries to clear RSTI */
59 60
 

Loading…
Cancelar
Guardar