summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2004-11-21uart_i8251_ops is gone.Yoshihiro Takahashi
2004-11-21o Support for the i8251 wasn't there. Remove the files.Marcel Moolenaar
2004-11-21Include the header with the register definitions from sys/dev/ic. TheyMarcel Moolenaar
2004-11-20Include the common <dev/ic/ns16550.h> instead of the privateMarcel Moolenaar
2004-11-17Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl
2004-11-17o sparc64/isa/isa.c:Marius Strobl
2004-11-15Be slightly more paranoid about using the divisor in a division andMarcel Moolenaar
2004-11-14Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetMarcel Moolenaar
2004-11-14Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar
2004-11-14Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar
2004-10-12Remove asserts which are not correct if the port is a tty.Poul-Henning Kamp
2004-10-12Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp
2004-09-18Use tty->t_sc to find out softc.Poul-Henning Kamp
2004-09-17Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp
2004-08-25Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probeMarius Strobl
2004-08-15Fix a style(9) bug (variable definitions inside a nested scope) a patchMarius Strobl
2004-08-14- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl
2004-08-12- Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl
2004-08-06Do not use hardware flow control for the moment. There are some issuesMarcel Moolenaar
2004-07-26When sizing the FIFO, don't count all the way up to 1030 if any FIFOMarcel Moolenaar
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-10Update for the KDB framework:Marcel Moolenaar
2004-07-10Add support for uart(4) being a debug port for the GDB backend.Marcel Moolenaar
2004-06-30Define the tty methods as typedefs.Poul-Henning Kamp
2004-06-25Use generic support for BREAK and modem control ioctls.Poul-Henning Kamp
2004-06-24Use the new serial port definitions for modemsignals.Poul-Henning Kamp
2004-06-23save a few redundant lines by moving the retry loop further backwards.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-06-03Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26It seems that clearing the MCR_IE bit in the modem control registerThomas Moestl
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-16- Initialize uart_bus_space_io and uart_bus_space_mem.Yoshihiro Takahashi
2004-05-04Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEMarcel Moolenaar
2004-05-04When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.Marcel Moolenaar
2004-04-25Don't mask TCD in IMR0 when we initialize the channel. Doing so makesMarcel Moolenaar
2004-04-04To quote submitter:Marcel Moolenaar
2004-04-03In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familyMarcel Moolenaar
2004-04-02In ns8250_putc() insert a barrier between writing the character andMarcel Moolenaar
2004-04-02Allow the selection of a debug port with hw.uart.dbgport. UnlikeMarcel Moolenaar
2004-04-02Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionMarcel Moolenaar
2004-03-20Fix braino in previous commit: getenv() can return NULL.Marcel Moolenaar
2004-03-20Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-14Use standard style for cdevsw initializtionPoul-Henning Kamp
2004-02-14Test the return value of UART_PARAM(). Invalid line parameters did notMarcel Moolenaar