summaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-1126-26/+26
* MFS: Remove 16-bit wide I/O. It breaks when the register shiftMarcel Moolenaar2006-11-292-11/+7
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-041-1/+15
* MFC:Maksim Yevmenkin2006-09-251-4/+6
* MFC revs 1.7, 1.8 and 1.9:Marcel Moolenaar2006-08-011-30/+67
* MFC rev. 1.29: Propagate overrun conditions to the TTY layer.Marcel Moolenaar2006-08-011-0/+2
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-102-3/+3
* MFC: src/sys/dev/puc/puc_ebus.c 1.6, sys/dev/uart/uart_bus_ebus.c 1.9,Marius Strobl2006-02-152-14/+34
* Revert the hack introduced in rev. 1.6.2.1, a fix/workaround for theMarius Strobl2006-01-231-15/+0
* MFC: uart_bus_ebus.c:1.8Marcel Moolenaar2005-11-052-4/+2
* MFC rev 1.6: Update PCI IDs.Marcel Moolenaar2005-11-051-10/+15
* Partial MFC rev 1.11 (diff reduction):Marcel Moolenaar2005-11-051-4/+5
* MFC rev 1.7: Recognize the SAB82532 in USIII machines (marius@)Marcel Moolenaar2005-11-051-1/+1
* Temporary hack to get the hme network interface on Sun E250 servers toKen Smith2005-10-271-0/+15
* MFC: sys/boot/sparc64/loader/metadata.c 1.14,Marius Strobl2005-08-271-21/+21
* 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
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.Marcel Moolenaar2005-05-081-0/+1
* Make the Z8530 more reliable as low-level console by making use of theMarcel Moolenaar2005-04-271-3/+3
* In uart_cpu_getdev_console() when determinig whether we should useMarius Strobl2005-03-121-4/+6
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workMarius Strobl2005-03-021-2/+8
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-121-1/+1
* Add the keyboard system device before we probe for the keyboard.Marcel Moolenaar2005-01-311-2/+13
* Fix a logic bug that caused DSR to never be deasserted.Marcel Moolenaar2005-01-301-2/+2
* o Fix the various interrupt related problems caused by reverseMarcel Moolenaar2005-01-301-31/+69
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0622-21/+22
* Don't obtain the HCDP address directly from the bootinfo structure.Marcel Moolenaar2004-12-081-3/+5
* - Don't blindly use the return value of uart_cpu_channel() to calculateMarius Strobl2004-11-281-7/+33
* uart_i8251_ops is gone.Yoshihiro Takahashi2004-11-211-8/+2
* o Support for the i8251 wasn't there. Remove the files.Marcel Moolenaar2004-11-215-1637/+0
* Include the header with the register definitions from sys/dev/ic. TheyMarcel Moolenaar2004-11-212-2/+4
* Include the common <dev/ic/ns16550.h> instead of the privateMarcel Moolenaar2004-11-201-1/+2
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-178-39/+0
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-40/+0
* Be slightly more paranoid about using the divisor in a division andMarcel Moolenaar2004-11-151-2/+6
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetMarcel Moolenaar2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar2004-11-142-0/+6
* Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar2004-11-141-0/+20
* Remove asserts which are not correct if the port is a tty.Poul-Henning Kamp2004-10-121-7/+1
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-122-171/+52
* Use tty->t_sc to find out softc.Poul-Henning Kamp2004-09-181-8/+6
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probeMarius Strobl2004-08-251-4/+3
* Fix a style(9) bug (variable definitions inside a nested scope) a patchMarius Strobl2004-08-151-4/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-148-0/+79
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+5
* Do not use hardware flow control for the moment. There are some issuesMarcel Moolenaar2004-08-061-0/+8