| Age | Commit message (Expand) | Author |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-05 | Initialize the cn_magic goo for kgdb (bah, that should really not | fvdl |
| 2001-09-17 | Patch to handle odd behavior from exar ST16C1550 UART. It does not set | briggs |
| 2001-08-27 | For hayes esp card, set prescaler if specified rate is grater than 115200. | enami |
| 2001-08-22 | Cosmetic cleanups: | simonb |
| 2001-06-20 | Convert to use cnmagic(9). Unifdef DDB and DDB_BREAK_CHAR. | uwe |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-01-14 | Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, | thorpej |
| 2000-11-18 | Initialize ring buffer pointers when the ring buffer is allocated. | sommerfeld |
| 2000-11-01 | Adapt to the new line discipline scheme. | eeh |
| 2000-09-26 | Add missing '&& defined(COM_MPLOCK)' | sommerfeld |
| 2000-09-23 | Add `COM_MPLOCK' option to use a device-instance-specific spinlocks | sommerfeld |
| 2000-09-22 | paddr_t -> bus_addr_t. | eeh |
| 2000-09-21 | Support for SPARC machines with `su' devices. | eeh |
| 2000-09-17 | Change tiocm_to_{com,zs}'s second argument to u_long to match with | toshii |
| 2000-08-18 | Avoid calling tsleep when running above splhigh() | sommerfeld |
| 2000-08-03 | Add options DDB_BREAK_CHAR. This overrides break on the serial console | jeffs |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-05-03 | Remove unnecessary junk on #undef line that some C preprocessors | thorpej |
| 2000-03-30 | Delete redundant decl of com_attach_subr(), it's in comvar.h. | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-06 | - Implement cnbell() -- ring the console bell. The cn_bell entrypoint | thorpej |
| 2000-02-07 | Fix thinko in previous revision: it wouldn't catch deassert. | jonathan |
| 2000-02-06 | Check for DCD status change interrupts which signal PPS events, even | jonathan |
| 2000-01-23 | kluge to make this work with NEC M403 (arc/magnum). | soda |
| 1999-12-21 | set carrier early if used as console or kgdb line, fixes PR kern/6547 | drochner |
| 1999-11-22 | defopt COM_DEBUG, COM_HAYESP, and COM16650 | sommerfeld |
| 1999-11-04 | Update user-level PPS-API to match -05 draft. | jonathan |
| 1999-10-15 | Fix nanosecond/microsecond botch in PPSAPI: | jonathan |
| 1999-04-19 | Get rid of delay() in com_common_putc() because the Shark delay() is borked | ross |
| 1999-04-18 | Revert revision 1.159. The correct answer was not to re-break the | thorpej |
| 1999-03-31 | back date this file to version 1.155 which works on the shark. | mrg |
| 1999-03-29 | Nuke bogus extra variable, too. | mycroft |
| 1999-03-29 | Fix bogons in previous change: | mycroft |
| 1999-03-29 | Mods to com_common_putc(). When doing kprintf() or kgdb output: | ross |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-12 | make the probe stricter to catch cases where the chipset doesn't pull | drochner |
| 1999-02-03 | Separate the tiocm code into functions, like the z8530 code, and fix the same | mycroft |
| 1999-02-03 | Fix an inconsistency: PPS was turned off on first open, but the mode may have | mycroft |
| 1999-02-03 | Slight redux in PPS code. | mycroft |
| 1999-01-26 | Debugger() -> console_debugger() to honour the ddb_fromconsole sysctl | drochner |
| 1998-11-18 | Add support for detaching "com" instances. | thorpej |
| 1998-09-16 | Garbage collect unused 3rd parameter to comprobe1(). | is |
| 1998-09-09 | Don't use M_WAITOK to allocate the ring buffer; we could be in interrupt | thorpej |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-07-04 | defopt DDB. | jonathan |