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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Disable the TX ready interrupts once we received one, some UART won't clear
cognet
2011-11-02
1
-2
/
+5
*
Follow up to r225203 refining break-to-debugger run-time configuration
rwatson
2011-08-27
1
-4
/
+0
*
Attempt to make break-to-debugger and alternative break-to-debugger more
rwatson
2011-08-26
1
-21
/
+5
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-0
/
+1
*
Add device ID for the Davicom 56PDV PCI Modem.
jhb
2011-07-08
1
-0
/
+1
*
Add support for a MosChip PCI express serial port adapter.
hselasky
2011-06-29
1
-0
/
+2
*
Ignore MCR[6] during the probe to fix a false negative. Bit 6 of the
marcel
2011-05-26
1
-1
/
+7
*
Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.
marius
2011-05-15
1
-1
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
In uart_tty_outwakeup(), check CTS/RTS flow control settings and
marcel
2011-01-24
1
-5
/
+10
*
Check the environment for system devices before using the FDT.
marcel
2011-01-17
1
-8
/
+11
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
3
-6
/
+6
*
Fix typos.
brucec
2010-11-09
1
-2
/
+2
*
Eliminate FDT_IMMR_VA define.
raj
2010-07-19
1
-1
/
+1
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
2
-120
/
+2
*
Convert Marvell ARM platforms to FDT convention.
raj
2010-06-13
2
-173
/
+0
*
FDT (simplebus) compatible attachment for uart(4).
raj
2010-06-02
1
-0
/
+200
*
Remove redundant checking of sc_leaving (uart_intr() already handles this).
marius
2010-05-02
1
-1
/
+1
*
Add sbbc(4), a driver for the BootBus controller found in Serengeti and
marius
2010-04-10
2
-0
/
+12
*
Add PCI ID for MCS9901.
delphij
2010-03-01
1
-0
/
+2
*
Recognize the NS16552 found in PCIe-based sun4u machines.
marius
2009-12-23
2
-2
/
+3
*
Support the tablet in (at least) the Toshiba Portege M200 Tablet PC.
gavin
2009-12-21
1
-0
/
+1
*
Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.
mav
2009-12-08
1
-0
/
+1
*
Add support for the NetMos NM9865 family of Serial/Parallel ports.
marcel
2009-12-07
1
-0
/
+1
*
Remove unneeded includes of <sys/termios.h>.
ed
2009-11-28
2
-2
/
+0
*
Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY
marcel
2009-10-02
3
-27
/
+55
*
Fix serial console on Apple Xserve G5 by falling back to input-device-1
nwhitehorn
2009-07-23
1
-9
/
+32
*
Move the memory layout definitions and logic from mvreg.h to mvwin.h
marcel
2009-06-12
1
-0
/
+1
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Don't use pmap_kextact() when comparing bus handles for Book-E.
marcel
2009-04-08
1
-0
/
+4
*
Fix hangs caused by hardware that signals receive errors
marcel
2009-04-08
1
-6
/
+9
*
Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode
nwhitehorn
2009-04-04
1
-7
/
+19
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
Add support for the single-port NetMos NM9835 serial adapter. The puc(4)
jhb
2009-03-05
1
-0
/
+1
*
Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. The
kaiw
2009-02-11
1
-0
/
+1
*
De-hard code UART speed setting for Marvell SOCs when hw.uart.console is not
raj
2009-01-08
1
-1
/
+2
*
Minor style(9) compliance change.
kan
2008-12-27
1
-1
/
+2
*
Cast to uintptr_t before casting to void*. This allows the
marcel
2008-11-22
1
-3
/
+3
*
Fix detaching of uart(4) devices.
ed
2008-10-23
1
-0
/
+13
*
Introduce basic support for Marvell families of system-on-chip ARM devices:
raj
2008-10-13
2
-0
/
+171
*
Use bus_space_compare() rather than i386_memio_compare() directly.
nyan
2008-09-07
1
-1
/
+1
*
Add the 2nd CCU and PnP devices support on pc98.
nyan
2008-08-25
3
-16
/
+68
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
2
-95
/
+73
*
The XScale PXA255 has three generally ns16x50 compatible UARTs. One of the
benno
2008-05-30
1
-5
/
+31
*
Expand kdb_alt_break a little, most commonly used with the option
peter
2008-05-04
1
-3
/
+17
*
add device hints to control the rx FIFO interrupt level on 16550A parts
sam
2008-03-12
2
-1
/
+18
*
Support for Freescale QUad Integrated Communications Controller.
raj
2008-03-03
2
-0
/
+490
*
Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.
raj
2008-03-03
3
-0
/
+115
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-2
/
+3
[next]