summaryrefslogtreecommitdiffstats
path: root/sys/sys/bus.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r310146,r311912,r312369,r312617,r312614,r312659,r312974,r312977,r313005,r...jhibbits2017-04-011-0/+1
* MFC r304459,r305527:mmel2016-11-051-14/+0
* MFC 303754: Add __printflike() to bus_describe_intr() to enable -Wformat checks.jhb2016-10-061-1/+1
* MFC 305034: Implement 'devctl clear driver' to undo a previous 'set driver'.jhb2016-09-301-0/+4
* (1) Add a new bus method to get a mapping data for an interrupt.skra2016-06-051-0/+14
* Add new bus methods for mapping resources.jhb2016-05-201-0/+37
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-0/+14
* Revert bus_get_cpus() for now.jhb2016-05-031-15/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-0/+15
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-0/+1
* Add 'devctl delete' that calls device_delete_child().jhb2016-04-271-0/+4
* Add a new rescan method to the bus interface.jhb2016-04-271-0/+1
* Add a function to lookup a device_t object by name.jhb2016-04-101-0/+1
* Move pccard_safe_quote() up to subr_bus.c and rename toimp2016-03-281-0/+1
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-2/+2
* Add the bus_alloc_resource_anywhere() convenience function.jhibbits2016-02-271-0/+7
* Introduce bus_get_bus_tag() methodzbb2016-02-181-0/+4
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-25/+25
* Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus driversmarcel2015-06-061-1/+1
* Fix SR-IOV passthrough devices to allow ppt to attachrstone2015-03-101-0/+1
* Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-061-1/+49
* Expose the constants for internal new-bus device flags to userland. Thejhb2015-02-051-1/+12
* Revert device_getenv_int() for now as it duplicates resource_int_value().jhb2014-12-031-1/+0
* Make igb and ixgbe check tunables at probe time.alfred2014-11-261-0/+1
* Add a bus_get_domain() wrapper around BUS_GET_DOMAIN(). Use this to addjhb2014-11-241-0/+1
* Shuffle things.adrian2014-10-091-2/+1
* Add a bus method to fetch the VM domain for the given device/bus.adrian2014-10-091-0/+3
* Stage one of multipass suspend/resumejhibbits2014-09-231-0/+2
* Define names that drivers can use to adjust their position relative toian2014-08-051-0/+6
* Fix the comment. This really isn't just a 4.x compatibility thing, butimp2014-05-231-2/+1
* Make detaching drivers from PCI devices more robust. While here, fix ajhb2013-06-271-0/+3
* Remove a comment about devices being able to specify multiple interruptrpaulo2013-04-041-5/+2
* Revert r239178 and implement two new functions, namelyhselasky2012-08-151-1/+2
* Add new device method to free the automaticallyhselasky2012-08-101-0/+1
* Fix typo.andreast2012-08-051-1/+1
* Allow device_busy() and device_unbusy() to be invoked while a device isjhb2012-04-111-0/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t'marius2011-11-221-1/+2
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-0/+1
* Add two new macros DRIVER_MODULE_ORDERED() and EARLY_DRIVER_MODULE_ORDERED()jhb2011-08-221-2/+12
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIjhb2011-07-151-0/+1
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-291-0/+5
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+3
* Retire the INTR_FAST flag as it was obsoleted by the introduction of thejhb2011-01-061-1/+0
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+5
* Add a resource_list_reserved() method that returns true if a resourcejhb2010-11-171-0/+1
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* struct device: widen type of flags and order fields to u_intavg2010-09-041-1/+1
* Add modifications of devctl_notify(9) functions that take flags. Usekib2010-06-121-0/+3
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-0/+15
OpenPOWER on IntegriCloud