freebsd-skq/sys/dev/uart
marius f1c26a9917 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.
2005-06-04 21:54:31 +00:00
..
uart_bus_acpi.c
uart_bus_ebus.c On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse) 2005-06-04 21:52:56 +00:00
uart_bus_isa.c
uart_bus_pccard.c
uart_bus_pci.c
uart_bus_puc.c
uart_bus.h
uart_core.c
uart_cpu_alpha.c
uart_cpu_amd64.c
uart_cpu_i386.c
uart_cpu_ia64.c
uart_cpu_pc98.c
uart_cpu_sparc64.c Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/ 2005-06-04 21:33:18 +00:00
uart_cpu.h
uart_dbg.c
uart_dev_ns8250.c
uart_dev_sab82532.c
uart_dev_z8530.c Make the Z8530 more reliable as low-level console by making use of the 2005-04-27 21:57:51 +00:00
uart_if.m
uart_kbd_sun_tables.h
uart_kbd_sun.c Replace the band-aid for allowing to call sunkbd_configure() multiple 2005-06-04 21:54:31 +00:00
uart_kbd_sun.h
uart_subr.c
uart_tty.c In uart_cnprobe(), fill in the cn_name field of the consdev structure. 2005-05-08 20:25:09 +00:00
uart.h