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
*
Recognize the SAB82532 in USIII machines.
marius
2005-08-07
2
-2
/
+2
*
Some chipset drivers redefine the busspace_isa_{io|mem} tags. This
marcel
2005-06-16
1
-3
/
+20
*
Replace the band-aid for allowing to call sunkbd_configure() multiple
marius
2005-06-04
1
-14
/
+19
*
On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)
marius
2005-06-04
1
-0
/
+20
*
Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/
marius
2005-06-04
1
-20
/
+23
*
- Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() as
marius
2005-05-21
1
-11
/
+21
*
In uart_cnprobe(), fill in the cn_name field of the consdev structure.
marcel
2005-05-08
1
-0
/
+1
*
Make the Z8530 more reliable as low-level console by making use of the
marcel
2005-04-27
1
-3
/
+3
*
In uart_cpu_getdev_console() when determinig whether we should use
marius
2005-03-12
1
-4
/
+6
*
- Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to work
marius
2005-03-02
1
-2
/
+8
*
- Re-write OF_decode_addr() with a bus-neutral approach, adding support
marius
2005-02-12
1
-1
/
+1
*
Add the keyboard system device before we probe for the keyboard.
marcel
2005-01-31
1
-2
/
+13
*
Fix a logic bug that caused DSR to never be deasserted.
marcel
2005-01-30
1
-2
/
+2
*
o Fix the various interrupt related problems caused by reverse
marcel
2005-01-30
1
-31
/
+69
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
22
-21
/
+22
*
Don't obtain the HCDP address directly from the bootinfo structure.
marcel
2004-12-08
1
-3
/
+5
*
- Don't blindly use the return value of uart_cpu_channel() to calculate
marius
2004-11-28
1
-7
/
+33
*
uart_i8251_ops is gone.
nyan
2004-11-21
1
-8
/
+2
*
o Support for the i8251 wasn't there. Remove the files.
marcel
2004-11-21
5
-1637
/
+0
*
Include the header with the register definitions from sys/dev/ic. They
marcel
2004-11-21
2
-2
/
+4
*
Include the common <dev/ic/ns16550.h> instead of the private
marcel
2004-11-20
1
-1
/
+2
*
Remove the whole uart_cpu_identify() stuff again. Now that it's no longer
marius
2004-11-17
8
-39
/
+0
*
o sparc64/isa/isa.c:
marius
2004-11-17
1
-40
/
+0
*
Be slightly more paranoid about using the divisor in a division and
marcel
2004-11-15
1
-2
/
+6
*
Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unset
marcel
2004-11-14
1
-1
/
+11
*
Add UART_IOCTL_BAUD to allow us to query the hardware about the
marcel
2004-11-14
2
-0
/
+6
*
Make sure the baudrate specified with the BR tag is somewhat sane.
marcel
2004-11-14
1
-0
/
+20
*
Remove asserts which are not correct if the port is a tty.
phk
2004-10-12
1
-7
/
+1
*
Use generic tty code instead of (comparatively little) local copies.
phk
2004-10-12
2
-171
/
+52
*
Use tty->t_sc to find out softc.
phk
2004-09-18
1
-8
/
+6
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probe
marius
2004-08-25
1
-4
/
+3
*
Fix a style(9) bug (variable definitions inside a nested scope) a patch
marius
2004-08-15
1
-4
/
+2
*
- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c
marius
2004-08-14
8
-0
/
+79
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-5
/
+5
*
Do not use hardware flow control for the moment. There are some issues
marcel
2004-08-06
1
-0
/
+8
*
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
[next]