| Age | Commit message (Expand) | Author |
| 2022-10-08 | com(4): Omit never-used sc_vendor_workaround member. | riastradh |
| 2022-10-06 | com(4): Add include guards. | riastradh |
| 2021-11-12 | com: Add support for 32-bit IO accesses. | jmcneill |
| 2021-10-12 | Fix the build by adding 'sc_hup_pending' member to com_softc that | thorpej |
| 2021-03-25 | Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if | rin |
| 2021-03-25 | Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. | rin |
| 2019-01-11 | Simplify regmap initialization, and fix an regmap issue that | thorpej |
| 2018-12-11 | Add a convenience function, com_init_regs_stride(), that shifts the register | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-30 | Add support for com(4) without an interrupt by setting the COM_HW_POLL flag | jmcneill |
| 2018-05-27 | Rename COM_TYPE_SUNXI -> COM_TYPE_DW_APB | jmcneill |
| 2017-12-04 | Put back SUNXI definitions in the COM_REGMAP case; com.c uses them | bouyer |
| 2017-12-04 | Make it clear that SUNXI registers are not defined/supported in the | bouyer |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | 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-05-03 | add COM_TYPE_TEGRA | jmcneill |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-11-22 | deal with quirk in Ingenic UARTs | macallan |
| 2013-10-03 | Revirt 'Move the Marvell extension to com_mv.c' at Sun Sep 1 04:51:24 UTC 2013. | kiyohara |
| 2013-09-03 | no EFR on tl16c750, use AFE bit on MCR reg instead for flow control | jmcneill |
| 2013-09-01 | Move the Marvell extension to com_mv.c. | kiyohara |
| 2013-07-17 | Fix COM_16750 build for non-COM_REGMAP platforms. | soren |
| 2013-04-20 | Add support for 16750 style UARTs. Activated by defining COM_16750. | rkujawa |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2010-11-13 | Some missing sys/device.h dependencies. | uebayasi |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-12 | Delete definition of com_activate(), it's been removed. | dyoung |
| 2009-11-12 | Move the code in com_activate() to com_detach(), where it always | dyoung |
| 2009-05-27 | Put back CVS header. | rjs |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-03 | Make COM_RING_SIZE configurable by kernel config(5). | tsutsui |
| 2008-10-24 | Add support for 16550 chips without an Enhanced Register Set. | matt |
| 2008-04-28 | More forgotten changes from matt-armv6. | matt |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-02-29 | Use pmf_device_register1() instead of shutdownhook_establish() to | dyoung |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-14 | Add a resume handler for com@isa, using Jared McNeill's suggested | dyoung |
| 2007-10-17 | Make it build without IPL_SERIAL. | ad |
| 2007-10-08 | Merge from vmlocking: use mutexes and the softint API. | ad |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-06-25 | Add a power hook for the com device. | perry |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-03-05 | cleanup more SET/CLR/ISSET lossage | christos |
| 2005-12-27 | remove the COM_MPLOCK option. always include the spinlock in the softc | chs |
| 2005-12-11 | merge ktrace-lwp. | christos |