| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-commit Exar XR17V35x serial port support previously backed out: |  jcs | 2020-08-14 | 1 | -1/+2 |
* | Add support for register shift/io-width to the console code as well. |  kettenis | 2018-05-14 | 1 | -3/+6 |
* | Revert previous commit; the XR17V35X probe that was added accesses registers |  kettenis | 2018-05-02 | 1 | -2/+1 |
* | The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use a |  jcs | 2018-04-15 | 1 | -1/+2 |
* | Add support for register shift/io-width. This allows us to support UARTs |  kettenis | 2018-04-02 | 1 | -1/+6 |
* | Unifdef KGDB. |  mpi | 2017-04-30 | 1 | -11/+1 |
* | de-zaurus com.c |  jsg | 2016-09-03 | 1 | -3/+2 |
* | Remove unused variable. |  kettenis | 2012-05-12 | 1 | -2/+1 |
* | Initial stab at making com@puc suspend and resume properly. Works fine |  kettenis | 2010-08-06 | 1 | -1/+2 |
* | Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X card |  yasuoka | 2010-08-01 | 1 | -2/+2 |
* | Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent |  yasuoka | 2010-06-26 | 1 | -2/+2 |
* | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. |  kettenis | 2009-11-04 | 1 | -5/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -2/+2 |
* | Make serial console on non-primary ports work to on i386. |  kettenis | 2008-06-08 | 1 | -1/+2 |
* | fix serial console handling on amd64. currently only glass console ever |  dlg | 2008-04-30 | 1 | -1/+2 |
* | backout while the amd64 puc situation is rethought |  deraadt | 2007-05-08 | 1 | -1/+3 |
* | move com_activate() to where it belongs |  deraadt | 2007-05-08 | 1 | -2/+1 |
* | put more foo_detach() routines where they are used |  deraadt | 2007-05-08 | 1 | -2/+1 |
* | Support for ST16C654 chips, however these aren't detected as such, so the |  miod | 2006-12-28 | 1 | -1/+2 |
* | puc@cardbus (only added (commented out) to whom has puc@pci enabled) |  mickey | 2006-07-31 | 1 | -1/+2 |
* | in detach, mark device with COM_SW_DEAD, so that close() will not go |  deraadt | 2006-03-27 | 1 | -1/+2 |
* | fix compilation for KGDB; looked by miod@. |  fgsch | 2005-10-24 | 1 | -2/+6 |
* | - Merge changes from pxacom back into the common com driver. |  uwe | 2005-05-27 | 1 | -3/+6 |
* | Use bus_addr_t instead of int for port address/offset, ok mickey |  pefo | 2004-10-20 | 1 | -4/+4 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -3/+3 |
* | move prototype for com_raisedtr() to comvar.h (just like pccom). |  jason | 2003-07-15 | 1 | -1/+2 |
* | terms 3 & 4 cleanup based on "terms" file |  deraadt | 2003-06-03 | 1 | -8/+1 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -26/+26 |
* | restore some of that dead code needed for dev/cons functionality |  mickey | 2001-10-05 | 1 | -2/+2 |
* | Enable break interrupt earlier. |  art | 2001-09-30 | 1 | -5/+1 |
* | Remove dead code. |  art | 2001-09-30 | 1 | -2/+1 |
* | Remove the COM_HAYESP code. It doesn't appear to have been ever used and |  art | 2001-09-30 | 1 | -9/+1 |
* | - compoll is now scheduled once for every sc instead of just one timeout for |  art | 2001-09-29 | 1 | -1/+6 |
* | Split out comattach that does isa and isapnp attachment and initialization, |  art | 2001-09-27 | 1 | -1/+2 |
* | Put back new timeouts. This time with correct timeout for compoll. |  art | 2001-03-15 | 1 | -1/+5 |
* | bzzzt |  deraadt | 2001-03-15 | 1 | -2/+1 |
* | Add in missing prototype for comspeedcomspeed. |  mjacob | 2001-03-15 | 1 | -1/+2 |
* | back out new timeouts until I find out why they break alpha. |  art | 2001-03-15 | 1 | -6/+1 |
* | support puc devices with higher speeds (not tested yet) |  deraadt | 2001-03-15 | 1 | -2/+2 |
* | new timeouts |  mickey | 2001-03-13 | 1 | -1/+6 |
* | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. |  hugh | 2001-01-24 | 1 | -1/+16 |
* | Add comcnattach that does the basic steps needed to attach |  art | 2000-11-08 | 1 | -1/+3 |
* | Externalize comstop() |  angelos | 2000-02-04 | 1 | -1/+2 |
* | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; niklas@ ok |  mickey | 2000-02-01 | 1 | -2/+1 |
* | Detach support for com; NetBSD and me |  niklas | 1999-08-08 | 1 | -1/+8 |
* | fix my last commit where I committed more than intended |  niklas | 1999-07-26 | 1 | -19/+3 |
* | Remove obsolete detach code that has been dead for very long |  niklas | 1999-07-26 | 1 | -7/+19 |
* | * Better support for XR16C850. |  downsj | 1998-05-14 | 1 | -1/+33 |
* | New probe routine and support for ST16650. |  downsj | 1998-02-23 | 1 | -1/+12 |
* | Removed an unused arg |  niklas | 1997-07-07 | 1 | -2/+2 |