summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/comvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-commit Exar XR17V35x serial port support previously backed out:jcs2020-08-141-1/+2
* Add support for register shift/io-width to the console code as well.kettenis2018-05-141-3/+6
* Revert previous commit; the XR17V35X probe that was added accesses registerskettenis2018-05-021-2/+1
* The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use ajcs2018-04-151-1/+2
* Add support for register shift/io-width. This allows us to support UARTskettenis2018-04-021-1/+6
* Unifdef KGDB.mpi2017-04-301-11/+1
* de-zaurus com.cjsg2016-09-031-3/+2
* Remove unused variable.kettenis2012-05-121-2/+1
* Initial stab at making com@puc suspend and resume properly. Works finekettenis2010-08-061-1/+2
* Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X cardyasuoka2010-08-011-2/+2
* Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recentyasuoka2010-06-261-2/+2
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-5/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* Make serial console on non-primary ports work to on i386.kettenis2008-06-081-1/+2
* fix serial console handling on amd64. currently only glass console everdlg2008-04-301-1/+2
* backout while the amd64 puc situation is rethoughtderaadt2007-05-081-1/+3
* move com_activate() to where it belongsderaadt2007-05-081-2/+1
* put more foo_detach() routines where they are usedderaadt2007-05-081-2/+1
* Support for ST16C654 chips, however these aren't detected as such, so themiod2006-12-281-1/+2
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-1/+2
* in detach, mark device with COM_SW_DEAD, so that close() will not goderaadt2006-03-271-1/+2
* fix compilation for KGDB; looked by miod@.fgsch2005-10-241-2/+6
* - Merge changes from pxacom back into the common com driver.uwe2005-05-271-3/+6
* Use bus_addr_t instead of int for port address/offset, ok mickeypefo2004-10-201-4/+4
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-3/+3
* move prototype for com_raisedtr() to comvar.h (just like pccom).jason2003-07-151-1/+2
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-8/+1
* First round of __P removal in sysmillert2002-03-141-26/+26
* restore some of that dead code needed for dev/cons functionalitymickey2001-10-051-2/+2
* Enable break interrupt earlier.art2001-09-301-5/+1
* Remove dead code.art2001-09-301-2/+1
* Remove the COM_HAYESP code. It doesn't appear to have been ever used andart2001-09-301-9/+1
* - compoll is now scheduled once for every sc instead of just one timeout forart2001-09-291-1/+6
* Split out comattach that does isa and isapnp attachment and initialization,art2001-09-271-1/+2
* Put back new timeouts. This time with correct timeout for compoll.art2001-03-151-1/+5
* bzzztderaadt2001-03-151-2/+1
* Add in missing prototype for comspeedcomspeed.mjacob2001-03-151-1/+2
* back out new timeouts until I find out why they break alpha.art2001-03-151-6/+1
* support puc devices with higher speeds (not tested yet)deraadt2001-03-151-2/+2
* new timeoutsmickey2001-03-131-1/+6
* KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.hugh2001-01-241-1/+16
* Add comcnattach that does the basic steps needed to attachart2000-11-081-1/+3
* Externalize comstop()angelos2000-02-041-1/+2
* missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; niklas@ okmickey2000-02-011-2/+1
* Detach support for com; NetBSD and meniklas1999-08-081-1/+8
* fix my last commit where I committed more than intendedniklas1999-07-261-19/+3
* Remove obsolete detach code that has been dead for very longniklas1999-07-261-7/+19
* * Better support for XR16C850.downsj1998-05-141-1/+33
* New probe routine and support for ST16650.downsj1998-02-231-1/+12
* Removed an unused argniklas1997-07-071-2/+2