aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-4/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-8/+0
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-4/+0
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-2/+0
* newbus: Add a set of bus resource helpers for nexus-like devicesJohn Baldwin2023-11-241-0/+24
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* subr_bus: restore bus_null_rescan()Mitchell Horne2022-06-231-7/+1
* bus_if: provide a default null rescan methodMitchell Horne2022-06-231-3/+10
* Extend device_get_property APIKornel Duleba2022-03-101-0/+1
* bus_if: Add a default implementation of get_propertyKornel Duleba2022-03-101-7/+1
* bus: Introduce the bus interface get_device_pathWarner Losh2022-03-011-0/+19
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-151-14/+4
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-201-0/+31
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-18/+10
* 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