index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
uart
/
uart_cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
1
-15
/
+14
*
- Add a uart_rxready() and corresponding device-specific implementations
marius
2007-01-18
1
-2
/
+16
*
Don't hold the hardware mutex across getc(). It can wait indefinitely
marcel
2006-04-01
1
-6
/
+2
*
Add support for scc(4).
marcel
2006-03-30
1
-3
/
+44
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Remove the whole uart_cpu_identify() stuff again. Now that it's no longer
marius
2004-11-17
1
-1
/
+0
*
- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c
marius
2004-08-14
1
-0
/
+1
*
Introduce the hw.uart.console and hw.uart.dbgport environment variables
marcel
2004-03-20
1
-2
/
+6
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
1
-1
/
+0
*
Remove the assumption that a bus_space_handle_t is an I/O address
marcel
2003-09-07
1
-2
/
+3
*
Better stab at MD code for pc98. The 8251 stuff is a total lie
imp
2003-09-07
1
-0
/
+1
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+115