Commit 4ca9c76f3620dc20e56d9b7027a6f1115ea48eea
1 parent
2a98c198
Add SCSI controller class.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2106 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
hw/pci.c
@@ -416,6 +416,7 @@ typedef struct { | @@ -416,6 +416,7 @@ typedef struct { | ||
416 | 416 | ||
417 | static pci_class_desc pci_class_descriptions[] = | 417 | static pci_class_desc pci_class_descriptions[] = |
418 | { | 418 | { |
419 | + { 0x0100, "SCSI controller"}, | ||
419 | { 0x0101, "IDE controller"}, | 420 | { 0x0101, "IDE controller"}, |
420 | { 0x0200, "Ethernet controller"}, | 421 | { 0x0200, "Ethernet controller"}, |
421 | { 0x0300, "VGA controller"}, | 422 | { 0x0300, "VGA controller"}, |