summaryrefslogtreecommitdiffstats
path: root/sys/kern/bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-1/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+11
* Add some useful functions to the device framework:dfr1999-03-291-1/+10
* My changes to the new device interface:wollman1998-11-141-18/+66
* Add semicolon to INTERFACE declaration.nsouch1998-11-081-2/+2
* Document BUS_CREATE_INTR and BUS_CONNECT_INTR.dfr1998-09-161-3/+8
* Change interrupt api to be closer to intr_create/intr_connect.dfr1998-07-121-2/+8
* [Add missing files from previous commit]dfr1998-06-141-0/+82
OpenPOWER on IntegriCloud