summaryrefslogtreecommitdiffstats
path: root/sys/sys/device.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - if_cloners list populated at boot time only then becomes immutable,sashan2018-09-101-1/+6
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-2/+3
* back out refcnt for dv_ref, there's too many hand crafted devices alldlg2015-09-111-3/+2
* use refcnts for the device reference counts as an example of howdlg2015-09-111-2/+3
* Change device locators type from int to long, for the sake of 64-bit portsmiod2015-09-111-2/+2
* Introduce config_suspend_all(9) a function that invokes config_suspend(9)kettenis2014-09-181-1/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* get rid of the assumption that the head of the alldevs list is thedlg2014-03-131-1/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-5/+6
* get rid of the goop for maintaining multiple cftables since theresdlg2013-11-271-7/+1
* Revamp the sequences for suspend/hibernate -> resume so that the codederaadt2012-10-081-1/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.matthew2011-06-011-2/+1
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-1/+2
* Make config_activate_children() more useable as a suspend-and-resumederaadt2009-11-231-4/+2
* Forgot the declarations in former commit. From martin@, okay oga@.pirofti2009-11-221-1/+3
* Add basic suspend/resume autoconf functionality.pirofti2009-11-221-1/+4
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-7/+5
* we dont need ot include sys/lock.h heredlg2007-11-241-3/+1
* kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aderaadt2007-05-151-5/+2
* evcnt & friends were replaced by a proper interrupt counting mechanism 3 years ago; ok miodderaadt2007-05-101-12/+1
* make findblkmajor() and findblkname() MI; ok miodderaadt2007-05-041-1/+6
* setroot() was a ugly mix of MI and MD code, with different bugs on differentderaadt2007-05-041-1/+7
* intrducing device type DV_SENSOR turned out to be a bad idea as ithenning2006-05-281-3/+2
* Make sensor add/remove create hotplug events (after much prodding from henning). Idea from mbalmer. 'in it goes!' deraadt.mk2006-05-271-2/+3
* Remove now unused zeroref member in cfattach structures.miod2006-01-211-2/+1
* Create the init process earlier, before the root filesystem is mounted,miod2004-11-231-1/+4
* firmware loading; ok pedro tedu dlg miodderaadt2004-11-171-1/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove some '#if 0' cruft.art2002-10-061-5/+1
* remove last , in enumderaadt2002-09-061-2/+2
* config_edit() isn't used anywhere. ok art@wcobb2002-08-271-2/+1
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-151-2/+2
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-33/+32
* Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andjason2001-09-011-1/+5
* KNFderaadt2001-06-221-2/+2
* Added config_detach_children, config_activate_children.csapuntz2000-04-091-1/+11
* From NetBSD; new device detaching infrastructure.niklas1999-08-081-3/+23
* From NetBSD; config_defer to defer configuration of a device until after allniklas1999-08-051-1/+2
* Remove obsolete detach logic in preparation of a newer oneniklas1999-07-231-6/+3
* add autoconfig_verbose toggling command to boot_configderaadt1999-04-281-1/+3
* Formerly reuse of unit numbers of detached devices was impossible, withniklas1998-05-111-2/+5
* Back that out, I'm too tired to be messing with this.downsj1997-08-071-4/+3
* Add cf_locnames to struct cfdata.downsj1997-08-071-3/+4
* added const to second parameter of cfprint_t routineskstailey1996-11-231-2/+2
* export struct cfdata cfdata[];mickey1996-11-211-1/+2
* provide config_make_softc protoderaadt1996-07-021-1/+3
* Added support for user modifiable kernel at boot (-c) /majamaja1996-06-231-1/+3
* provide locator names to kernel (update your config(8) binary!)deraadt1996-06-161-1/+3