Re: [PATCH 42/50] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()

2022-06-09 Thread Peter Maydell
On Sun, 22 May 2022 at 19:20, Mark Cave-Ayland wrote: > > This can be improved once the ps2_kbd_init() and ps2_mouse_init() functions > have > been removed, but for now move the existing logic from lasi_initfn() to > lasi_init(). At the same time explicitly set keyboard port id to 0, even if it

[PATCH 42/50] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()

2022-05-22 Thread Mark Cave-Ayland
This can be improved once the ps2_kbd_init() and ps2_mouse_init() functions have been removed, but for now move the existing logic from lasi_initfn() to lasi_init(). At the same time explicitly set keyboard port id to 0, even if it isn't technically required. Signed-off-by: Mark Cave-Ayland ---