]> Zhao Yanbai Git Server - minix.git/commitdiff
FXP: support for 8086/1064 (reported and tested by Jose Luis Sanchez)
authorDavid van Moolenbroek <david@minix3.org>
Sun, 30 Aug 2009 16:13:46 +0000 (16:13 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 30 Aug 2009 16:13:46 +0000 (16:13 +0000)
drivers/fxp/fxp.c
drivers/pci/pci_table.c
etc/drivers.conf

index b739bb0cab444fe907bc234fb7d637668cd97d74..25f3b7c580dc3d9356333609afacd6bbe97daa10 100644 (file)
@@ -99,6 +99,7 @@ PRIVATE struct pcitab pcitab_fxp[]=
        { 0x8086, 0x1229, 0 },          /* Intel 82557, etc. */
        { 0x8086, 0x2449, 0 },          /* Intel 82801BA/BAM/CA/CAM */
        { 0x8086, 0x103d, 0 },          /* Intel 82801DB */
+       { 0x8086, 0x1064, 0 },          /* Intel 82562 */
 
        { 0x0000, 0x0000, 0 }
 };
index 7b46c9ca74d7b4b0201dd002e1ce181a5f3cf601..c38a23cc41ac7d91f2d8ab3f7f5cc353c7abfd44 100644 (file)
@@ -119,6 +119,7 @@ struct pci_device pci_device_table[]=
        { 0x8086, 0x1029, "Intel EtherExpressPro100 ID1029" },
        { 0x8086, 0x1030, "Intel Corporation 82559 InBusiness 10/100" },
        { 0x8086, 0x103d, "Intel Corporation 82801DB PRO/100 VE (MOB)" },
+       { 0x8086, 0x1064, "Intel Corporation 82562 PRO/100 VE" },
        { 0x8086, 0x1209, "Intel EtherExpressPro100 82559ER" },
        { 0x8086, 0x1229, "Intel EtherExpressPro100 82557/8/9" },
        { 0x8086, 0x122D, "Intel 82437FX" },
index 6cf6821c980b082a173e32294c3571d31950454d..ced6186f4b1e666a86068da4fb7ec95d2c098826 100644 (file)
@@ -115,6 +115,7 @@ driver fxp
                SYSCTL
        ;
        pci device      8086/103d;
+       pci device      8086/1064;
        pci device      8086/1229;
        pci device      8086/2449;
        ipc