summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-08-10 01:03:35 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-08-10 01:03:35 +0000
commit4ca9c76f3620dc20e56d9b7027a6f1115ea48eea (patch)
treeb97248bc36833ee1b8cd1d94d3e3430cf723075b /hw
parent2a98c1981f643086be6cb2383cd90223ae42c852 (diff)
downloadqemu-4ca9c76f3620dc20e56d9b7027a6f1115ea48eea.tar.gz
Add SCSI controller class.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2106 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/pci.c1
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"},