summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Add support for CIR1000 - Cirrus Logic V34 to the sio drivereadler2012-11-131-0/+1
* Document some MP assumptions for sio.imp2012-06-281-0/+5
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)eadler2011-11-151-1/+2
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-29/+7
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Allow device hints to wire the unit numbers of devices.jhb2008-11-182-60/+0
* Add a note about a bug in how sio manages its softc. This wasimp2008-10-081-0/+15
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-3/+23
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Stop serial console and gdb serial port from getting all screwed up.julian2007-12-051-1/+1
* Allow the sio acpi attachment to be disabled (ie: use hints only). Thispeter2007-11-301-0/+4
* Add sio_puc_kludge_unit() to stop sio devices originating from pucpeter2007-11-301-0/+29
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* o Revert last. The chip is already supported by puc(4).maxim2007-03-291-1/+0
* o Add MosChip 9835 PCI Dual UART PCI id.maxim2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-5/+7
* Only treat positive values as errors...jmg2006-09-141-1/+1
* Restore the status quo before my last commit. Prior to it, sio tookimp2006-07-171-2/+2
* Have sio return BIS_PROBE_DEFAULT like all the other drivers in theimp2006-06-301-2/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-8/+2
* Convert to use CONSOLE_DRIVER() macro:phk2006-05-261-43/+9
* Insert a '_' in the console function names to be more consistent withphk2006-05-261-17/+17
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-11/+18
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-2/+2
* Use __DEVOLATILE to cast conspeed.imp2005-12-071-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Last change to this file actually removed the oldcard compat code.imp2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-21/+9
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-295-5/+0
* Oops, revert a commit that snuck in with the earlier critical sectionjhb2005-04-051-1/+0
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+1
* Simplify the "and if we're in the debugger, don't use locks" logic,rwatson2005-02-081-9/+5
* When entering siocnputc() with (kdb_active), don't acquire (orrwatson2005-02-031-5/+9
* puc handles this card, so remove it from here.imp2005-01-111-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-4/+0
* Use generic tty code instead of local stuff.phk2004-10-131-521/+79
* Use ttyconsolemode() to set the console tty modes.phk2004-10-121-8/+1
* MFpc98: Check a pointer is NULL, remove unused variable.nyan2004-09-201-3/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-4/+6
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Allocate tty at attach time rather than open time.phk2004-09-161-49/+43
* If you insert a pccard modem and then eject it, you get a panic. Thisimp2004-07-221-1/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-38/+5
OpenPOWER on IntegriCloud