diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-06-30 10:15:13 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-06-30 10:15:13 +0000 |
| commit | fa783074ac610fa76e4c1545b92108ad7f6d9a88 (patch) | |
| tree | fa4bc2441dbc15aa9d2e8aeb49f62d413803f871 /sys/dev/syscons/syscons.c | |
| parent | 6c726162da6e9ace516d90f7c88faa0d5670ebb2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.c')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index ed441bd49247..56e09e50e09f 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -426,18 +426,6 @@ scmeminit(void *arg) /* XXX */ SYSINIT(sc_mem, SI_SUB_KMEM, SI_ORDER_ANY, scmeminit, NULL); -int -sc_resume_unit(int unit) -{ - /* XXX should be moved to the keyboard driver? */ - sc_softc_t *sc; - - sc = sc_get_softc(unit, (sc_console_unit == unit) ? SC_KERNEL_CONSOLE : 0); - if (sc->kbd != NULL) - kbd_clear_state(sc->kbd); - return 0; -} - static int scdevtounit(dev_t dev) { |
