summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Add doxygen doc comments for most of newbus and the BUS interface.dfr2004-07-181-46/+919
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+5
* Hide struct resource and struct rman. You must defineimp2004-06-301-0/+1
* Include more information about the device in the devadded andimp2004-06-301-2/+38
* Turns out that jhb didn't really like this. And nate pointed out thatimp2004-06-281-2/+2
* Allow dev to be NULL and assume that a device is not alive or notimp2004-06-281-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* When we don't have any meaningful value to print for the device sysctlmux2004-06-051-8/+4
* Add a devclass level to the dev sysctl tree, in order to support per-des2004-06-041-10/+64
* As discussed on arch@, flatten the device sysctl tree to make itmux2004-06-021-13/+12
* Sysctl hw.bus.devctl_disable shouldn't be writtable from inside a jail.pjd2004-05-261-3/+2
* As previously threatened, give each device its own sysctl context anddes2004-05-251-29/+153
* Don't print out 'GIANT-LOCKED' for INTR_FAST drivers.scottl2004-04-011-1/+1
* Conform to local file sytle and prefer (a && (b & flag)).imp2004-03-241-1/+1
* Change the !MPSAFE boot string to something that doesn't potentiallyobrien2004-03-231-1/+1
* Rather than display which interrupts are MPSAFE, display those that aren't.obrien2004-03-221-1/+3
* Whitespace cleanupdes2004-02-241-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* o make debug_mpsafenet globally visiblesam2003-11-051-10/+0
* Minor style(9) nitimp2003-11-051-8/+8
* disable MPSAFE network drivers; we aren't ready yet`sam2003-11-041-1/+1
* Add a temporary mechanism to disble INTR_MPSAFE from network interfacesam2003-10-291-0/+13
* Convenience functions to generate notifications from the kernel. The ACPIimp2003-10-241-19/+61
* * Add multiple inheritance to kobj. Each class can have zero or more basedfr2003-10-161-66/+102
* With DIAGNOSTICS, sometimes we get weird crashes when some driverimp2003-10-141-3/+4
* Introduce BUS_CONFIG_INTR(). The method allows devices to tell parentsmarcel2003-09-101-0/+11
* Print a message at boot for interrupt handlers created with INTR_MPSAFEsam2003-09-051-4/+14
* Use __FBSDID().obrien2003-06-111-2/+3
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-2/+2
* Create a new function, device_is_attached(), that is likeimp2003-04-211-0/+6
* Fix /dev/devctl's implementation of poll. We should only be settingimp2003-04-211-11/+5
* Lock the process before sending it a SIGIO. Not doing so is a panic(2)jhb2003-04-021-2/+7
* Make sure we actually have a dev before dereferencing in case someonealfred2003-03-131-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Fix comment about what we do when there are no listeners.imp2003-01-191-13/+3
* Don't forget to disconnect object from class.davidxu2003-01-151-2/+3
* Don't record thread pointer, it's not permanent in process life cycle,davidxu2003-01-101-6/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Use 0600 for permissions for /dev/devctl until it is cloneable.imp2003-01-011-1/+2
* devd kernel improvements:imp2002-11-301-21/+38
* Use %z to quiet a warning.jhb2002-11-071-1/+1
* Use ; not , as statement separator in PDEBUG() macro.phk2002-10-151-5/+4
* Introducing /dev/devctl. This device reports events in theimp2002-10-071-2/+326
* Two minor bugfixes:imp2002-10-071-0/+3
* Add wrappers around the newly created bus_child_pnpinfo_str andimp2002-10-071-2/+28
* Minor string handling cleanup that I've had in my tree for a while:imp2002-10-071-21/+20
* Don't need to NUL terminate after snprintfimp2002-10-071-1/+0
* Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings.phk2002-10-021-1/+75
* Move includ of <sys/bus_priate.h> later to get semantic identity ofphk2002-09-281-1/+1
* Add additional information returned to userland by the device queryingimp2002-09-141-0/+5
OpenPOWER on IntegriCloud