| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-commit Exar XR17V35x serial port support previously backed out: |  jcs | 2020-08-14 | 1 | -3/+18 |
* | Update the console device always when attaching the real device |  yasuoka | 2020-03-09 | 1 | -3/+3 |
* | Detach timeouts and the softint handler before freeing memory. |  mpi | 2020-02-05 | 1 | -5/+5 |
* | ttysleep(): drop unused timeout parameter |  cheloha | 2019-07-19 | 1 | -3/+3 |
* | Add support for register shift/io-width to the console code as well. |  kettenis | 2018-05-14 | 1 | -50/+62 |
* | Revert previous commit; the XR17V35X probe that was added accesses registers |  kettenis | 2018-05-02 | 1 | -26/+4 |
* | The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use a |  jcs | 2018-04-15 | 1 | -4/+26 |
* | Add support for register shift/io-width. This allows us to support UARTs |  kettenis | 2018-04-02 | 1 | -166/+165 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -3/+3 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -2/+2 |
* | Unifdef KGDB. |  mpi | 2017-04-30 | 1 | -148/+9 |
* | remove some more sparc remnants. ok deraadt |  tedu | 2016-09-04 | 1 | -5/+1 |
* | de-zaurus com.c |  jsg | 2016-09-03 | 1 | -146/+1 |
* | Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN. |  kettenis | 2016-08-16 | 1 | -6/+14 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | wrap a long line |  deraadt | 2014-04-13 | 1 | -2/+3 |
* | At resume, do not spin flushing characters in from the chip. There shouldn't |  deraadt | 2013-12-09 | 1 | -5/+1 |
* | At suspend/resume time cope with timeouts, DTR on resume in a bus |  deraadt | 2013-12-09 | 1 | -1/+11 |
* | No need to treat amd64 specially; always return CN_HIGHPRI. |  kettenis | 2013-02-14 | 1 | -5/+1 |
* | Narrow the spltty/splx pair in com_activate to only enclose the minimum |  deraadt | 2012-10-17 | 1 | -3/+3 |
* | Better detection of the st16650 v1 (with the broken fifo). Gets rid of |  kettenis | 2012-08-25 | 1 | -2/+5 |
* | Turns out the v445 isn't happy at all if we touch the registers that deal |  kettenis | 2012-08-25 | 1 | -31/+35 |
* | Skip putting a port in sleep mode when it is used as serial console. In that |  kettenis | 2012-08-19 | 1 | -17/+19 |
* | Remove unused variable. |  kettenis | 2012-05-12 | 1 | -3/+1 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | Fix a problem found where one SOC has a uart implementation that causes bus |  drahn | 2011-05-22 | 1 | -2/+3 |
* | only read from the UART if there is something to read. fix beagle, otherwise |  fgsch | 2011-03-23 | 1 | -2/+3 |
* | ansify function definitions, and constify a few arrays while there. |  miod | 2010-08-28 | 1 | -5/+3 |
* | Add resume support for serial consoles. |  kettenis | 2010-08-07 | 1 | -2/+7 |
* | Initial stab at making com@puc suspend and resume properly. Works fine |  kettenis | 2010-08-06 | 1 | -1/+105 |
* | Move common code for waking up writers on a tty into a function. |  nicm | 2010-07-02 | 1 | -10/+4 |
* | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 2010-06-28 | 1 | -2/+2 |
* | Use a more moderate fifo trigger level (4) for moderately quick |  ckuethe | 2010-06-28 | 1 | -1/+3 |
* | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 2010-06-26 | 1 | -2/+1 |
* | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 2010-04-12 | 1 | -3/+3 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. |  kettenis | 2009-11-04 | 1 | -28/+4 |
* | Call selwakeup()/KNOTE() even if the queue has emptied completely. |  nicm | 2009-11-01 | 1 | -3/+3 |
* | Use suser when possible. Suggested by miod@. |  fgsch | 2009-10-31 | 1 | -2/+2 |
* | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -2/+2 |
* | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) |  blambert | 2009-01-11 | 1 | -2/+2 |
* | pccom can finally die; ok kettenis dlg drahn, tested by okan |  deraadt | 2008-11-23 | 1 | -3/+349 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -3/+3 |
* | Make serial console on non-primary ports work to on i386. |  kettenis | 2008-06-08 | 1 | -2/+3 |
* | the code that parses arguments from the boot loader on amd64 wasnt checking |  dlg | 2008-04-25 | 1 | -2/+2 |
* | MD_ISA_IOT is not defined anywhere so get rid of it. |  jsing | 2008-04-24 | 1 | -5/+1 |
* | Keep order of "#if defined..." consistent. |  jsing | 2008-04-24 | 1 | -2/+2 |
* | Clean up comments. |  jsing | 2008-04-24 | 1 | -14/+16 |