diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-18 06:53:05 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-18 06:53:05 +0000 |
commit | cf7a2fe2eb6e100b21089faced28e8dfeaf39748 (patch) | |
tree | c13633a707087c60fec40d9d6f00976ee20f4d23 /hw/piix_pci.c | |
parent | 7852e5da32b6d4e0993130bf28d7d3fceacb2e31 (diff) |
SCI fixes
(Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4081 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/piix_pci.c')
-rw-r--r-- | hw/piix_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/piix_pci.c b/hw/piix_pci.c index d5c7e1e5c5..a1e04d470f 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -220,7 +220,6 @@ static void piix3_set_irq(qemu_irq *pic, int irq_num, int level) { int i, pic_irq, pic_level; - piix3_dev->config[0x60 + irq_num] &= ~0x80; // enable bit pci_irq_levels[irq_num] = level; /* now we change the pic irq level according to the piix irq mappings */ |