diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2011-12-02 19:28:07 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2011-12-02 19:28:07 +0000 |
| commit | 188ce96b326ed417a9d422fe4a2e16c6f8ed2b32 (patch) | |
| tree | 3f15ffc8eded7195bdb684631dc518b35dc6a025 /emulators/qemu-devel/files/patch-hw-ide-ahci.c | |
| parent | fix dependencies (diff) | |
Update to 1.0, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html
Feature safe: yes
Diffstat (limited to 'emulators/qemu-devel/files/patch-hw-ide-ahci.c')
| -rw-r--r-- | emulators/qemu-devel/files/patch-hw-ide-ahci.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/emulators/qemu-devel/files/patch-hw-ide-ahci.c b/emulators/qemu-devel/files/patch-hw-ide-ahci.c deleted file mode 100644 index 4b539d5e711a..000000000000 --- a/emulators/qemu-devel/files/patch-hw-ide-ahci.c +++ /dev/null @@ -1,31 +0,0 @@ ---- qemu/hw/ide/ahci.c.prev 2011-09-11 16:39:53.000000000 +0300 -+++ qemu/hw/ide/ahci.c 2011-09-11 16:39:48.000000000 +0300 -@@ -505,10 +505,7 @@ static void ahci_reset_port(AHCIState *s - ide_bus_reset(&d->port); - ide_state->ncq_queues = AHCI_MAX_CMDS; - -- pr->irq_stat = 0; -- pr->irq_mask = 0; - pr->scr_stat = 0; -- pr->scr_ctl = 0; - pr->scr_err = 0; - pr->scr_act = 0; - d->busy_slot = -1; -@@ -1157,12 +1154,17 @@ void ahci_uninit(AHCIState *s) - void ahci_reset(void *opaque) - { - struct AHCIPCIState *d = opaque; -+ AHCIPortRegs *pr; - int i; - - d->ahci.control_regs.irqstatus = 0; - d->ahci.control_regs.ghc = 0; - - for (i = 0; i < d->ahci.ports; i++) { -+ pr = &d->ahci.dev[i].port_regs; -+ pr->irq_stat = 0; -+ pr->irq_mask = 0; -+ pr->scr_ctl = 0; - ahci_reset_port(&d->ahci, i); - } - } |
