aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* MFC r232639Remko Lodder2012-12-121-0/+2
* MFC r243000:Eitan Adler2012-11-211-0/+1
* MFC r242583:Eitan Adler2012-11-111-0/+4
* MFC r230327:Eitan Adler2012-01-281-0/+1
* MFC: r221960Marius Strobl2011-07-251-1/+2
* MFC r218909:Rebecca Cran2011-02-241-1/+1
* MFC: r207533 (partial)Marius Strobl2010-05-101-1/+1
* MFC r204533:Xin LI2010-03-311-0/+2
* MFC: r200926Marius Strobl2010-01-132-2/+3
* MFC r200820:Gavin Atkinson2010-01-061-0/+1
* MFC rev 200230:Marcel Moolenaar2009-12-101-0/+1
* MFC r190834:Marcel Moolenaar2009-05-181-6/+9
* MFC: Add support for the single-port NetMos NM9835 serial adapter.John Baldwin2009-03-191-0/+1
* MFC: add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-04-252-1/+18
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-301-2/+3
* The HP Diva RMP3 uses BAR 0x14.Marcel Moolenaar2007-05-171-1/+1
* Fix bugs in the Sun -> AT keycode translation table which caused theMarius Strobl2007-05-011-3/+3
* Add PCI IDs for the HP RMP3 serial port. This is often used asMarcel Moolenaar2007-04-051-0/+1
* Don't use a time-limiting loop that's defined in terms of the baudrateMarcel Moolenaar2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-0215-63/+165
* For embedded UARTs compatible with the ns8250 family it is possibleMarcel Moolenaar2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used forMarcel Moolenaar2007-03-281-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-6/+8
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-185-35/+35
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutMarius Strobl2006-11-022-85/+382
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-1/+24
* Do not try to call keyboard callback unless keyboard is active and busy.Maksim Yevmenkin2006-09-181-4/+6
* Properly propagate overrun conditions to the TTY layer.Marcel Moolenaar2006-07-271-0/+2
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add aMarcel Moolenaar2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consoleMarcel Moolenaar2006-07-261-1/+7
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsMarcel Moolenaar2006-07-261-3/+56
* Convert to new console apiPoul-Henning Kamp2006-05-261-11/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-10/+2
* Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar2006-05-231-6/+0
* The lcr variable in ns8250_probe is now unused. Remove it.Benno Rice2006-05-231-1/+1
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.Benno Rice2006-05-231-24/+16
* o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar2006-05-121-7/+15
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-143/+0
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-25/+13
* Implement the ipend() method of the serdev I/F.Marcel Moolenaar2006-04-282-0/+10
* o Add 5 Timedia single port serial cards.Marcel Moolenaar2006-04-271-8/+25
* Use 115200 and not 9600 as the initial baudrate. This speeds upMarcel Moolenaar2006-04-271-1/+1
* o Add 2 HP Diva single port UARTs.Marcel Moolenaar2006-04-271-0/+2
* o Add 2 NEC cardsMarcel Moolenaar2006-04-261-29/+47
* MFp4: Calculate the divisor before setting the DLAB bit. ThisMarcel Moolenaar2006-04-231-2/+2
* In z8530_divisor() return 0 if the calculated divisor is less than 0.Marcel Moolenaar2006-04-041-1/+1
* Remove unused variable 'error'. Forgotten in previous commit.Marcel Moolenaar2006-04-021-1/+0
* Don't claim a SAB82532. We have scc(4) for that.Marcel Moolenaar2006-04-021-5/+0
* Eliminate the sc_hasfifo flag from the softc. It was only used byMarcel Moolenaar2006-04-022-4/+3
* Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar2006-04-014-20/+45