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_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded includes of <sys/termios.h>.
ed
2009-11-28
1
-1
/
+0
*
Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY
marcel
2009-10-02
1
-1
/
+1
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-2
/
+1
*
Expand kdb_alt_break a little, most commonly used with the option
peter
2008-05-04
1
-3
/
+17
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-2
/
+3
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
1
-5
/
+32
*
When we match UARTs found during bus-enumeration with UARTs used for
marcel
2007-03-28
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-6
/
+8
*
Implement the ipend() method of the serdev I/F.
marcel
2006-04-28
1
-0
/
+9
*
Add support for scc(4).
marcel
2006-03-30
1
-30
/
+95
*
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
marcel
2006-02-24
1
-1
/
+1
*
MFp4:
marcel
2006-02-24
1
-11
/
+11
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
1
-2
/
+2
*
In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is
marcel
2005-10-28
1
-1
/
+1
*
- Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to work
marius
2005-03-02
1
-2
/
+8
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add UART_IOCTL_BAUD to allow us to query the hardware about the
marcel
2004-11-14
1
-0
/
+5
*
Update for the KDB framework:
marcel
2004-07-10
1
-8
/
+6
*
When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.
marcel
2004-05-04
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Revert the introduction of iobase in struct uart_bas. Both the SAB82532
marcel
2003-09-26
1
-5
/
+4
*
Initialize iobase, bsh and bst.
nyan
2003-09-23
1
-0
/
+4
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
1
-0
/
+1
*
In uart_intr() loop until all interrupts have been handled. Previously
marcel
2003-09-17
1
-11
/
+15
*
Add locking to the hardware drivers. I intended to figure out more
marcel
2003-09-17
1
-0
/
+2
*
Add support for using uart(4) for pulse capturing for the Pulse Per
marcel
2003-09-11
1
-0
/
+12
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
1
-0
/
+452