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_sparc64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use strchr() and strrchr().
ed
2012-01-02
1
-1
/
+1
*
Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.
marius
2011-05-15
1
-1
/
+2
*
Add sbbc(4), a driver for the BootBus controller found in Serengeti and
marius
2010-04-10
1
-0
/
+11
*
Recognize the NS16552 found in PCIe-based sun4u machines.
marius
2009-12-23
1
-1
/
+2
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
1
-7
/
+12
*
- Add support for using LOM (Lights Out Management) and RSC (Remote System
marius
2006-02-04
1
-10
/
+26
*
- Change the code that determines whether to use a serial console and
marius
2005-08-15
1
-21
/
+21
*
Recognize the SAB82532 in USIII machines.
marius
2005-08-07
1
-1
/
+1
*
Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/
marius
2005-06-04
1
-20
/
+23
*
In uart_cpu_getdev_console() when determinig whether we should use
marius
2005-03-12
1
-4
/
+6
*
- Re-write OF_decode_addr() with a bus-neutral approach, adding support
marius
2005-02-12
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
- Don't blindly use the return value of uart_cpu_channel() to calculate
marius
2004-11-28
1
-7
/
+33
*
Remove the whole uart_cpu_identify() stuff again. Now that it's no longer
marius
2004-11-17
1
-6
/
+0
*
o sparc64/isa/isa.c:
marius
2004-11-17
1
-40
/
+0
*
Fix a style(9) bug (variable definitions inside a nested scope) a patch
marius
2004-08-15
1
-4
/
+2
*
- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c
marius
2004-08-14
1
-0
/
+46
*
To quote submitter:
marcel
2004-04-04
1
-8
/
+24
*
Allow the selection of a debug port with hw.uart.dbgport. Unlike
marcel
2004-04-02
1
-46
/
+84
*
Introduce the hw.uart.console and hw.uart.dbgport environment variables
marcel
2004-03-20
1
-1
/
+4
*
Allow uart to attach to keyboards that are not the firmware's notion of
jake
2003-11-11
1
-13
/
+34
*
Set the baud rate to 1200 if the device is a keyboard.
jake
2003-09-28
1
-1
/
+4
*
Revert the introduction of iobase in struct uart_bas. Both the SAB82532
marcel
2003-09-26
1
-8
/
+9
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
1
-7
/
+1
*
When determining the device class to use for the serial console, check
tmm
2003-09-12
1
-2
/
+5
*
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
/
+156