opnsense-src/sys/dev/uart
Oleksandr Tymoshenko be9914fc31 Prevent possible usage of uninitialized pbase variable by checking
return value of fdt_get_range
2012-12-13 03:35:47 +00:00
..
uart.h Add PrimeCell UART (PL011) driver 2012-08-30 20:31:53 +00:00
uart_bus.h Complete polled-mode operation by using a callout if the device will be 2012-04-12 18:46:48 +00:00
uart_bus_acpi.c Add support for a few more devices: 2012-11-04 20:50:23 +00:00
uart_bus_ebus.c Recognize the NS16552 found in PCIe-based sun4u machines. 2009-12-23 22:31:43 +00:00
uart_bus_fdt.c Prevent possible usage of uninitialized pbase variable by checking 2012-12-13 03:35:47 +00:00
uart_bus_isa.c Add support for CIR1000 - Cirrus Logic V34 to the uart driver 2012-11-13 21:04:35 +00:00
uart_bus_pccard.c o Style(9) nits 2005-10-28 06:27:53 +00:00
uart_bus_pci.c Add PCI Id for the AMT SOL UART on G4x series Intel chipsets. 2012-03-14 14:01:51 +00:00
uart_bus_puc.c Rewrite of puc(4). Significant changes are: 2006-04-28 21:21:53 +00:00
uart_bus_scc.c Support for Freescale QUad Integrated Communications Controller. 2008-03-03 18:20:17 +00:00
uart_core.c Complete polled-mode operation by using a callout if the device will be 2012-04-12 18:46:48 +00:00
uart_cpu.h Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
uart_cpu_ia64.c Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
uart_cpu_pc98.c Merge amd64 and i386 bus.h and move the resulting header to x86. Replace 2010-12-20 16:39:43 +00:00
uart_cpu_powerpc.c Convert Freescale PowerPC platforms to FDT convention. 2010-07-11 21:08:29 +00:00
uart_cpu_sparc64.c Use strchr() and strrchr(). 2012-01-02 12:12:10 +00:00
uart_cpu_x86.c uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) are 2012-04-11 02:42:01 +00:00
uart_dbg.c Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. 2006-05-26 11:54:32 +00:00
uart_dev_lpc.c Merging of projects/armv6, part 8 2012-08-15 05:37:10 +00:00
uart_dev_ns8250.c Disable the TX ready interrupts once we received one, some UART won't clear 2011-11-02 20:45:44 +00:00
uart_dev_pl011.c Separate interrupts enable/disable logic from setting port parameters. 2012-10-30 01:52:49 +00:00
uart_dev_quicc.c Cast to uintptr_t before casting to void*. This allows the 2008-11-22 21:22:53 +00:00
uart_dev_sab82532.c Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
uart_dev_z8530.c Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00
uart_if.m Complete polled-mode operation by using a callout if the device will be 2012-04-12 18:46:48 +00:00
uart_kbd_sun.c Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. 2011-07-17 08:19:19 +00:00
uart_kbd_sun.h - In sunkbd_probe_keyboard() don't bother to determine the keyboard layout 2006-11-02 00:01:15 +00:00
uart_kbd_sun_tables.h
uart_subr.c Merging of projects/armv6, part 8 2012-08-15 05:37:10 +00:00
uart_tty.c kern cons: introduce infrastructure for console grabbing by kernel 2011-12-17 15:08:43 +00:00