summaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2331-31/+31
* MFC rev 1.22: In uart_cnprobe(), fill in the cn_name field of theMarcel Moolenaar2005-06-181-0/+1
* MFC rev 1.11: Fix using uart(4) as the serial console on a ds10.Marcel Moolenaar2005-06-181-3/+20
* MFC rev. 1.12: Make the Z8530 more reliable as low-level console.Marcel Moolenaar2005-04-281-3/+3
* MFC: 1.13Marius Strobl2005-03-311-2/+8
* MFC of Rev 1.18: Fix for problem with Sparc machines like the SunBlade-100Ken Smith2005-03-171-4/+6
* MFC: 1.15Marius Strobl2005-02-121-7/+33
* MFC rev. 1.3:Marcel Moolenaar2005-02-091-2/+13
* MFC rev 1.10: Fix a logic bug that caused DSR to never be deasserted.Marcel Moolenaar2005-02-041-2/+2
* MFC rev 1.11: Fix the various interrupt related problems.Marcel Moolenaar2005-02-041-31/+69
* Bring back a line that was accidentally lost in previous commit.Marcel Moolenaar2005-01-301-0/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-3022-22/+22
* MFC rev 1.11+1.12:Marcel Moolenaar2004-11-201-1/+15
* MFC uart_bus.h:1.8, uart_core.c:1.11Marcel Moolenaar2004-11-202-0/+6
* MFC rev. 1.3:Marcel Moolenaar2004-11-201-0/+20
* MFC: 1.4Marius Strobl2004-09-241-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
* When sizing the FIFO, don't count all the way up to 1030 if any FIFOMarcel Moolenaar2004-07-261-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-8/+6
* Add support for uart(4) being a debug port for the GDB backend.Marcel Moolenaar2004-07-101-0/+101
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-2/+1
* Use generic support for BREAK and modem control ioctls.Poul-Henning Kamp2004-06-251-65/+27
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-246-105/+92
* save a few redundant lines by moving the retry loop further backwards.Poul-Henning Kamp2004-06-231-7/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-5/+2
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-2/+2
* It seems that clearing the MCR_IE bit in the modem control registerThomas Moestl2004-05-261-22/+23
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* - Initialize uart_bus_space_io and uart_bus_space_mem.Yoshihiro Takahashi2004-05-161-7/+7
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEMarcel Moolenaar2004-05-041-1/+7
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.Marcel Moolenaar2004-05-041-2/+2
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesMarcel Moolenaar2004-04-251-1/+1
* To quote submitter:Marcel Moolenaar2004-04-041-8/+24
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familyMarcel Moolenaar2004-04-031-2/+4
* In ns8250_putc() insert a barrier between writing the character andMarcel Moolenaar2004-04-021-0/+1
* Allow the selection of a debug port with hw.uart.dbgport. UnlikeMarcel Moolenaar2004-04-021-46/+84
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionMarcel Moolenaar2004-04-021-0/+2
* Fix braino in previous commit: getenv() can return NULL.Marcel Moolenaar2004-03-201-0/+2
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-208-57/+304
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-4/+0
* Use standard style for cdevsw initializtionPoul-Henning Kamp2004-02-141-9/+9