summaryrefslogtreecommitdiffstats
path: root/sys/kern/bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* (1) Add a new bus method to get a mapping data for an interrupt.skra2016-06-051-0/+29
* Add new bus methods for mapping resources.jhb2016-05-201-4/+51
* Fix misleading comments in bus_if.mrpokala2016-05-181-4/+4
* Document the formatting requirements of location and pnpinfo strings.jhb2016-05-171-1/+15
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-0/+18
* Revert bus_get_cpus() for now.jhb2016-05-031-18/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-0/+18
* sys/kern: spelling fixes in comments.pfg2016-04-291-4/+4
* Add a new rescan method to the bus interface.jhb2016-04-271-0/+13
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-2/+2
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+11
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-11/+11
* Add a note to the effect that BUS_ADD_CHILD callsimp2015-10-281-1/+3
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-091-0/+13
* Stage one of multipass suspend/resumejhibbits2014-09-231-0/+22
* Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanupjhb2012-08-211-0/+14
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-291-0/+24
* bus_add_child: add specialized default implementation that calls panicavg2010-09-131-1/+11
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSImav2010-06-141-0/+22
* Add a facility for associating optional descriptions with active interruptjhb2009-10-151-1/+19
* Add support for multiple passes of the device tree during the boot-timejhb2009-06-091-0/+8
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-1/+17
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-201-0/+17
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-0/+1
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-1/+1
* Add a default method for BUS_ADD_CHILD() that just callsjhb2006-09-111-1/+1
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-0/+11
* Create bus_enumerate_hinted_children. This routine will allow driversimp2006-07-081-0/+22
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+1
* Minor formatting fixes for lines > 80 charactersimp2004-08-121-7/+8
* Add doxygen doc comments for most of newbus and the BUS interface.dfr2004-07-181-106/+322
* Introduce BUS_CONFIG_INTR(). The method allows devices to tell parentsmarcel2003-09-101-0/+11
* Give print_child a default method.mdodd2003-03-251-1/+1
* Add two interfaces to allow for busses to report the pnpinfo forimp2002-10-071-0/+22
* Clarify the return value from child_present.imp2002-09-111-0/+7
* Add bus_child_present and the child_present method to bus_if.mimp2002-07-211-4/+11
* Use protected names (_foo) to cutdown on boatloads of lint warnings.markm2002-04-211-68/+68
* "Fixed" -Wshadow warnings by changing the name of some function parametersbde2002-03-271-2/+2
* Alter the return value and arguments of the GET_RESOURCE_LIST bus method.mdodd2000-11-281-2/+1
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-181-0/+9
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-0/+36
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toimp1999-10-091-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-3/+5
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-1/+11
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-281-3/+3
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-1/+14
* * Augment the interface language to allow arbitrary C code to be 'passeddfr1999-05-101-2/+16
OpenPOWER on IntegriCloud