From 4ca9c76f3620dc20e56d9b7027a6f1115ea48eea Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 10 Aug 2006 01:03:35 +0000 Subject: [PATCH] Add SCSI controller class. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2106 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/pci.c | 1 + 1 file changed, 1 insertion(+) 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"}, -- 2.11.4.GIT