projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a98c19
)
Add SCSI controller class.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 10 Aug 2006 01:03:35 +0000
(
01:03
+0000)
committer
pbrook
<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
patch
|
blob
|
history
diff --git
a/hw/pci.c
b/hw/pci.c
index f58f6fd60cd13b1a2d99927e050dc5a2b8409092..85531f72eef9f2bbaf7d81229007798279be4ea9 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"},