This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
uart
History
marcel
b36d718171
In z8530_divisor() return 0 if the calculated divisor is less than 0.
...
This happens when the baudrate is too high for the given RCLK.
2006-04-04 01:16:16 +00:00
..
uart_bus_acpi.c
…
uart_bus_ebus.c
Remove unused variable 'error'. Forgotten in previous commit.
2006-04-02 21:58:09 +00:00
uart_bus_isa.c
…
uart_bus_pccard.c
…
uart_bus_pci.c
…
uart_bus_puc.c
…
uart_bus_scc.c
Add scc(4), a driver for serial communications controllers. These
2006-03-30 18:33:22 +00:00
uart_bus.h
Eliminate the sc_hasfifo flag from the softc. It was only used by
2006-04-02 21:45:54 +00:00
uart_core.c
Add support for scc(4).
2006-03-30 18:37:03 +00:00
uart_cpu_alpha.c
…
uart_cpu_amd64.c
…
uart_cpu_i386.c
…
uart_cpu_ia64.c
…
uart_cpu_pc98.c
…
uart_cpu_powerpc.c
Allow uart(4) to be built on PowerPC.
2006-03-31 01:42:55 +00:00
uart_cpu_sparc64.c
…
uart_cpu.h
Don't hold the hardware mutex across getc(). It can wait indefinitely
2006-04-01 19:04:54 +00:00
uart_dbg.c
…
uart_dev_ns8250.c
Eliminate the sc_hasfifo flag from the softc. It was only used by
2006-04-02 21:45:54 +00:00
uart_dev_sab82532.c
Don't hold the hardware mutex across getc(). It can wait indefinitely
2006-04-01 19:04:54 +00:00
uart_dev_z8530.c
In z8530_divisor() return 0 if the calculated divisor is less than 0.
2006-04-04 01:16:16 +00:00
uart_if.m
…
uart_kbd_sun_tables.h
…
uart_kbd_sun.c
MFp4:
2006-02-24 02:42:26 +00:00
uart_kbd_sun.h
…
uart_subr.c
…
uart_tty.c
Don't open if we're going away.
2006-03-30 03:26:52 +00:00
uart.h
…