X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fi440fx.c;h=4f7b48f67bea2e5599c24a6e8eacd95d3631a8c4;hp=793dc28d958cf1275eb231f0940b0360518c6cf7;hb=d0886c953a9e5969ee0f54f11bb146bfe888bfe3;hpb=a0e1d8274aef54adcf50dce0b3843489f2a3cd21 diff --git a/palacios/src/devices/i440fx.c b/palacios/src/devices/i440fx.c index 793dc28..4f7b48f 100644 --- a/palacios/src/devices/i440fx.c +++ b/palacios/src/devices/i440fx.c @@ -64,7 +64,7 @@ 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