| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r271889, 272799, 272800, 274976 | scottl | 2015-03-12 | 1 | -0/+4 |
* | MFC r269594, r269596, r269597, r269598, r269605, r269606: | ian | 2014-08-17 | 1 | -0/+6 |
* | Make detaching drivers from PCI devices more robust. While here, fix a | jhb | 2013-06-27 | 1 | -0/+3 |
* | Remove a comment about devices being able to specify multiple interrupt | rpaulo | 2013-04-04 | 1 | -5/+2 |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 1 | -1/+2 |
* | Add new device method to free the automatically | hselasky | 2012-08-10 | 1 | -0/+1 |
* | Fix typo. | andreast | 2012-08-05 | 1 | -1/+1 |
* | Allow device_busy() and device_unbusy() to be invoked while a device is | jhb | 2012-04-11 | 1 | -0/+1 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 1 | -1/+1 |
* | - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t' | marius | 2011-11-22 | 1 | -1/+2 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -0/+1 |
* | Add two new macros DRIVER_MODULE_ORDERED() and EARLY_DRIVER_MODULE_ORDERED() | jhb | 2011-08-22 | 1 | -2/+12 |
* | Respect the BIOS/firmware's notion of acceptable address ranges for PCI | jhb | 2011-07-15 | 1 | -0/+1 |
* | Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a | jhb | 2011-04-29 | 1 | -0/+5 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -0/+3 |
* | Retire the INTR_FAST flag as it was obsoleted by the introduction of the | jhb | 2011-01-06 | 1 | -1/+0 |
* | Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended for | marius | 2011-01-04 | 1 | -1/+5 |
* | Add a resource_list_reserved() method that returns true if a resource | jhb | 2010-11-17 | 1 | -0/+1 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -1/+1 |
* | struct device: widen type of flags and order fields to u_int | avg | 2010-09-04 | 1 | -1/+1 |
* | Add modifications of devctl_notify(9) functions that take flags. Use | kib | 2010-06-12 | 1 | -0/+3 |
* | For some buses, devices may have active resources assigned even though they | jhb | 2009-12-09 | 1 | -0/+15 |
* | Style fixes to the function prototypes for bus_alloc_resources() and | jhb | 2009-10-15 | 1 | -2/+4 |
* | Add a facility for associating optional descriptions with active interrupt | jhb | 2009-10-15 | 1 | -0/+5 |
* | Use explicit int values for the device states in order to allow, | attilio | 2009-09-15 | 1 | -4/+4 |
* | Revert r196779 in order to implement a different scheme for newbus locking | attilio | 2009-09-13 | 1 | -4/+1 |
* | Add intermediate states for attaching and detaching that will be | attilio | 2009-09-03 | 1 | -1/+4 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -8/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+8 |
* | As discussed on arch@, restire | imp | 2009-06-09 | 1 | -4/+0 |
* | Add support for multiple passes of the device tree during the boot-time | jhb | 2009-06-09 | 1 | -3/+33 |
* | Split out the probing magic of device_probe_and_attach into | imp | 2008-06-20 | 1 | -0/+1 |
* | Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ | jhb | 2008-03-20 | 1 | -0/+3 |
* | Any driver that relies on its parent to set the devclass has no way to | imp | 2008-03-09 | 1 | -1/+5 |
* | Add devctl_process_running() so that power management system driver | iwasaki | 2008-01-27 | 1 | -0/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -3/+40 |
* | Add prototype for bus_generic_add_child() missed in previous commit. | jhb | 2006-09-11 | 1 | -0/+3 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -0/+5 |
* | Create bus_enumerate_hinted_children. This routine will allow drivers | imp | 2006-07-08 | 1 | -0/+1 |
* | const'ify resource_spec to note that we won't be changing anything while | jmg | 2006-04-20 | 1 | -1/+1 |
* | Add convenience macros for bus_space usage that doesn't require specification | phk | 2005-09-24 | 1 | -0/+135 |
* | Add two convenience functions for device drivers: bus_alloc_resources() | phk | 2005-09-24 | 1 | -5/+10 |
* | MFp4: Expose device_probe_child() | imp | 2005-09-18 | 1 | -0/+1 |
* | resource_list_purge: release the resources in this list, and purge the | imp | 2005-04-12 | 1 | -0/+1 |
* | Return the resource created/found in resource_list_add to avoid an extra | imp | 2005-04-12 | 1 | -1/+2 |
* | Add devclass_get_drivers(9) which provides an array of pointers to driver | njl | 2005-04-04 | 1 | -0/+1 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -2/+2 |
* | Introduce defines for different levels of match in the bus probe routine to | imp | 2005-02-24 | 1 | -0/+27 |
* | Introduce bus_free_resource. It is a convenience function which wraps | imp | 2005-01-19 | 1 | -0/+1 |
* | Implement device_quiesce. This method means 'you are about to be | imp | 2004-12-31 | 1 | -0/+2 |