diff options
Diffstat (limited to 'emulators/gxemul/files/patch-bus_pci.c')
-rw-r--r-- | emulators/gxemul/files/patch-bus_pci.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/gxemul/files/patch-bus_pci.c b/emulators/gxemul/files/patch-bus_pci.c deleted file mode 100644 index 023dee43bac6..000000000000 --- a/emulators/gxemul/files/patch-bus_pci.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/devices/bus_pci.c.orig 2008-10-03 14:11:25.000000000 -0700 -+++ src/devices/bus_pci.c 2008-10-03 14:11:34.000000000 -0700 -@@ -776,6 +776,8 @@ - void *wdc1 = ((struct piix_ide_extra *)pd->extra)->wdc1; - int enabled = 0; - -+ PCI_SET_DATA(reg, value); -+ - switch (reg) { - case PCI_COMMAND_STATUS_REG: - if (value & PCI_COMMAND_IO_ENABLE) |