mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/timer/i8254: rename pit_init() -> i8254_pit_init()
and remove the old i386/pc dependency Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
40a3bbc93e
commit
acf695eca6
11 changed files with 11 additions and 12 deletions
|
@ -80,7 +80,7 @@ static void clipper_init(MachineState *machine)
|
|||
/* Since we have an SRM-compatible PALcode, use the SRM epoch. */
|
||||
rtc_init(isa_bus, 1900, rtc_irq);
|
||||
|
||||
pit_init(isa_bus, 0x40, 0, NULL);
|
||||
i8254_pit_init(isa_bus, 0x40, 0, NULL);
|
||||
isa_create_simple(isa_bus, "i8042");
|
||||
|
||||
/* VGA setup. Don't bother loading the bios. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue