| Age | Commit message (Expand) | Author |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | jmcneill |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-08-10 | Report AUXUART fifo size on rpi3 to 1 byte. This prevents bluetooth | nat |
| 2017-07-31 | Broadcom AUX UART doesn't seem to set LSR RXRDY bit when data is available | jmcneill |
| 2017-07-31 | Add COM_TYPE_BCMAUXUART type for BCM2835 AUX UART. | jmcneill |
| 2016-05-27 | The UART in the allwiner SoCs is not full-compatible with the 16550, and | bouyer |
| 2015-12-14 | Fix TX FIFO on Tegra | jmcneill |
| 2015-11-02 | PR/50395: Vicente Chaves de Melo: Loss of characters in serial port | christos |
| 2015-05-04 | For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occurs | jmcneill |
| 2015-05-04 | fix pasto, use SET() and CLR() | macallan |
| 2015-05-03 | add COM_TYPE_TEGRA | jmcneill |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-03-07 | KNF | skrll |
| 2015-03-07 | Fix build. | skrll |
| 2015-03-07 | more Ingenic support: | macallan |
| 2014-11-22 | deal with quirk in Ingenic UARTs | macallan |
| 2014-11-15 | centralize the dialout/call unit macros. | christos |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-04-08 | Clear dtr on transition from !0 to 0, and set it on the opposite. | christos |
| 2014-04-06 | PR/48720: John Kelly: com driver does not allow B0 to be set. The code to | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-22 | Now that cngetc supports -1 as a return value from the cn_getc routine, | matt |
| 2013-12-16 | Use #if defined in previous. | skrll |
| 2013-12-16 | Fix build. | htodd |
| 2013-12-15 | lcr is only used when COM_16650 is defined; unbreak the build | mbalmer |
| 2013-12-15 | Only attempt to set 64byte fifo for 16750 when COM_16750 is defined. | skrll |
| 2013-10-03 | Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013. | kiyohara |
| 2013-09-12 | Minor tweaks for newer gcc | martin |
| 2013-09-03 | no EFR on tl16c750, use AFE bit on MCR reg instead for flow control | jmcneill |
| 2013-09-01 | Add support 16750 64Byte FIFO. But not test. | kiyohara |
| 2013-09-01 | Move the Marvell extension to com_mv.c. | kiyohara |
| 2013-07-27 | As for the console of ns16750, comintr() may be called before comopen(). | kiyohara |
| 2013-07-27 | Remove white-spaces, null-line and new-line. | kiyohara |
| 2013-05-01 | For a polled console incoming characters are buffered on output. | mlelstv |
| 2013-04-20 | Add support for 16750 style UARTs. Activated by defining COM_16750. | rkujawa |
| 2013-02-24 | Initialize t_softc. | matt |
| 2013-01-10 | don't try to become console if we get is_console=false as device property | macallan |
| 2012-05-21 | Remove empty line. | skrll |
| 2012-04-22 | don't include <sys/rnd.h> before we define cn_trap, because it might bring | christos |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-27 | more whitespace and comment spelling fixes | jakllsch |
| 2011-11-27 | whitespace consistency adjustment | jakllsch |
| 2011-05-28 | Allow COM_TOLERANCE to be tweakable. If comspeed returns an invalid | matt |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-01-22 | Revert part of changes in rev 1.298: | tsutsui |
| 2010-07-20 | Add support for 16650's prescaler from Frank Wille. Tested with | jklos |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-03-22 | MI code should not compare bus_space_tag_t! Introduce tags_are_equal() | dyoung |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |