Fixed PS/2 mouse to PCI (PIIX) wiring, fixes recently introduced PS/2 mouse hangs;
The AT keyboard "write to mouse" command now returns 0xFF (error) when no PS/2 mouse is attached - fixes hangs on AOpen AP53, ASUS P/I-P55T2S, and Tyan Titan Pro/ATX when not using PS/2 mouse; Fixed the emulation of the SMC FDC37C669 Super I/O chip - serial ports now work correctly on the AOpen AP53 and the ASUS P/I-P55T2S.
This commit is contained in:
@@ -42,12 +42,12 @@ static pci_mirq_t pci_mirqs[2];
|
||||
static int pci_index, pci_func, pci_card, pci_bus, pci_enable, pci_key;
|
||||
int pci_burst_time, pci_nonburst_time;
|
||||
|
||||
int pci_do_log = 0;
|
||||
|
||||
static int trc_reg = 0;
|
||||
|
||||
PCI_RESET pci_reset_handler;
|
||||
|
||||
int pci_do_log = 0;
|
||||
|
||||
void pci_log(const char *format, ...)
|
||||
{
|
||||
#ifdef ENABLE_PCI_LOG
|
||||
|
||||
Reference in New Issue
Block a user