powerpc: repeat of r356044

It would have been nice to not have these duplicated in every single
sc_machdep.
This commit is contained in:
Kyle Evans 2019-12-23 21:57:11 +00:00
parent 2c96f04ddd
commit 19352ba5ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356046

View File

@ -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;