Add newer ASUS VIA machines and replace the Acorp 6VIA85X
This commit is contained in:
12
src/acpi.c
12
src/acpi.c
@@ -1180,13 +1180,21 @@ acpi_reset(void *priv)
|
||||
- Bit 4: 80-conductor cable on primary IDE channel (active low)
|
||||
- Bit 3: 80-conductor cable on secondary IDE channel (active low)
|
||||
- Bit 2: password cleared (active low)
|
||||
ASUS P3V4X:
|
||||
- Bit 15: 80-conductor cable on secondary IDE channel (active low)
|
||||
- Bit 5: 80-conductor cable on primary IDE channel (active low)
|
||||
AEWIN WCF-681:
|
||||
- Bit 3: 80-conductor cable on primary IDE channel (active low)
|
||||
- Bit 2: 80-conductor cable on secondary IDE channel (active low)
|
||||
Acorp 6VIA85X:
|
||||
ASUS CUV4X-LS:
|
||||
- Bit 2: 80-conductor cable on secondary IDE channel (active low)
|
||||
- Bit 1: 80-conductor cable on primary IDE channel (active low)
|
||||
Acorp 6VIA90AP:
|
||||
- Bit 3: 80-conductor cable on secondary IDE channel (active low)
|
||||
- Bit 1: 80-conductor cable on primary IDE channel (active low) */
|
||||
dev->regs.gpi_val = !strcmp(machines[machine].internal_name, "wcf681") ? 0xffffffe3 : 0xffffffe5;
|
||||
dev->regs.gpi_val = 0xffff7fc1;
|
||||
if (!strcmp(machines[machine].internal_name, "ficva503a"))
|
||||
dev->regs.gpi_val |= 0x00000004;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user