| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Allow uart to attach to keyboards that are not the firmware's notion of | Jake Burkholder | 2003-11-11 | 1 | -13/+34 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 1 | -1/+0 |
| * | Include pccard/pccard_cis.h here too | Warner Losh | 2003-10-07 | 1 | -1/+2 |
| * | Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, as | Marcel Moolenaar | 2003-09-28 | 1 | -1/+0 |
| * | Set the baud rate to 1200 if the device is a keyboard. | Jake Burkholder | 2003-09-28 | 1 | -1/+4 |
| * | Catch up with the console interface change: the use of makedev() has | Marcel Moolenaar | 2003-09-26 | 1 | -3/+2 |
| * | Revert the introduction of iobase in struct uart_bas. Both the SAB82532 | Marcel Moolenaar | 2003-09-26 | 17 | -61/+99 |
| * | Don't return to search another ports even if bus_space_map() fails. | Yoshihiro Takahashi | 2003-09-23 | 5 | -6/+6 |
| * | Initialize iobase, bsh and bst. | Yoshihiro Takahashi | 2003-09-23 | 1 | -0/+4 |
| * | Compare base address instead of bus_handle. | Yoshihiro Takahashi | 2003-09-23 | 1 | -1/+1 |
| * | - Keep the base address in struct uart_bas for sab82532 and z8530 modules. | Yoshihiro Takahashi | 2003-09-23 | 11 | -51/+17 |
| * | Remove unneeded includes. | Yoshihiro Takahashi | 2003-09-23 | 1 | -5/+0 |
| * | Use bus_space_map() to initialize a bus_handle. | Yoshihiro Takahashi | 2003-09-23 | 5 | -9/+17 |
| * | In uart_intr() loop until all interrupts have been handled. Previously | Marcel Moolenaar | 2003-09-17 | 4 | -19/+57 |
| * | Add locking to the hardware drivers. I intended to figure out more | Marcel Moolenaar | 2003-09-17 | 7 | -27/+117 |
| * | Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h" | Marcel Moolenaar | 2003-09-15 | 1 | -1/+0 |
| * | Remove useless #ifdef PC98. | Takanori Watanabe | 2003-09-15 | 1 | -3/+1 |
| * | Add uart pccard bus attachment,based on sio_pccard.c . | Takanori Watanabe | 2003-09-14 | 1 | -0/+109 |
| * | Add support for automatic hardware flow control for 16[679]50 UARTs. | Marcel Moolenaar | 2003-09-13 | 1 | -1/+37 |
| * | When determining the device class to use for the serial console, check | Thomas Moestl | 2003-09-12 | 1 | -2/+5 |
| * | Add support for using uart(4) for pulse capturing for the Pulse Per | Marcel Moolenaar | 2003-09-11 | 3 | -2/+38 |
| * | Minor commentary cleanup, since I didn't understand the comments that | Warner Losh | 2003-09-11 | 1 | -4/+4 |
| * | Fix compile on pc98. Maybe this is correct. | Warner Losh | 2003-09-11 | 1 | -1/+2 |
| * | If we failed to size the Rx FIFO, assume the worst. This however | Marcel Moolenaar | 2003-09-10 | 1 | -1/+1 |