Date: Sat, 4 Jun 2005 21:54:31 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/uart uart_kbd_sun.c Message-ID: <200506042154.j54LsV63095391@repoman.freebsd.org>
index | next in thread | raw e-mail
marius 2005-06-04 21:54:31 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_kbd_sun.c
Log:
Replace the band-aid for allowing to call sunkbd_configure() multiple
times which was added in the last revision with what should be a proper
solution as long as keyboards that were pluggged in after the kernel
has fully booted aren't supported. I.e. when sunkbd_configure() is
called for the high-level console probe make sure that the keyboard is
both successfully configured (i.e. also probed) and attached. The band-
aid left the possibility to attach the keyboard device to the high-level
console without attaching the keyboard device itself when the keyboard
is plugged in after uart(4) attached but before syscons(4) does.
Revision Changes Path
1.5 +19 -14 src/sys/dev/uart/uart_kbd_sun.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506042154.j54LsV63095391>
