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
*
When sizing the FIFO, don't count all the way up to 1030 if any FIFO
marcel
2004-07-26
1
-1
/
+1
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-2
/
+2
*
Update for the KDB framework:
marcel
2004-07-10
1
-8
/
+6
*
Add support for uart(4) being a debug port for the GDB backend.
marcel
2004-07-10
1
-0
/
+101
*
Define the tty methods as typedefs.
phk
2004-06-30
1
-2
/
+1
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
1
-65
/
+27
*
Use the new serial port definitions for modemsignals.
phk
2004-06-24
6
-105
/
+92
*
save a few redundant lines by moving the retry loop further backwards.
phk
2004-06-23
1
-7
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-4
/
+4
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-8
/
+8
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-5
/
+2
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-2
/
+2
*
It seems that clearing the MCR_IE bit in the modem control register
tmm
2004-05-26
1
-22
/
+23
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
- 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
[next]