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_ns8250.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The lcr variable in ns8250_probe is now unused. Remove it.
benno
2006-05-23
1
-1
/
+1
*
Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.
benno
2006-05-23
1
-24
/
+16
*
Use 115200 and not 9600 as the initial baudrate. This speeds up
marcel
2006-04-27
1
-1
/
+1
*
MFp4: Calculate the divisor before setting the DLAB bit. This
marcel
2006-04-23
1
-2
/
+2
*
Eliminate the sc_hasfifo flag from the softc. It was only used by
marcel
2006-04-02
1
-3
/
+3
*
Don't hold the hardware mutex across getc(). It can wait indefinitely
marcel
2006-04-01
1
-5
/
+15
*
Add support for scc(4).
marcel
2006-03-30
1
-18
/
+18
*
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
marcel
2006-02-24
1
-1
/
+1
*
MFp4:
marcel
2006-02-24
1
-5
/
+5
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Include the common <dev/ic/ns16550.h> instead of the private
marcel
2004-11-20
1
-1
/
+2
*
Be slightly more paranoid about using the divisor in a division and
marcel
2004-11-15
1
-2
/
+6
*
Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unset
marcel
2004-11-14
1
-1
/
+11
*
Do not use hardware flow control for the moment. There are some issues
marcel
2004-08-06
1
-0
/
+8
*
When sizing the FIFO, don't count all the way up to 1030 if any FIFO
marcel
2004-07-26
1
-1
/
+1
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
1
-14
/
+14
*
It seems that clearing the MCR_IE bit in the modem control register
tmm
2004-05-26
1
-22
/
+23
*
In ns8250_putc() insert a barrier between writing the character and
marcel
2004-04-02
1
-0
/
+1
*
In uart_intr() loop until all interrupts have been handled. Previously
marcel
2003-09-17
1
-3
/
+12
*
Add locking to the hardware drivers. I intended to figure out more
marcel
2003-09-17
1
-9
/
+33
*
Add support for automatic hardware flow control for 16[679]50 UARTs.
marcel
2003-09-13
1
-1
/
+37
*
If we failed to size the Rx FIFO, assume the worst. This however
marcel
2003-09-10
1
-1
/
+1
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+726