aboutsummaryrefslogtreecommitdiff
path: root/hw/piix_pci.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-18 06:53:05 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-18 06:53:05 +0000
commitcf7a2fe2eb6e100b21089faced28e8dfeaf39748 (patch)
treec13633a707087c60fec40d9d6f00976ee20f4d23 /hw/piix_pci.c
parent7852e5da32b6d4e0993130bf28d7d3fceacb2e31 (diff)
downloadqemu-cf7a2fe2eb6e100b21089faced28e8dfeaf39748.zip
qemu-cf7a2fe2eb6e100b21089faced28e8dfeaf39748.tar.gz
qemu-cf7a2fe2eb6e100b21089faced28e8dfeaf39748.tar.bz2
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/piix_pci.c b/hw/piix_pci.c
index d5c7e1e..a1e04d4 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 */