Add SCSI controller class.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 10 Aug 2006 01:03:35 +0000 (01:03 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 10 Aug 2006 01:03:35 +0000 (01:03 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2106 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pci.c

index f58f6fd..85531f7 100644 (file)
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -416,6 +416,7 @@ typedef struct {
 
 static pci_class_desc pci_class_descriptions[] = 
 {
+    { 0x0100, "SCSI controller"},
     { 0x0101, "IDE controller"},
     { 0x0200, "Ethernet controller"},
     { 0x0300, "VGA controller"},