summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-121-1/+1
* Add the keyboard system device before we probe for the keyboard.marcel2005-01-311-2/+13
* Fix a logic bug that caused DSR to never be deasserted.marcel2005-01-301-2/+2
* o Fix the various interrupt related problems caused by reversemarcel2005-01-301-31/+69
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0622-21/+22
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-081-3/+5
* - Don't blindly use the return value of uart_cpu_channel() to calculatemarius2004-11-281-7/+33
* uart_i8251_ops is gone.nyan2004-11-211-8/+2
* o Support for the i8251 wasn't there. Remove the files.marcel2004-11-215-1637/+0
* Include the header with the register definitions from sys/dev/ic. Theymarcel2004-11-212-2/+4
* Include the common <dev/ic/ns16550.h> instead of the privatemarcel2004-11-201-1/+2
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-178-39/+0
* o sparc64/isa/isa.c:marius2004-11-171-40/+0
* Be slightly more paranoid about using the divisor in a division andmarcel2004-11-151-2/+6
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetmarcel2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-142-0/+6
* Make sure the baudrate specified with the BR tag is somewhat sane.marcel2004-11-141-0/+20
* 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
OpenPOWER on IntegriCloud