summaryrefslogtreecommitdiff
path: root/sys/kern/bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices toWarner Losh1999-10-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-3/+5
* Add a hook for a bus to detect child devices which didn't find drivers.Doug Rabson1999-07-111-1/+11
* * Change device_add_child_after() to device_add_child_ordered() which isDoug Rabson1999-05-281-3/+3
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-1/+14
* * Augment the interface language to allow arbitrary C code to be 'passedDoug Rabson1999-05-101-2/+16
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-1/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+11
* Add some useful functions to the device framework:Doug Rabson1999-03-291-1/+10
* My changes to the new device interface:Garrett Wollman1998-11-141-18/+66
* Add semicolon to INTERFACE declaration.Nicolas Souchu1998-11-081-2/+2
* Document BUS_CREATE_INTR and BUS_CONNECT_INTR.Doug Rabson1998-09-161-3/+8
* Change interrupt api to be closer to intr_create/intr_connect.Doug Rabson1998-07-121-2/+8
* [Add missing files from previous commit]Doug Rabson1998-06-141-0/+82