| Age | Commit message (Expand) | Author |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-08-09 | Do an extra read of the IIR during initialization, just to ack any pending | mycroft |
| 2004-07-04 | Back off the trigger level a little. Testing shows that it's not terribly | mycroft |
| 2004-07-04 | Minor simplification. | mycroft |
| 2004-07-04 | Incorporate 4 changes that have been suggested: | mycroft |
| 2004-05-01 | Rename the COM16650 option to COM_16650, for consistency with other | thorpej |
| 2004-05-01 | Wait just a little longer for console output to finish when we're | thorpej |
| 2004-04-05 | Fix race condition introduced in rev 1.189; after the change, if there is | enami |
| 2004-01-23 | Fix NTP PPSAPI support (enabled with "options PPS_SYNC"): | simonb |
| 2003-11-12 | Use just "type" and not "sc->sc_type" in cominit(). | simonb |
| 2003-11-08 | Make comsoft_callout static; it's not referenced outside this file. | simonb |
| 2003-11-06 | Be consistent with other COM_TYPE_PXA2x0 checks. | simonb |
| 2003-11-06 | White space nit. | simonb |
| 2003-09-03 | Add missing semicolon. | simonb |
| 2003-09-01 | fix debugging printfs | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Restore parentheses around return value that were removed with the | simonb |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-18 | in cominit(), turn on UUE bit in IER register if it is PXA2x0's | bsh |
| 2003-06-15 | Wrap some long lines. | 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 |
| 2003-05-18 | Inialize sc_tty->t_dev early for serial console, so that cn_check_magic | fvdl |
| 2003-04-28 | Allow the console to be used for kgdb if both DDB and KGDB are defined. | briggs |
| 2003-04-21 | Ignore input when the port is not open. This change is functionally | gson |
| 2003-03-14 | Fix some white-space niggles. | simonb |
| 2003-03-06 | Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console | matt |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-29 | Don't name parameters in a function declaration. | simonb |
| 2002-07-29 | ANSIfy, KNF. | simonb |
| 2002-04-13 | PR/16058: Tero Kivinen: Don't free rbuf or detach tty if rbuf allocation | christos |
| 2002-04-12 | * Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() to | thorpej |
| 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 |