diff options
| author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-10 01:03:35 +0000 |
|---|---|---|
| committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-10 01:03:35 +0000 |
| commit | 4ca9c76f3620dc20e56d9b7027a6f1115ea48eea (patch) | |
| tree | b97248bc36833ee1b8cd1d94d3e3430cf723075b /hw/pci.c | |
| parent | 2a98c1981f643086be6cb2383cd90223ae42c852 (diff) | |
| download | focaccia-qemu-4ca9c76f3620dc20e56d9b7027a6f1115ea48eea.tar.gz focaccia-qemu-4ca9c76f3620dc20e56d9b7027a6f1115ea48eea.zip | |
Add SCSI controller class.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2106 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pci.c')
| -rw-r--r-- | hw/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.c b/hw/pci.c index f58f6fd60c..85531f72ee 100644 --- 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"}, |