powerpc: repeat of r356044
It would have been nice to not have these duplicated in every single sc_machdep.
This commit is contained in:
parent
2c96f04ddd
commit
19352ba5ad
@ -69,7 +69,7 @@ sc_get_softc(int unit, int flags)
|
||||
sc = &sc_softcs[unit];
|
||||
sc->unit = unit;
|
||||
if ((sc->flags & SC_INIT_DONE) == 0) {
|
||||
sc->keyboard = -1;
|
||||
sc->kbd = NULL;
|
||||
sc->adapter = -1;
|
||||
sc->cursor_char = SC_CURSOR_CHAR;
|
||||
sc->mouse_char = SC_MOUSE_CHAR;
|
||||
|
Loading…
Reference in New Issue
Block a user