| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.12: Make the Z8530 more reliable as low-level console. | Marcel Moolenaar | 2005-05-01 | 1 | -3/+3 |
| * | MFC: 1.13 | Marius Strobl | 2005-03-31 | 1 | -2/+8 |
| * | MFC of Rev 1.18: Fix for problem with Sparc machines like the SunBlade-100 | Ken Smith | 2005-03-17 | 1 | -4/+6 |
| * | MFC: 1.15 | Marius Strobl | 2005-02-12 | 1 | -7/+33 |
| * | MFC rev. 1.3: | Marcel Moolenaar | 2005-02-09 | 1 | -2/+13 |
| * | MFC rev 1.10: Fix a logic bug that caused DSR to never be deasserted. | Marcel Moolenaar | 2005-02-04 | 1 | -2/+2 |
| * | MFC rev 1.11: Fix the various interrupt related problems. | Marcel Moolenaar | 2005-02-04 | 1 | -31/+69 |
| * | Bring back a line that was accidentally lost in previous commit. | Marcel Moolenaar | 2005-01-30 | 1 | -0/+1 |
| * | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 22 | -22/+22 |
| * | MFC rev 1.11+1.12: | Marcel Moolenaar | 2004-11-20 | 1 | -1/+15 |
| * | MFC uart_bus.h:1.8, uart_core.c:1.11 | Marcel Moolenaar | 2004-11-20 | 2 | -0/+6 |
| * | MFC rev. 1.3: | Marcel Moolenaar | 2004-11-20 | 1 | -0/+20 |
| * | MFC: 1.4 | Marius Strobl | 2004-09-24 | 1 | -4/+3 |
| * | Fix a style(9) bug (variable definitions inside a nested scope) a patch | Marius Strobl | 2004-08-15 | 1 | -4/+2 |
| * | - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c | Marius Strobl | 2004-08-14 | 8 | -0/+79 |
| * | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 1 | -5/+5 |
| * | Do not use hardware flow control for the moment. There are some issues | Marcel Moolenaar | 2004-08-06 | 1 | -0/+8 |
| * | When sizing the FIFO, don't count all the way up to 1030 if any FIFO | Marcel Moolenaar | 2004-07-26 | 1 | -1/+1 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -2/+2 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -8/+6 |
| * | Add support for uart(4) being a debug port for the GDB backend. | Marcel Moolenaar | 2004-07-10 | 1 | -0/+101 |
| * | Define the tty methods as typedefs. | Poul-Henning Kamp | 2004-06-30 | 1 | -2/+1 |
| * | Use generic support for BREAK and modem control ioctls. | Poul-Henning Kamp | 2004-06-25 | 1 | -65/+27 |
| * | Use the new serial port definitions for modemsignals. | Poul-Henning Kamp | 2004-06-24 | 6 | -105/+92 |
| * | save a few redundant lines by moving the retry loop further backwards. | Poul-Henning Kamp | 2004-06-23 | 1 | -7/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -4/+4 |
| * | Machine generated patch which changes linedisc calls from accessing | Poul-Henning Kamp | 2004-06-04 | 1 | -8/+8 |
| * | Make the remaining serial drivers call ttyioctl() rather than calling | Poul-Henning Kamp | 2004-06-04 | 1 | -5/+2 |
| * | Add missing <sys/module.h> includes currently relying on nested include | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 1 | -2/+2 |
| * | It seems that clearing the MCR_IE bit in the modem control register | Thomas Moestl | 2004-05-26 | 1 | -22/+23 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | - Initialize uart_bus_space_io and uart_bus_space_mem. | Yoshihiro Takahashi | 2004-05-16 | 1 | -7/+7 |
| * | Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLE | Marcel Moolenaar | 2004-05-04 | 1 | -1/+7 |
| * | When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE. | Marcel Moolenaar | 2004-05-04 | 1 | -2/+2 |
| * | Don't mask TCD in IMR0 when we initialize the channel. Doing so makes | Marcel Moolenaar | 2004-04-25 | 1 | -1/+1 |
| * | To quote submitter: | Marcel Moolenaar | 2004-04-04 | 1 | -8/+24 |
| * | In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 family | Marcel Moolenaar | 2004-04-03 | 1 | -2/+4 |
| * | In ns8250_putc() insert a barrier between writing the character and | Marcel Moolenaar | 2004-04-02 | 1 | -0/+1 |
| * | Allow the selection of a debug port with hw.uart.dbgport. Unlike | Marcel Moolenaar | 2004-04-02 | 1 | -46/+84 |
| * | Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the function | Marcel Moolenaar | 2004-04-02 | 1 | -0/+2 |
| * | Fix braino in previous commit: getenv() can return NULL. | Marcel Moolenaar | 2004-03-20 | 1 | -0/+2 |
| * | Introduce the hw.uart.console and hw.uart.dbgport environment variables | Marcel Moolenaar | 2004-03-20 | 8 | -57/+304 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -4/+0 |
| * | Use standard style for cdevsw initializtion | Poul-Henning Kamp | 2004-02-14 | 1 | -9/+9 |
| * | Test the return value of UART_PARAM(). Invalid line parameters did not | Marcel Moolenaar | 2004-02-14 | 1 | -1/+2 |
| * | Sometimes cardbus attachments don't attach, so while we track down | Warner Losh | 2003-11-28 | 1 | -0/+1 |
| * | Add a uart attachment/syscons keyboard driver for sun keyboards. In theory | Jake Burkholder | 2003-11-11 | 3 | -0/+738 |