opnsense-src/sys/dev/uart
Marcel Moolenaar ebecffe930 For embedded UARTs compatible with the ns8250 family it is possible
that the driver clock is identical to the processor or bus clock.
This is the case for the PowerQUICC processor. When the clock is
high enough, overflows happen in the calculation of the time it
takes to send 1/10 of a character, used in delay loops. Fix the
overflows so as to fix bugs in the delay loops that can cause either
insufficient delays or excessive delays.
2007-03-28 18:34:59 +00:00
..
uart.h
uart_bus.h
uart_bus_acpi.c
uart_bus_ebus.c
uart_bus_isa.c
uart_bus_pccard.c
uart_bus_pci.c
uart_bus_puc.c
uart_bus_scc.c
uart_core.c When we match UARTs found during bus-enumeration with UARTs used for 2007-03-28 18:26:12 +00:00
uart_cpu.h - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
uart_cpu_amd64.c
uart_cpu_i386.c
uart_cpu_ia64.c
uart_cpu_pc98.c
uart_cpu_powerpc.c
uart_cpu_sparc64.c
uart_dbg.c
uart_dev_ns8250.c For embedded UARTs compatible with the ns8250 family it is possible 2007-03-28 18:34:59 +00:00
uart_dev_sab82532.c - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
uart_dev_z8530.c - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
uart_if.m
uart_kbd_sun.c - Add a uart_rxready() and corresponding device-specific implementations 2007-01-18 22:01:19 +00:00
uart_kbd_sun.h
uart_kbd_sun_tables.h
uart_subr.c
uart_tty.c