Added level-sensitive IRQs on PIIX and SiS497. Fixes hanging audio with AudioPCI on Windows 2000.

This commit is contained in:
SarahW 2018-03-24 15:29:10 +00:00
commit 6412d01deb
5 changed files with 53 additions and 4 deletions

View file

@ -10,6 +10,7 @@
#include "io.h"
#include "mem.h"
#include "pci.h"
#include "pic.h"
#include "piix.h"
@ -386,4 +387,6 @@ void piix_init(int card, int pci_a, int pci_b, int pci_c, int pci_d)
ide_pri_disable();
ide_sec_disable();
pic_init_elcrx();
}