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
*
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
*
o Add 2 NEC cards
marcel
2006-04-26
1
-29
/
+47
*
MFp4: Calculate the divisor before setting the DLAB bit. This
marcel
2006-04-23
1
-2
/
+2
*
In z8530_divisor() return 0 if the calculated divisor is less than 0.
marcel
2006-04-04
1
-1
/
+1
*
Remove unused variable 'error'. Forgotten in previous commit.
marcel
2006-04-02
1
-1
/
+0
*
Don't claim a SAB82532. We have scc(4) for that.
marcel
2006-04-02
1
-5
/
+0
*
Eliminate the sc_hasfifo flag from the softc. It was only used by
marcel
2006-04-02
2
-4
/
+3
*
Don't hold the hardware mutex across getc(). It can wait indefinitely
marcel
2006-04-01
4
-20
/
+45
*
Allow uart(4) to be built on PowerPC.
marcel
2006-03-31
1
-0
/
+54
*
Add support for scc(4).
marcel
2006-03-30
6
-82
/
+191
*
Add scc(4), a driver for serial communications controllers. These
marcel
2006-03-30
1
-0
/
+115
*
Don't open if we're going away.
marcel
2006-03-30
1
-0
/
+4
*
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
marcel
2006-02-24
5
-10
/
+5
*
When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)
marcel
2006-02-24
1
-1
/
+3
*
MFp4:
marcel
2006-02-24
7
-52
/
+37
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
1
-2
/
+2
*
- Add support for using LOM (Lights Out Management) and RSC (Remote System
marius
2006-02-04
2
-13
/
+33
*
Make uart_getenv() not be ns8250 dependent. This will allow, in the future,
imp
2005-12-12
6
-1
/
+5
*
In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is
marcel
2005-10-28
1
-1
/
+1
*
o Style(9) nits
marcel
2005-10-28
1
-10
/
+9
*
Allow uart_bus_probe() to return the predefined BUS_PROBE_*
marcel
2005-10-28
1
-3
/
+1
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
1
-1
/
+1
*
Remove PCI IDs for multiport cards:
marcel
2005-10-26
1
-10
/
+15
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
2
-3
/
+3
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Remove OLDCARD shims
imp
2005-09-21
1
-13
/
+12
[next]