summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
...
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-252-3/+3
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Remove OLDCARD shimsimp2005-09-211-13/+12
* - Change the code that determines whether to use a serial console andmarius2005-08-151-21/+21
* Recognize the SAB82532 in USIII machines.marius2005-08-072-2/+2
* Some chipset drivers redefine the busspace_isa_{io|mem} tags. Thismarcel2005-06-161-3/+20
* Replace the band-aid for allowing to call sunkbd_configure() multiplemarius2005-06-041-14/+19
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)marius2005-06-041-0/+20
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/marius2005-06-041-20/+23
* - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asmarius2005-05-211-11/+21
* In uart_cnprobe(), fill in the cn_name field of the consdev structure.marcel2005-05-081-0/+1
* Make the Z8530 more reliable as low-level console by making use of themarcel2005-04-271-3/+3
* In uart_cpu_getdev_console() when determinig whether we should usemarius2005-03-121-4/+6
* - 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
OpenPOWER on IntegriCloud