summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
2000-07-06Use device_lookup().thorpej
2000-05-03Remove unnecessary junk on #undef line that some C preprocessorsthorpej
2000-03-30Delete redundant decl of com_attach_subr(), it's in comvar.h.simonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-02-07Fix thinko in previous revision: it wouldn't catch deassert.jonathan
2000-02-06Check for DCD status change interrupts which signal PPS events, evenjonathan
2000-01-23kluge to make this work with NEC M403 (arc/magnum).soda
1999-12-21set carrier early if used as console or kgdb line, fixes PR kern/6547drochner
1999-11-22defopt COM_DEBUG, COM_HAYESP, and COM16650sommerfeld
1999-11-04Update user-level PPS-API to match -05 draft.jonathan
1999-10-15Fix nanosecond/microsecond botch in PPSAPI:jonathan
1999-04-19Get rid of delay() in com_common_putc() because the Shark delay() is borkedross
1999-04-18Revert revision 1.159. The correct answer was not to re-break thethorpej
1999-03-31back date this file to version 1.155 which works on the shark.mrg
1999-03-29Nuke bogus extra variable, too.mycroft
1999-03-29Fix bogons in previous change:mycroft
1999-03-29Mods to com_common_putc(). When doing kprintf() or kgdb output:ross
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-12make the probe stricter to catch cases where the chipset doesn't pulldrochner
1999-02-03Separate the tiocm code into functions, like the z8530 code, and fix the samemycroft
1999-02-03Fix an inconsistency: PPS was turned off on first open, but the mode may havemycroft
1999-02-03Slight redux in PPS code.mycroft
1999-01-26Debugger() -> console_debugger() to honour the ddb_fromconsole sysctldrochner
1998-11-18Add support for detaching "com" instances.thorpej
1998-09-16Garbage collect unused 3rd parameter to comprobe1().is
1998-09-09Don't use M_WAITOK to allocate the ring buffer; we could be in interruptthorpej
1998-08-15Assign my copyrights to TNF.mycroft
1998-07-04defopt DDB.jonathan
1998-06-10PPS support from April, reworked and extended to match the PPS-APIjonathan
1998-03-22Move the code to wait for carrier on a tty into a common function, since itmycroft
1998-03-21Remove a bogus initializer.mycroft
1998-03-21Replace TS_WOPEN with t_wopen, per mail on tech-kern.mycroft
1998-02-25Add dummy }} after comsoft() to keep ctags(1) bashing on.ross
1998-02-22Disable the device if we fail to open and nobody else has the device open.enami
1998-02-22Fix bonehead error in previous change.mycroft
1998-02-19Remove stray label from last change.mycroft
1998-02-19Arrange to call com_break() and com_modem() at splserial().mycroft
1998-02-09Fix serial console support, which was broken by the previous revision:thorpej
1998-02-06Restore system priority level before return from comopen().enami
1998-02-02change #ifdefs keying on "alpha" to key on "__NO_SOFT_SERIAL_INTERRUPT"cgd
1998-02-02Implement a flag to indicate that the driver attached correctly.cgd
1998-02-01 split com_attach_subr into attach stuff and per-open initialization stuffmarc
1998-01-12Adjust for config changes.thorpej
1997-12-16Don't do anything in comparam() if the line speed and flags are the same.mycroft
1997-11-03Slight optimization in soft input routine.mycroft
1997-11-03Mostly cosmetic and performance changes:mycroft
1997-11-02Slight code rearrangement.mycroft
1997-11-02Slight code rearrangement.mycroft
1997-11-02Rearrange *param() slightly to eliminate a spl.mycroft