summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2004-08-09Do an extra read of the IIR during initialization, just to ack any pendingmycroft
2004-07-04Back off the trigger level a little. Testing shows that it's not terriblymycroft
2004-07-04Minor simplification.mycroft
2004-07-04Incorporate 4 changes that have been suggested:mycroft
2004-05-01Rename the COM16650 option to COM_16650, for consistency with otherthorpej
2004-05-01Wait just a little longer for console output to finish when we'rethorpej
2004-04-05Fix race condition introduced in rev 1.189; after the change, if there isenami
2004-01-23Fix NTP PPSAPI support (enabled with "options PPS_SYNC"):simonb
2003-11-12Use just "type" and not "sc->sc_type" in cominit().simonb
2003-11-08Make comsoft_callout static; it's not referenced outside this file.simonb
2003-11-06Be consistent with other COM_TYPE_PXA2x0 checks.simonb
2003-11-06White space nit.simonb
2003-09-03Add missing semicolon.simonb
2003-09-01fix debugging printfschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Restore parentheses around return value that were removed with thesimonb
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-18in cominit(), turn on UUE bit in IER register if it is PXA2x0'sbsh
2003-06-15Wrap some long lines.simonb
2003-06-14Also pass a type argument to comcnattach() and com_kgdb_attach().thorpej
2003-06-14Introduce a new "type" field in the softc which is used to indicatethorpej
2003-06-05Add support, via a kernel config file option, for the 16550-compatiblescw
2003-05-18Inialize sc_tty->t_dev early for serial console, so that cn_check_magicfvdl
2003-04-28Allow the console to be used for kgdb if both DDB and KGDB are defined.briggs
2003-04-21Ignore input when the port is not open. This change is functionallygson
2003-03-14Fix some white-space niggles.simonb
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-01-31Use aprint_*().thorpej
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-29Don't name parameters in a function declaration.simonb
2002-07-29ANSIfy, KNF.simonb
2002-04-13PR/16058: Tero Kivinen: Don't free rbuf or detach tty if rbuf allocationchristos
2002-04-12* Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() tothorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-11-05Initialize the cn_magic goo for kgdb (bah, that should really notfvdl
2001-09-17Patch to handle odd behavior from exar ST16C1550 UART. It does not setbriggs
2001-08-27For hayes esp card, set prescaler if specified rate is grater than 115200.enami
2001-08-22Cosmetic cleanups:simonb
2001-06-20Convert to use cnmagic(9). Unifdef DDB and DDB_BREAK_CHAR.uwe
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-14Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,thorpej