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
*
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
*
Redefine bus_space_tag_t on PowerPC from a 32-bit integral to
marcel
2007-12-19
1
-2
/
+2
*
The HP Diva RMP3 uses BAR 0x14.
marcel
2007-05-17
1
-1
/
+1
*
Fix bugs in the Sun -> AT keycode translation table which caused the
marius
2007-05-01
1
-3
/
+3
*
Add PCI IDs for the HP RMP3 serial port. This is often used as
marcel
2007-04-05
1
-0
/
+1
*
Don't use a time-limiting loop that's defined in terms of the baudrate
marcel
2007-04-03
1
-13
/
+7
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
15
-63
/
+165
*
For embedded UARTs compatible with the ns8250 family it is possible
marcel
2007-03-28
1
-1
/
+3
*
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
*
- Add a uart_rxready() and corresponding device-specific implementations
marius
2007-01-18
5
-35
/
+35
*
- In sunkbd_probe_keyboard() don't bother to determine the keyboard layout
marius
2006-11-02
2
-85
/
+382
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-1
/
+24
*
Do not try to call keyboard callback unless keyboard is active and busy.
emax
2006-09-18
1
-4
/
+6
*
Properly propagate overrun conditions to the TTY layer.
marcel
2006-07-27
1
-0
/
+2
*
On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a
marcel
2006-07-26
1
-3
/
+10
*
Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console
marcel
2006-07-26
1
-1
/
+7
*
Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows
marcel
2006-07-26
1
-3
/
+56
*
Convert to new console api
phk
2006-05-26
1
-11
/
+2
*
Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.
phk
2006-05-26
1
-10
/
+2
*
Remove definitions of uart_[gs]etdreg. They are not used anymore and
marcel
2006-05-23
1
-6
/
+0
*
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
*
o A divisor of 0 is perfectly valid. Reserve -1 for an invalid
marcel
2006-05-12
1
-7
/
+15
*
First pass at removing Alpha kernel support.
jhb
2006-05-11
1
-143
/
+0
*
Rewrite of puc(4). Significant changes are:
marcel
2006-04-28
1
-25
/
+13
*
Implement the ipend() method of the serdev I/F.
marcel
2006-04-28
2
-0
/
+10
*
o Add 5 Timedia single port serial cards.
marcel
2006-04-27
1
-8
/
+25
*
Use 115200 and not 9600 as the initial baudrate. This speeds up
marcel
2006-04-27
1
-1
/
+1
*
o Add 2 HP Diva single port UARTs.
marcel
2006-04-27
1
-0
/
+2
[next]