summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_autoconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-22/+1
* serialize attach and detach of device sub-trees -- only one devicederaadt2011-06-201-3/+36
* Add a few KASSERTs to config_attach() for sanity to make sure we don'tmatthew2011-06-011-3/+13
* remove a useless commentderaadt2010-09-081-2/+1
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-4/+5
* Silence the activation debug reporting. We are starting to get worriedderaadt2010-06-301-1/+3
* Remove leftover debug printf in config_activate_children(); ok deraadtmiod2010-02-281-3/+1
* Make config_activate_children() more useable as a suspend-and-resumederaadt2009-11-231-73/+62
* Add basic suspend/resume autoconf functionality.pirofti2009-11-221-1/+43
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* Allow devices attaching at root (such as softraid) to be disabled in UKC.miod2008-08-201-3/+6
* Since the devices that we detach may have children we cannot rely on thekettenis2007-11-231-6/+4
* get rid of the unused cond_predicate_t typedef.dlg2007-10-291-3/+1
* Use M_ZERO in a few more places to shave bytes from the kernel.art2007-09-071-5/+4
* the (root) stuff is ugly, so print "at root", so it looks more likederaadt2007-05-301-2/+2
* kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aderaadt2007-05-151-3/+1
* evcnt_attach() is no longer used; ok miodderaadt2007-05-091-23/+1
* Remove device id from hotplug events.mk2006-05-281-7/+7
* more fallout from the sensors: Every single ramdisk got broken.deraadt2006-05-281-3/+4
* Include device id in hotplug events. This will be used by ntpd to checkmk2006-05-281-6/+7
* cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 whenkrw2006-05-171-1/+2
* Detach children devices in reverse order. This gives better display, andkrw2006-05-171-5/+8
* When assigning a unit number, treat running off the end of thekrw2006-05-141-1/+2
* Remove now unused zeroref member in cfattach structures.miod2006-01-211-6/+2
* In config_detach_children(), after detaching a device, restart the devicemiod2006-01-131-16/+24
* ansi and deregister. No binary change.jsg2005-12-091-75/+36
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-4/+4
* Create the init process earlier, before the root filesystem is mounted,miod2004-11-231-1/+29
* Fix a minor bug where indirect config crashes the kernelpefo2004-08-031-4/+8
* Devices hot plugging support.grange2004-05-301-1/+18
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* string fixes; tedu okderaadt2003-05-031-2/+2
* Tweak previous sprintf -> snprintf fix to eliminate unnecessarykrw2003-04-191-7/+4
* Use snprintf() to simplify device name construction, removing nowkrw2003-03-301-28/+6
* Remove some '#if 0' cruft.art2002-10-061-60/+1
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-2/+2
* First round of __P removal in sysmillert2002-03-141-8/+8
* Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andjason2001-09-011-7/+2
* implement autoconf mechanism using device_register(); from NetBSD.jason2001-08-311-4/+4
* range error; < cd_ndevs, not <=deraadt2000-04-091-2/+2
* Added config_detach_children, config_activate_children.csapuntz2000-04-091-2/+139
* From NetBSD; new device detaching infrastructure.niklas1999-08-081-1/+163
* From NetBSD; config_defer to defer configuration of a device until after allniklas1999-08-051-4/+65
* Remove obsolete detach logic in preparation of a newer oneniklas1999-07-231-140/+5
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-2/+2
* Formerly reuse of unit numbers of detached devices was impossible, withniklas1998-05-111-36/+74
* Please GCC 2.8's harsher view of good styleniklas1998-02-201-2/+3
* Prevent a NULL-deref in the autoconf_verbose caseniklas1998-01-211-4/+7
* typoniklas1998-01-201-4/+4
* Provide a way to debug probes. set autoconf_verbose via DDB, orniklas1998-01-201-2/+17