pci: add virtio pci device ids
This commit is contained in:
parent
a58c735738
commit
ac11e38fd5
1 changed files with 5 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue