summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Use NULL rather than 0 for various pointer constants.jhb2007-02-261-26/+26
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-7/+14
* Add a default method for BUS_ADD_CHILD() that just callsjhb2006-09-111-0/+7
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-0/+33
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Create bus_enumerate_hinted_children. This routine will allow driversimp2006-07-081-0/+34
* Whoops, revert accidental commit.jhb2006-06-211-19/+7
* Fix two comments and a style fix.jhb2006-06-211-7/+19
* const'ify resource_spec to note that we won't be changing anything whilejmg2006-04-201-2/+4
* Add a devd(8) event that is sent after the system resumes. This can benjl2006-01-221-1/+13
* When loading a driver that is a subclass of another driver don't set thejhb2006-01-201-1/+11
* Correct STAILQ usage in purge of resourcelist.phk2006-01-141-1/+1
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Add two convenience functions for device drivers: bus_alloc_resources()phk2005-09-241-0/+31
* MFp4: Expose device_probe_child()imp2005-09-181-1/+1
* Simplify the code a bit after the bzero().imp2005-06-091-12/+3
* Document that the returned pointer should be freed even if the numbernjl2005-05-201-1/+1
* If we are going tocperciva2005-05-061-0/+1
* resource_list_purge: release the resources in this list, and purge theimp2005-04-121-0/+21
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-121-2/+3
* Document that devclass_get_maxunit(9) returns one greater than the currentnjl2005-04-041-0/+3
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-041-0/+41
* maxunit is actually one higher than the greatest currently-allocated unitnjl2005-04-031-1/+1
* - Denote a few places where kobj class references are manipulated withoutjhb2005-03-311-1/+2
* Move implementation of hw.bus.rman sysctl to subr_rman.c so thatphk2005-03-241-87/+0
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-7/+7
* Use dynamic major number allocation.phk2005-02-271-2/+0
* kill dead codesam2005-02-231-7/+1
* Maxunit is inclusive so fix off-by-one in previous commit.njl2005-02-081-1/+1
* Update device_find_child(9) to return the first matching child if unitnjl2005-02-081-5/+15
* Correct a minr whitespace inconsistency introduced in revision 1.159:rwatson2005-01-291-1/+1
* Introduce bus_free_resource. It is a convenience function which wrapsimp2005-01-191-0/+8
* Implement device_quiesce. This method means 'you are about to beimp2004-12-311-0/+101
* Add the devclass_get_count(9) function and man page. It gets a count ofnjl2004-12-081-7/+19
* When panicing in device_unbusy(), actually tell what device has the issue.obrien2004-12-051-1/+2
* Start to add GIANT_REQUIRED; macros in places where giant is requiredimp2004-12-051-0/+6
* Don't print the singularly unhelpful message:phk2004-11-031-1/+1
* Update flags patch for the !ISA case.njl2004-10-141-5/+14
* Set flags for devices before probing them. In the non-ISA case, flags setnjl2004-10-131-1/+5
* Fix BUS_DEBUG caseimp2004-08-301-1/+1
* Initial support (disabled) for rebidding devices. I've been runningimp2004-08-291-4/+36
* MFp4: Merge in the patches, submitted long ago by someone whose emailimp2004-08-291-12/+26
* Set the description to NULL in the right detach routine. This shouldimp2004-08-241-1/+1
* 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
OpenPOWER on IntegriCloud