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_amd64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make uart_getenv() not be ns8250 dependent. This will allow, in the future,
imp
2005-12-12
1
-0
/
+1
*
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
-6
/
+0
*
- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c
marius
2004-08-14
1
-0
/
+6
*
Introduce the hw.uart.console and hw.uart.dbgport environment variables
marcel
2004-03-20
1
-2
/
+9
*
Revert the introduction of iobase in struct uart_bas. Both the SAB82532
marcel
2003-09-26
1
-1
/
+1
*
Don't return to search another ports even if bus_space_map() fails.
nyan
2003-09-23
1
-1
/
+1
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
1
-7
/
+1
*
Use bus_space_map() to initialize a bus_handle.
nyan
2003-09-23
1
-1
/
+2
*
Remove the assumption that a bus_space_handle_t is an I/O address
marcel
2003-09-07
1
-7
/
+14
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+92