summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. Thekaiw2009-02-111-0/+1
* De-hard code UART speed setting for Marvell SOCs when hw.uart.console is notraj2009-01-081-1/+2
* Minor style(9) compliance change.kan2008-12-271-1/+2
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
* Fix detaching of uart(4) devices.ed2008-10-231-0/+13
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-132-0/+171
* Use bus_space_compare() rather than i386_memio_compare() directly.nyan2008-09-071-1/+1
* Add the 2nd CCU and PnP devices support on pc98.nyan2008-08-253-16/+68
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-95/+73
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of thebenno2008-05-301-5/+31
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-3/+17
* add device hints to control the rx FIFO interrupt level on 16550A partssam2008-03-122-1/+18
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-032-0/+490
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-033-0/+115
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+3
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-2/+2
* The HP Diva RMP3 uses BAR 0x14.marcel2007-05-171-1/+1
* Fix bugs in the Sun -> AT keycode translation table which caused themarius2007-05-011-3/+3
* Add PCI IDs for the HP RMP3 serial port. This is often used asmarcel2007-04-051-0/+1
* Don't use a time-limiting loop that's defined in terms of the baudratemarcel2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-0215-63/+165
* For embedded UARTs compatible with the ns8250 family it is possiblemarcel2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used formarcel2007-03-281-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-6/+8
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-185-35/+35
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutmarius2006-11-022-85/+382
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-1/+24
* Do not try to call keyboard callback unless keyboard is active and busy.emax2006-09-181-4/+6
* Properly propagate overrun conditions to the TTY layer.marcel2006-07-271-0/+2
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add amarcel2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consolemarcel2006-07-261-1/+7
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsmarcel2006-07-261-3/+56
* Convert to new console apiphk2006-05-261-11/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-10/+2
* Remove definitions of uart_[gs]etdreg. They are not used anymore andmarcel2006-05-231-6/+0
* The lcr variable in ns8250_probe is now unused. Remove it.benno2006-05-231-1/+1
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.benno2006-05-231-24/+16
* o A divisor of 0 is perfectly valid. Reserve -1 for an invalidmarcel2006-05-121-7/+15
* First pass at removing Alpha kernel support.jhb2006-05-111-143/+0
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-25/+13
* Implement the ipend() method of the serdev I/F.marcel2006-04-282-0/+10
* o Add 5 Timedia single port serial cards.marcel2006-04-271-8/+25
* Use 115200 and not 9600 as the initial baudrate. This speeds upmarcel2006-04-271-1/+1
* o Add 2 HP Diva single port UARTs.marcel2006-04-271-0/+2
* o Add 2 NEC cardsmarcel2006-04-261-29/+47
* MFp4: Calculate the divisor before setting the DLAB bit. Thismarcel2006-04-231-2/+2
* In z8530_divisor() return 0 if the calculated divisor is less than 0.marcel2006-04-041-1/+1
* Remove unused variable 'error'. Forgotten in previous commit.marcel2006-04-021-1/+0
* Don't claim a SAB82532. We have scc(4) for that.marcel2006-04-021-5/+0
* Eliminate the sc_hasfifo flag from the softc. It was only used bymarcel2006-04-022-4/+3
OpenPOWER on IntegriCloud