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 | |
| parent | 6c726162da6e9ace516d90f7c88faa0d5670ebb2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 12 | ||||
| -rw-r--r-- | sys/dev/syscons/syscons.h | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index ed441bd492470..56e09e50e09ff 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) { diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 1924158e7f58f..5944e34d416e1 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -494,7 +494,6 @@ extern int (*sc_user_ioctl)(dev_t dev, u_long cmd, caddr_t data, int sc_probe_unit(int unit, int flags); int sc_attach_unit(int unit, int flags); -int sc_resume_unit(int unit); int set_mode(scr_stat *scp); |
