summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* Remove asserts which are not correct if the port is a tty.phk2004-10-121-7/+1
* Use generic tty code instead of (comparatively little) local copies.phk2004-10-122-171/+52
* Use tty->t_sc to find out softc.phk2004-09-181-8/+6
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probemarius2004-08-251-4/+3
* Fix a style(9) bug (variable definitions inside a nested scope) a patchmarius2004-08-151-4/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cmarius2004-08-148-0/+79
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-5/+5
* 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
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Update for the KDB framework:marcel2004-07-101-8/+6
* Add support for uart(4) being a debug port for the GDB backend.marcel2004-07-101-0/+101
* Define the tty methods as typedefs.phk2004-06-301-2/+1
* Use generic support for BREAK and modem control ioctls.phk2004-06-251-65/+27
* Use the new serial port definitions for modemsignals.phk2004-06-246-105/+92
* save a few redundant lines by moving the retry loop further backwards.phk2004-06-231-7/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-5/+2
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-2/+2
* It seems that clearing the MCR_IE bit in the modem control registertmm2004-05-261-22/+23
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* - Initialize uart_bus_space_io and uart_bus_space_mem.nyan2004-05-161-7/+7
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEmarcel2004-05-041-1/+7
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.marcel2004-05-041-2/+2
* Don't mask TCD in IMR0 when we initialize the channel. Doing so makesmarcel2004-04-251-1/+1
* To quote submitter:marcel2004-04-041-8/+24
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familymarcel2004-04-031-2/+4
* In ns8250_putc() insert a barrier between writing the character andmarcel2004-04-021-0/+1
* Allow the selection of a debug port with hw.uart.dbgport. Unlikemarcel2004-04-021-46/+84
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionmarcel2004-04-021-0/+2
* Fix braino in previous commit: getenv() can return NULL.marcel2004-03-201-0/+2
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesmarcel2004-03-208-57/+304
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-4/+0
* Use standard style for cdevsw initializtionphk2004-02-141-9/+9
* Test the return value of UART_PARAM(). Invalid line parameters did notmarcel2004-02-141-1/+2
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryjake2003-11-113-0/+738
* Allow uart to attach to keyboards that are not the firmware's notion ofjake2003-11-111-13/+34
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Include pccard/pccard_cis.h here tooimp2003-10-071-1/+2
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asmarcel2003-09-281-1/+0
* Set the baud rate to 1200 if the device is a keyboard.jake2003-09-281-1/+4
* Catch up with the console interface change: the use of makedev() hasmarcel2003-09-261-3/+2
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-2617-61/+99
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-235-6/+6
OpenPOWER on IntegriCloud