summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize iobase, bsh and bst.nyan2003-09-231-0/+4
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-2311-51/+17
* Remove unneeded includes.nyan2003-09-231-5/+0
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-235-9/+17
* In uart_intr() loop until all interrupts have been handled. Previouslymarcel2003-09-174-19/+57
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-177-27/+117
* Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h"marcel2003-09-151-1/+0
* Remove useless #ifdef PC98.takawata2003-09-151-3/+1
* Add uart pccard bus attachment,based on sio_pccard.c .takawata2003-09-141-0/+109
* Add support for automatic hardware flow control for 16[679]50 UARTs.marcel2003-09-131-1/+37
* When determining the device class to use for the serial console, checktmm2003-09-121-2/+5
* Add support for using uart(4) for pulse capturing for the Pulse Permarcel2003-09-113-2/+38
* Minor commentary cleanup, since I didn't understand the comments thatimp2003-09-111-4/+4
* Fix compile on pc98. Maybe this is correct.imp2003-09-111-1/+2
* If we failed to size the Rx FIFO, assume the worst. This howevermarcel2003-09-101-1/+1
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-079-48/+91
* Better stab at MD code for pc98. The 8251 stuff is a total lieimp2003-09-074-0/+976
OpenPOWER on IntegriCloud