]> Zhao Yanbai Git Server - minix.git/commitdiff
pci: add virtio pci device ids
authorJoachim Henke <free.software@gmx.com>
Sat, 15 Dec 2012 12:52:17 +0000 (13:52 +0100)
committerBen Gras <ben@minix3.org>
Wed, 23 Jan 2013 09:03:03 +0000 (09:03 +0000)
drivers/pci/pci_table.c

index 348e0b8565b518a992f59ab6cc632592d6d5870f..f53a9e0b25e3acd71759111516199e15f52d63f6 100644 (file)
@@ -45,6 +45,7 @@ struct pci_vendor pci_vendor_table[]=
        { 0x16ec, "US Robotics" },
        { 0x1737, "Linksys" },
        { 0x1969, "Atheros Communications" },
+       { 0x1af4, "Red Hat" },
        { 0x5333, "S3" },
        { 0x8086, "Intel" },
        { 0x80ee, "Oracle" },
@@ -127,6 +128,10 @@ struct pci_device pci_device_table[]=
        { 0x16ec, 0x0116, "US Robotics Realtek 8169S chip" },
        { 0x1737, 0x1032, "Linksys Instant Gigabit Desktop Network Interface" },
        { 0x1969, 0x2048, "Atheros L2 Fast Ethernet Controller" },
+       { 0x1af4, 0x1000, "Virtio network device" },
+       { 0x1af4, 0x1001, "Virtio block device" },
+       { 0x1af4, 0x1002, "Virtio memory balloon" },
+       { 0x1af4, 0x1003, "Virtio console" },
        { 0x5333, 0x8811, "S3 86c764/765 [Trio32/64/64V+]" },
        { 0x5333, 0x883d, "S3 Virge/VX" },
        { 0x5333, 0x88d0, "S3 Vision 964 vers 0" },