| Age | Commit message (Expand) | Author |
| 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 |
| 2005-02-04 | de-__P | perry |
| 2003-11-08 | Add (as yet unused) COM_TYPE_AU1x00. | simonb |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-06-14 | Introduce a new "type" field in the softc which is used to indicate | thorpej |
| 2003-06-05 | Add support, via a kernel config file option, for the 16550-compatible | scw |
| 2002-04-12 | * Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() to | thorpej |
| 2001-08-27 | For hayes esp card, set prescaler if specified rate is grater than 115200. | enami |
| 2001-08-22 | Cosmetic cleanups: | simonb |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-01-14 | Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, | thorpej |
| 2001-01-07 | Make certain we see COM_MPLOCK, MULTIPROCESSOR, and LOCKDEBUG | sommerfeld |
| 2000-10-06 | Change int->bus_addr_t in com_kgdb_attach() prototype. | nathanw |
| 2000-09-23 | Add `COM_MPLOCK' option to use a device-instance-specific spinlocks | sommerfeld |
| 2000-09-23 | paddr_t -> bus_addr_t in prototypes too. | bjh21 |
| 2000-09-22 | paddr_t -> bus_addr_t. | eeh |
| 2000-09-21 | Support for SPARC machines with `su' devices. | eeh |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-01-23 | kluge to make this work with NEC M403 (arc/magnum). | soda |
| 1999-02-03 | Slight redux in PPS code. | mycroft |
| 1998-11-18 | Add support for detaching "com" instances. | thorpej |
| 1998-09-21 | Add softserial to the alpha port. This significantly improved PPP | matt |
| 1998-09-16 | Garbage collect unused 3rd parameter to comprobe1(). | is |
| 1998-09-11 | Add arc as a target platform. | jonathan |
| 1998-09-05 | arm32 now supports soft serial interrupts. | mark |
| 1998-06-11 | Pull in <sys/timepps.h> here so that other things that include comvar.h | thorpej |
| 1998-06-10 | PPS support from April, reworked and extended to match the PPS-API | jonathan |
| 1998-02-02 | change #ifdefs keying on "alpha" to key on "__NO_SOFT_SERIAL_INTERRUPT" | cgd |
| 1998-02-02 | Implement a flag to indicate that the driver attached correctly. | cgd |
| 1998-02-01 | add power management hooks to softc | marc |
| 1997-11-03 | Mostly cosmetic and performance changes: | mycroft |
| 1997-10-19 | Add 16650 hardware flowcontrol support. Basically PR 3844 from | fvdl |
| 1997-10-19 | Add hooks for entropy collection. Right now, you must place | explorer |
| 1997-10-15 | Pulldown from marc-pcmcia branch. | thorpej |
| 1997-09-16 | Support for the upcoming NetBSD/Amiga Hypercom driver family: | is |
| 1997-08-23 | clean up the serial console / KGDB attachment: | drochner |
| 1997-08-14 | -Export variables needed for system console initialization. | drochner |
| 1997-08-12 | KGDB improvements: | drochner |
| 1997-07-05 | Add support for remote serial KGDB. | thorpej |
| 1997-06-15 | Implement a better backpressure mechanism so that data is collected | mycroft |
| 1997-05-24 | Where _is_ that brick when you need it?! | thorpej |
| 1997-04-04 | New version of com driver. Uses a different queueing mechanism and a split | mycroft |