opnsense-src/sys/dev/uart
Ruslan Ermilov 9fddcc6661 Fix our ioctl(2) implementation when the argument is "int". New
ioctls passing integer arguments should use the _IOWINT() macro.
This fixes a lot of ioctl's not working on sparc64, most notable
being keyboard/syscons ioctls.

Full ABI compatibility is provided, with the bonus of fixing the
handling of old ioctls on sparc64.

Reviewed by:	bde (with contributions)
Tested by:	emax, marius
MFC after:	1 week
2006-09-27 19:57:02 +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
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
uart_dbg.c
uart_dev_ns8250.c
uart_dev_sab82532.c
uart_dev_z8530.c On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a 2006-07-26 17:29:37 +00:00
uart_if.m
uart_kbd_sun.c Fix our ioctl(2) implementation when the argument is "int". New 2006-09-27 19:57:02 +00:00
uart_kbd_sun.h
uart_kbd_sun_tables.h
uart_subr.c
uart_tty.c Properly propagate overrun conditions to the TTY layer. 2006-07-27 00:07:10 +00:00