X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fi440fx.c;h=d6312357e449d086523c902458ea1f2cb0fe2048;hb=513222398724762540dea9cbe9aea6e1578c80ac;hp=793dc28d958cf1275eb231f0940b0360518c6cf7;hpb=a0e1d8274aef54adcf50dce0b3843489f2a3cd21;p=palacios.git diff --git a/palacios/src/devices/i440fx.c b/palacios/src/devices/i440fx.c index 793dc28..d631235 100644 --- a/palacios/src/devices/i440fx.c +++ b/palacios/src/devices/i440fx.c @@ -64,9 +64,9 @@ static int i440_init(struct vm_device * dev) { pci_dev->config_header.vendor_id = 0x8086; pci_dev->config_header.device_id = 0x1237; - pci_dev->config_header.revision = 0x0002; + pci_dev->config_header.revision = 0x02; pci_dev->config_header.subclass = 0x00; // SubClass: host2pci - pci_dev->config_header.class = 0x06; // Class: PCI bridge + pci_dev->config_header.class = PCI_CLASS_BRIDGE; // Class: PCI bridge pci_dev->config_space[0x72] = 0x02; // SMRAM (?)