opnsense-src/sys/dev/uart
Marcel Moolenaar 5bdddc29c2 Ignore MCR[6] during the probe to fix a false negative. Bit 6 of the
MCR register on the Sunix Sun1699 chip tends to be set but doesn't
seem to have a function. That is, FreeBSD just works (provided the
correct RCLK is used) regardless.

PR:		kern/129663
Diagnostics:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
MFC after:	3 days
2011-05-26 17:02:56 +00:00
..
uart.h
uart_bus.h
uart_bus_acpi.c
uart_bus_ebus.c
uart_bus_fdt.c
uart_bus_isa.c
uart_bus_pccard.c
uart_bus_pci.c
uart_bus_puc.c
uart_bus_scc.c
uart_core.c
uart_cpu.h
uart_cpu_amd64.c
uart_cpu_i386.c
uart_cpu_ia64.c
uart_cpu_pc98.c
uart_cpu_powerpc.c
uart_cpu_sparc64.c Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900. 2011-05-15 13:27:38 +00:00
uart_dbg.c
uart_dev_ns8250.c Ignore MCR[6] during the probe to fix a false negative. Bit 6 of the 2011-05-26 17:02:56 +00:00
uart_dev_quicc.c
uart_dev_sab82532.c
uart_dev_z8530.c
uart_if.m
uart_kbd_sun.c
uart_kbd_sun.h
uart_kbd_sun_tables.h
uart_subr.c
uart_tty.c In uart_tty_outwakeup(), check CTS/RTS flow control settings and 2011-01-24 18:34:16 +00:00