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
*
A final test with unmodified code has shown that a delay of 150ms
marcel
2013-08-30
1
-1
/
+1
*
Work-around a timing problem with the ITE IT8513E now that the core
marcel
2013-08-29
1
-1
/
+13
*
Add support for uarts other than the serial console in TI OMAP SoCs.
ian
2013-08-21
4
-0
/
+146
*
Make the uart ns8250 high-level interface public rather than static.
ian
2013-08-21
2
-38
/
+73
*
Use an if/else sequence rather than unrelated if statements, so that a
ian
2013-08-21
1
-7
/
+7
*
Check for generic ns16550 after all other types. A device may be compatible
ian
2013-08-21
1
-3
/
+3
*
Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable
ian
2013-08-19
1
-1
/
+1
*
Set the device description after we call uart_probe(). In uart_probe()
marcel
2013-07-25
1
-1
/
+7
*
Protect against broken hardware. In this particular case, protect against
marcel
2013-07-10
1
-48
/
+60
*
Teach UART to attach Exynos/s3/s5 class driver.
ray
2013-06-29
4
-0
/
+6
*
Add basic support for FDT to i386 & amd64. This change includes:
marcel
2013-05-21
2
-98
/
+175
*
Fix several typos
eadler
2013-05-12
1
-2
/
+2
*
Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
wkoszek
2013-04-27
2
-0
/
+5
*
Add support for Intel C600/X79 Series Chipset KT Controller.
eadler
2013-04-23
1
-0
/
+1
*
Build uart_dev_lpc.c on arm only. This fixes pc98 build.
nyan
2013-04-22
1
-0
/
+2
*
Fix low-level uart drivers that set their fifo sizes in the softc too late.
ian
2013-04-01
5
-15
/
+15
*
Accommodate uart devices with large FIFOs (or DMA buffers which amount
ian
2013-03-31
1
-1
/
+7
*
Integrate Efika MX project back to home.
ray
2013-03-20
4
-0
/
+663
*
Add support for A10 uart.
ganbold
2013-03-01
1
-5
/
+38
*
- Make pci_ns8250_ids[] const.
marius
2013-02-03
1
-6
/
+6
*
uart: add resume method and enable it for attachments on the most common
avg
2013-02-02
5
-0
/
+13
*
Add a loader tunable "hw.broken_txfifo" which enables a workaround for a
cperciva
2013-01-27
1
-1
/
+13
*
Prevent possible usage of uninitialized pbase variable by checking
gonzo
2012-12-13
1
-1
/
+3
*
Add support for CIR1000 - Cirrus Logic V34 to the uart driver
eadler
2012-11-13
1
-0
/
+1
*
Add support for a few more devices:
eadler
2012-11-04
1
-0
/
+4
*
Separate interrupts enable/disable logic from setting port parameters.
gonzo
2012-10-30
1
-6
/
+13
*
Add PrimeCell UART (PL011) driver
gonzo
2012-08-30
3
-0
/
+441
*
Merging of projects/armv6, part 8
gonzo
2012-08-15
4
-5
/
+903
*
Merging of projects/armv6, part 4
gonzo
2012-08-15
1
-2
/
+4
*
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
[next]