mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
o Properly use rman(9) to manage resources. This eliminates the need to puc-specific hacks to rman. It also allows devinfo(8) to be used to find out the specific assignment of resources to serial/parallel ports. o Compress the PCI device "database" by optimizing for the common case and to use a procedural interface to handle the exceptions. The procedural interface also generalizes the need to setup the hardware (program chipsets, program clock frequencies). o Eliminate the need for PUC_FASTINTR. Serdev devices are fast by default and non-serdev devices are handled by the bus. o Use the serdev I/F to collect interrupt status and to handle interrupts across ports in priority order. o Sync the PCI device configuration to include devices found in NetBSD and not yet merged to FreeBSD. o Add support for Quatech 2, 4 and 8 port UARTs. o Add support for a couple dozen Timedia serial cards as found in Linux. |
||
|---|---|---|
| .. | ||
| 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 | ||
| uart_cpu.h | ||
| uart_cpu_alpha.c | ||
| 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 | ||
| 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 | ||