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_dev_z8530.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
1
-2
/
+3
*
- Add a uart_rxready() and corresponding device-specific implementations
marius
2007-01-18
1
-6
/
+4
*
On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a
marcel
2006-07-26
1
-3
/
+10
*
Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console
marcel
2006-07-26
1
-1
/
+7
*
o A divisor of 0 is perfectly valid. Reserve -1 for an invalid
marcel
2006-05-12
1
-7
/
+15
*
In z8530_divisor() return 0 if the calculated divisor is less than 0.
marcel
2006-04-04
1
-1
/
+1
*
Don't hold the hardware mutex across getc(). It can wait indefinitely
marcel
2006-04-01
1
-5
/
+16
*
Add support for scc(4).
marcel
2006-03-30
1
-14
/
+14
*
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
marcel
2006-02-24
1
-2
/
+2
*
MFp4:
marcel
2006-02-24
1
-8
/
+8
*
Make the Z8530 more reliable as low-level console by making use of the
marcel
2005-04-27
1
-3
/
+3
*
o Fix the various interrupt related problems caused by reverse
marcel
2005-01-30
1
-31
/
+69
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Include the header with the register definitions from sys/dev/ic. They
marcel
2004-11-21
1
-1
/
+2
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
1
-12
/
+12
*
Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLE
marcel
2004-05-04
1
-1
/
+7
*
Revert the introduction of iobase in struct uart_bas. Both the SAB82532
marcel
2003-09-26
1
-10
/
+14
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
1
-2
/
+2
*
In uart_intr() loop until all interrupts have been handled. Previously
marcel
2003-09-17
1
-2
/
+18
*
Add locking to the hardware drivers. I intended to figure out more
marcel
2003-09-17
1
-5
/
+20
*
Remove the assumption that a bus_space_handle_t is an I/O address
marcel
2003-09-07
1
-2
/
+2
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+512