| Age | Commit message (Expand) | Author |
| 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 |
| 1998-06-10 | PPS support from April, reworked and extended to match the PPS-API | jonathan |
| 1998-03-22 | Move the code to wait for carrier on a tty into a common function, since it | mycroft |
| 1998-03-21 | Remove a bogus initializer. | mycroft |
| 1998-03-21 | Replace TS_WOPEN with t_wopen, per mail on tech-kern. | mycroft |
| 1998-02-25 | Add dummy }} after comsoft() to keep ctags(1) bashing on. | ross |
| 1998-02-22 | Disable the device if we fail to open and nobody else has the device open. | enami |
| 1998-02-22 | Fix bonehead error in previous change. | mycroft |
| 1998-02-19 | Remove stray label from last change. | mycroft |
| 1998-02-19 | Arrange to call com_break() and com_modem() at splserial(). | mycroft |
| 1998-02-09 | Fix serial console support, which was broken by the previous revision: | thorpej |
| 1998-02-06 | Restore system priority level before return from comopen(). | enami |
| 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 | split com_attach_subr into attach stuff and per-open initialization stuff | marc |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-12-16 | Don't do anything in comparam() if the line speed and flags are the same. | mycroft |
| 1997-11-03 | Slight optimization in soft input routine. | mycroft |
| 1997-11-03 | Mostly cosmetic and performance changes: | mycroft |
| 1997-11-02 | Slight code rearrangement. | mycroft |
| 1997-11-02 | Slight code rearrangement. | mycroft |
| 1997-11-02 | Rearrange *param() slightly to eliminate a spl. | mycroft |
| 1997-11-02 | Add another splserial()/splzs(). | mycroft |
| 1997-11-02 | Minimize some spl regions slightly. | mycroft |
| 1997-11-01 | Correct a comment regarding our behaviour with DTR. | mycroft |
| 1997-11-01 | Add additional splserial()s in comopen() and comclose(). These are not | mycroft |
| 1997-10-29 | Print probe result after the LCR is restored. Otherwise, bad | drochner |
| 1997-10-21 | Make 16650 probe optional on COM16650 define. It breaks on some | fvdl |
| 1997-10-19 | Initialize the IER to 0 in com_attach_subr(). | 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-18 | Use long long in bitrate tolerance computation, else we'll overflow for | is |
| 1997-10-16 | "com" driver files copied by repository copy magick to sys/dev/ic, and | thorpej |
| 1997-10-03 | fix missing com_kgdb_attached() argdecl, from Michael C. Richardson in PR 4196 | mikel |
| 1997-09-30 | Add TIOCM{BI{C,S},{S,G}ET} from revision 1.98. As Charles says these | christos |
| 1997-09-19 | Cosmetic Changes; make coding style closer to other part of this file. | enami |
| 1997-09-16 | Support for the upcoming NetBSD/Amiga Hypercom driver family: | is |
| 1997-08-27 | Make this work with __GENERIC_SOFT_INTERRUPTS. | is |
| 1997-08-24 | Check for KGDB port == console port in a consistent way. | drochner |
| 1997-08-23 | clean up the serial console / KGDB attachment: | drochner |