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
*
- Initialize uart_bus_space_io and uart_bus_space_mem.
nyan
2004-05-16
1
-7
/
+7
*
Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLE
marcel
2004-05-04
1
-1
/
+7
*
When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.
marcel
2004-05-04
1
-2
/
+2
*
Don't mask TCD in IMR0 when we initialize the channel. Doing so makes
marcel
2004-04-25
1
-1
/
+1
*
To quote submitter:
marcel
2004-04-04
1
-8
/
+24
*
In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 family
marcel
2004-04-03
1
-2
/
+4
*
In ns8250_putc() insert a barrier between writing the character and
marcel
2004-04-02
1
-0
/
+1
*
Allow the selection of a debug port with hw.uart.dbgport. Unlike
marcel
2004-04-02
1
-46
/
+84
*
Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the function
marcel
2004-04-02
1
-0
/
+2
*
Fix braino in previous commit: getenv() can return NULL.
marcel
2004-03-20
1
-0
/
+2
*
Introduce the hw.uart.console and hw.uart.dbgport environment variables
marcel
2004-03-20
8
-57
/
+304
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Use standard style for cdevsw initializtion
phk
2004-02-14
1
-9
/
+9
*
Test the return value of UART_PARAM(). Invalid line parameters did not
marcel
2004-02-14
1
-1
/
+2
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Add a uart attachment/syscons keyboard driver for sun keyboards. In theory
jake
2003-11-11
3
-0
/
+738
*
Allow uart to attach to keyboards that are not the firmware's notion of
jake
2003-11-11
1
-13
/
+34
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
Include pccard/pccard_cis.h here too
imp
2003-10-07
1
-1
/
+2
*
Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, as
marcel
2003-09-28
1
-1
/
+0
*
Set the baud rate to 1200 if the device is a keyboard.
jake
2003-09-28
1
-1
/
+4
*
Catch up with the console interface change: the use of makedev() has
marcel
2003-09-26
1
-3
/
+2
*
Revert the introduction of iobase in struct uart_bas. Both the SAB82532
marcel
2003-09-26
17
-61
/
+99
*
Don't return to search another ports even if bus_space_map() fails.
nyan
2003-09-23
5
-6
/
+6
*
Initialize iobase, bsh and bst.
nyan
2003-09-23
1
-0
/
+4
*
Compare base address instead of bus_handle.
nyan
2003-09-23
1
-1
/
+1
*
- Keep the base address in struct uart_bas for sab82532 and z8530 modules.
nyan
2003-09-23
11
-51
/
+17
*
Remove unneeded includes.
nyan
2003-09-23
1
-5
/
+0
*
Use bus_space_map() to initialize a bus_handle.
nyan
2003-09-23
5
-9
/
+17
*
In uart_intr() loop until all interrupts have been handled. Previously
marcel
2003-09-17
4
-19
/
+57
*
Add locking to the hardware drivers. I intended to figure out more
marcel
2003-09-17
7
-27
/
+117
*
Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h"
marcel
2003-09-15
1
-1
/
+0
*
Remove useless #ifdef PC98.
takawata
2003-09-15
1
-3
/
+1
*
Add uart pccard bus attachment,based on sio_pccard.c .
takawata
2003-09-14
1
-0
/
+109
*
Add support for automatic hardware flow control for 16[679]50 UARTs.
marcel
2003-09-13
1
-1
/
+37
*
When determining the device class to use for the serial console, check
tmm
2003-09-12
1
-2
/
+5
*
Add support for using uart(4) for pulse capturing for the Pulse Per
marcel
2003-09-11
3
-2
/
+38
*
Minor commentary cleanup, since I didn't understand the comments that
imp
2003-09-11
1
-4
/
+4
*
Fix compile on pc98. Maybe this is correct.
imp
2003-09-11
1
-1
/
+2
*
If we failed to size the Rx FIFO, assume the worst. This however
marcel
2003-09-10
1
-1
/
+1
*
Remove the assumption that a bus_space_handle_t is an I/O address
marcel
2003-09-07
9
-48
/
+91
*
Better stab at MD code for pc98. The 8251 stuff is a total lie
imp
2003-09-07
4
-0
/
+976
*
The uart(4) driver is an universal driver for various UART hardware.
marcel
2003-09-06
22
-0
/
+5330