summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/com.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-commit Exar XR17V35x serial port support previously backed out:jcs2020-08-141-3/+18
* Update the console device always when attaching the real deviceyasuoka2020-03-091-3/+3
* Detach timeouts and the softint handler before freeing memory.mpi2020-02-051-5/+5
* ttysleep(): drop unused timeout parametercheloha2019-07-191-3/+3
* Add support for register shift/io-width to the console code as well.kettenis2018-05-141-50/+62
* Revert previous commit; the XR17V35X probe that was added accesses registerskettenis2018-05-021-26/+4
* The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use ajcs2018-04-151-4/+26
* Add support for register shift/io-width. This allows us to support UARTskettenis2018-04-021-166/+165
* Remove almost unused `flags' argument of suser().mpi2018-02-191-3/+3
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Rename Debugger() into db_enter().mpi2017-04-301-2/+2
* Unifdef KGDB.mpi2017-04-301-148/+9
* remove some more sparc remnants. ok deraadttedu2016-09-041-5/+1
* de-zaurus com.cjsg2016-09-031-146/+1
* Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN.kettenis2016-08-161-6/+14
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* wrap a long linederaadt2014-04-131-2/+3
* At resume, do not spin flushing characters in from the chip. There shouldn'tderaadt2013-12-091-5/+1
* At suspend/resume time cope with timeouts, DTR on resume in a busderaadt2013-12-091-1/+11
* No need to treat amd64 specially; always return CN_HIGHPRI.kettenis2013-02-141-5/+1
* Narrow the spltty/splx pair in com_activate to only enclose the minimumderaadt2012-10-171-3/+3
* Better detection of the st16650 v1 (with the broken fifo). Gets rid ofkettenis2012-08-251-2/+5
* Turns out the v445 isn't happy at all if we touch the registers that dealkettenis2012-08-251-31/+35
* Skip putting a port in sleep mode when it is used as serial console. In thatkettenis2012-08-191-17/+19
* Remove unused variable.kettenis2012-05-121-3/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Fix a problem found where one SOC has a uart implementation that causes busdrahn2011-05-221-2/+3
* only read from the UART if there is something to read. fix beagle, otherwisefgsch2011-03-231-2/+3
* ansify function definitions, and constify a few arrays while there.miod2010-08-281-5/+3
* Add resume support for serial consoles.kettenis2010-08-071-2/+7
* Initial stab at making com@puc suspend and resume properly. Works finekettenis2010-08-061-1/+105
* Move common code for waking up writers on a tty into a function.nicm2010-07-021-10/+4
* Allow tty drivers to request larger buffers at attach time using aderaadt2010-06-281-2/+2
* Use a more moderate fifo trigger level (4) for moderately quickckuethe2010-06-281-1/+3
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* Some of the line disciplines want to check for suser. Better to pass themtedu2010-04-121-3/+3
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-28/+4
* Call selwakeup()/KNOTE() even if the queue has emptied completely.nicm2009-11-011-3/+3
* Use suser when possible. Suggested by miod@.fgsch2009-10-311-2/+2
* Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()deraadt2009-10-311-1/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert2009-01-111-2/+2
* pccom can finally die; ok kettenis dlg drahn, tested by okanderaadt2008-11-231-3/+349
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* Make serial console on non-primary ports work to on i386.kettenis2008-06-081-2/+3
* the code that parses arguments from the boot loader on amd64 wasnt checkingdlg2008-04-251-2/+2
* MD_ISA_IOT is not defined anywhere so get rid of it.jsing2008-04-241-5/+1
* Keep order of "#if defined..." consistent.jsing2008-04-241-2/+2
* Clean up comments.jsing2008-04-241-14/+16