qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 05/20] eepro100: Add all supported devices to pci.c


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 05/20] eepro100: Add all supported devices to pci.c
Date: Sun, 14 Feb 2010 17:16:14 +0100

All eepro100 devices work with drivers which
only use basic features.

They were tested with gpxe boot.

Signed-off-by: Stefan Weil <address@hidden>
---
 hw/pci.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/hw/pci.c b/hw/pci.c
index eb2043e..1ba3f92 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -1436,9 +1436,18 @@ void do_pci_info(Monitor *mon, QObject **ret_data)
 
 static const char * const pci_nic_models[] = {
     "ne2k_pci",
+    "i82550",
     "i82551",
+    "i82557a",
     "i82557b",
+    "i82557c",
+    "i82558a",
+    "i82558b",
+    "i82559a",
+    "i82559b",
+    "i82559c",
     "i82559er",
+    "i82562",
     "rtl8139",
     "e1000",
     "pcnet",
@@ -1448,9 +1457,18 @@ static const char * const pci_nic_models[] = {
 
 static const char * const pci_nic_names[] = {
     "ne2k_pci",
+    "i82550",
     "i82551",
+    "i82557a",
     "i82557b",
+    "i82557c",
+    "i82558a",
+    "i82558b",
+    "i82559a",
+    "i82559b",
+    "i82559c",
     "i82559er",
+    "i82562",
     "rtl8139",
     "e1000",
     "pcnet",
-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]