summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sio(4).Gleb Smirnoff2019-11-211-2643/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* Document some MP assumptions for sio.Warner Losh2012-06-281-0/+5
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-29/+7
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+0
* Add a note about a bug in how sio manages its softc. This wasWarner Losh2008-10-081-0/+15
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-3/+23
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+4
* Stop serial console and gdb serial port from getting all screwed up.Julian Elischer2007-12-051-1/+1
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-5/+7
* Restore the status quo before my last commit. Prior to it, sio tookWarner Losh2006-07-171-2/+2
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theWarner Losh2006-06-301-2/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-8/+2
* Convert to use CONSOLE_DRIVER() macro:Poul-Henning Kamp2006-05-261-43/+9
* Insert a '_' in the console function names to be more consistent withPoul-Henning Kamp2006-05-261-17/+17
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* Use __DEVOLATILE to cast conspeed.Warner Losh2005-12-071-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-2/+2
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* 'PC Card' instead of other variantsWarner Losh2005-09-221-2/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Simplify the "and if we're in the debugger, don't use locks" logic,Robert Watson2005-02-081-9/+5
* When entering siocnputc() with (kdb_active), don't acquire (orRobert Watson2005-02-031-5/+9
* Use generic tty code instead of local stuff.Poul-Henning Kamp2004-10-131-521/+79
* Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp2004-10-121-8/+1
* MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi2004-09-201-3/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp2004-09-171-4/+6
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Allocate tty at attach time rather than open time.Poul-Henning Kamp2004-09-161-49/+43
* If you insert a pccard modem and then eject it, you get a panic. ThisWarner Losh2004-07-221-1/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-38/+5
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-209/+76
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-281-2/+2
* Guard against us having no tty pointer.Poul-Henning Kamp2004-06-271-1/+2
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-6/+5
* Use generic support for modemcontrol and BREAK ioctls.Poul-Henning Kamp2004-06-251-79/+64