summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_ns8250.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include the common <dev/ic/ns16550.h> instead of the privatemarcel2004-11-201-1/+2
* Be slightly more paranoid about using the divisor in a division andmarcel2004-11-151-2/+6
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetmarcel2004-11-141-1/+11
* Do not use hardware flow control for the moment. There are some issuesmarcel2004-08-061-0/+8
* When sizing the FIFO, don't count all the way up to 1030 if any FIFOmarcel2004-07-261-1/+1
* Use the new serial port definitions for modemsignals.phk2004-06-241-14/+14
* It seems that clearing the MCR_IE bit in the modem control registertmm2004-05-261-22/+23
* In ns8250_putc() insert a barrier between writing the character andmarcel2004-04-021-0/+1
* In uart_intr() loop until all interrupts have been handled. Previouslymarcel2003-09-171-3/+12
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-171-9/+33
* Add support for automatic hardware flow control for 16[679]50 UARTs.marcel2003-09-131-1/+37
* If we failed to size the Rx FIFO, assume the worst. This howevermarcel2003-09-101-1/+1
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+726
OpenPOWER on IntegriCloud