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
*
Complete polled-mode operation by using a callout if the device will be
grehan
2012-04-12
3
-1
/
+16
*
uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) are
marcel
2012-04-11
2
-107
/
+0
*
Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.
kib
2012-03-14
1
-0
/
+1
*
Add support for the MosChip MCS9904 four serial ports
remko
2012-03-07
1
-0
/
+2
*
Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Card
eadler
2012-01-19
1
-0
/
+1
*
Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.
kib
2012-01-11
1
-0
/
+2
*
Add support for Intel EG20T serial ports
kevlo
2012-01-03
1
-0
/
+4
*
Use strchr() and strrchr().
ed
2012-01-02
1
-1
/
+1
*
Actually set the baudrate from the FDT.
marcel
2011-12-30
1
-1
/
+1
*
Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.
kib
2011-12-29
1
-0
/
+1
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Replace __const by const in all non-contributed source code.
ed
2011-12-13
1
-6
/
+6
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
1
-2
/
+2
*
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
[next]