aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow uart(4) to be built on PowerPC.Marcel Moolenaar2006-03-311-0/+54
* Add support for scc(4).Marcel Moolenaar2006-03-306-82/+191
* Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar2006-03-301-0/+115
* Don't open if we're going away.Marcel Moolenaar2006-03-301-0/+4
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)Marcel Moolenaar2006-02-241-1/+3
* MFp4:Marcel Moolenaar2006-02-247-52/+37
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* - Add support for using LOM (Lights Out Management) and RSC (Remote SystemMarius Strobl2006-02-042-13/+33
* Make uart_getenv() not be ns8250 dependent. This will allow, in the future,Warner Losh2005-12-126-1/+5
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe isMarcel Moolenaar2005-10-281-1/+1
* o Style(9) nitsMarcel Moolenaar2005-10-281-10/+9
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*Marcel Moolenaar2005-10-281-3/+1
* - Use swi_remove() to teardown swi handlers rather thanJohn Baldwin2005-10-261-1/+1
* Remove PCI IDs for multiport cards:Marcel Moolenaar2005-10-261-10/+15
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-252-3/+3
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Remove OLDCARD shimsWarner Losh2005-09-211-13/+12
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-151-21/+21
* Recognize the SAB82532 in USIII machines.Marius Strobl2005-08-072-2/+2
* Some chipset drivers redefine the busspace_isa_{io|mem} tags. ThisMarcel Moolenaar2005-06-161-3/+20
* Replace the band-aid for allowing to call sunkbd_configure() multipleMarius Strobl2005-06-041-14/+19
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)Marius Strobl2005-06-041-0/+20
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/Marius Strobl2005-06-041-20/+23
* - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asMarius Strobl2005-05-211-11/+21