aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white space.Warner Losh2020-02-261-29/+29
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-0/+29
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Provide newbus infrastructure for initiating device reset.Konstantin Belousov2019-04-051-0/+55
* add support for marking interrupt handlers as suspendedAndriy Gapon2018-12-171-0/+38
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-3/+3
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-29/+0
* (1) Add a new bus method to get a mapping data for an interrupt.Svatopluk Kraus2016-06-051-0/+29
* Add new bus methods for mapping resources.John Baldwin2016-05-201-4/+51
* Fix misleading comments in bus_if.mRavi Pokala2016-05-181-4/+4
* Document the formatting requirements of location and pnpinfo strings.John Baldwin2016-05-171-1/+15
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+18
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-18/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+18
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-4/+4
* Add a new rescan method to the bus interface.John Baldwin2016-04-271-0/+13
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+11
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-11/+11
* Add a note to the effect that BUS_ADD_CHILD callsWarner Losh2015-10-281-1/+3
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-091-0/+13
* Stage one of multipass suspend/resumeJustin Hibbits2014-09-231-0/+22
* Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanupJohn Baldwin2012-08-211-0/+14
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be aJohn Baldwin2011-04-291-0/+24
* bus_add_child: add specialized default implementation that calls panicAndriy Gapon2010-09-131-1/+11
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSIAlexander Motin2010-06-141-0/+22
* Add a facility for associating optional descriptions with active interruptJohn Baldwin2009-10-151-1/+19
* Add support for multiple passes of the device tree during the boot-timeJohn Baldwin2009-06-091-0/+8
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-181-1/+17
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQJohn Baldwin2008-03-201-0/+17
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-0/+1
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().John Baldwin2006-09-111-1/+1
* Add a default method for BUS_ADD_CHILD() that just callsJohn Baldwin2006-09-111-1/+1
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-0/+11
* Create bus_enumerate_hinted_children. This routine will allow driversWarner Losh2006-07-081-0/+22
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+1
* Minor formatting fixes for lines > 80 charactersWarner Losh2004-08-121-7/+8
* Add doxygen doc comments for most of newbus and the BUS interface.Doug Rabson2004-07-181-106/+322
* Introduce BUS_CONFIG_INTR(). The method allows devices to tell parentsMarcel Moolenaar2003-09-101-0/+11
* Give print_child a default method.Matthew N. Dodd2003-03-251-1/+1
* Add two interfaces to allow for busses to report the pnpinfo forWarner Losh2002-10-071-0/+22
* Clarify the return value from child_present.Warner Losh2002-09-111-0/+7
* Add bus_child_present and the child_present method to bus_if.mWarner Losh2002-07-211-4/+11
* Use protected names (_foo) to cutdown on boatloads of lint warnings.Mark Murray2002-04-211-68/+68
* "Fixed" -Wshadow warnings by changing the name of some function parametersBruce Evans2002-03-271-2/+2
* Alter the return value and arguments of the GET_RESOURCE_LIST bus method.Matthew N. Dodd2000-11-281-2/+1
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericMatthew N. Dodd2000-10-181-0/+9
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-0/+36