From ac11e38fd5f9a240f1e210f1d5d0a21163bd0d09 Mon Sep 17 00:00:00 2001 From: Joachim Henke Date: Sat, 15 Dec 2012 13:52:17 +0100 Subject: [PATCH] pci: add virtio pci device ids --- drivers/pci/pci_table.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/pci/pci_table.c b/drivers/pci/pci_table.c index 348e0b856..f53a9e0b2 100644 --- a/drivers/pci/pci_table.c +++ b/drivers/pci/pci_table.c @@ -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" },