| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine to | rstone | 2013-08-08 | 1 | -3/+3 |
* | PR: 168520 170096 | rodrigc | 2013-07-15 | 1 | -1/+7 |
* | Make detaching drivers from PCI devices more robust. While here, fix a | jhb | 2013-06-27 | 1 | -0/+42 |
* | Fix a typo. | jhb | 2013-01-23 | 1 | -1/+1 |
* | Provide a generic way to disable devices at boot time | eadler | 2012-10-02 | 1 | -0/+7 |
* | Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup | jhb | 2012-08-21 | 1 | -0/+2 |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 1 | -14/+33 |
* | Add new device method to free the automatically | hselasky | 2012-08-10 | 1 | -4/+14 |
* | device_add_child: protect against child device with no driver but fixed unit ... | avg | 2012-05-25 | 1 | -0/+2 |
* | Allow device_busy() and device_unbusy() to be invoked while a device is | jhb | 2012-04-11 | 1 | -5/+13 |
* | Properly clear a device's devclass if DEVICE_ATTACH() fails if the device | jhb | 2012-02-28 | 1 | -3/+2 |
* | Clear the a device's description string anytime it's driver changes. | jhb | 2012-02-27 | 1 | -3/+2 |
* | - Fix undefined behavior when device_get_name is null | eadler | 2012-01-15 | 1 | -2/+8 |
* | It doesn't make much sense to check whether child is NULL after already | marius | 2011-12-02 | 1 | -4/+5 |
* | - In device_probe_child(9) check the return value of device_set_driver(9) | marius | 2011-12-02 | 1 | -11/+15 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 1 | -1/+1 |
* | Style change. | hselasky | 2011-11-22 | 1 | -2/+2 |
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -0/+33 |
* | In device_get_children() avoid malloc(0) in order to increase portability | marius | 2011-10-09 | 1 | -0/+5 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a | jhb | 2011-04-29 | 1 | -0/+32 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -2/+2 |
* | Similar to 189574, properly handle subclasses of bus drivers when deleting | jhb | 2011-03-01 | 1 | -30/+81 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -6/+6 |
* | Finish r210923, 210926. Mark some devices as eternal. | kib | 2011-01-04 | 1 | -2/+2 |
* | removed tag is '-', not '+'. | imp | 2010-12-02 | 1 | -2/+1 |
* | Remove redundant (and bogus) insertion of pnp info when announcing new | imp | 2010-11-30 | 1 | -37/+2 |
* | Add a resource_list_reserved() method that returns true if a resource | jhb | 2010-11-17 | 1 | -0/+24 |
* | By popular demand, kill all the non GIANT related interrupt messages. | imp | 2010-09-17 | 1 | -9/+0 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -1/+1 |
* | subr_bus: use hexadecimal representation for bit flags | avg | 2010-09-08 | 1 | -8/+8 |
* | struct device: widen type of flags and order fields to u_int | avg | 2010-09-04 | 1 | -5/+4 |
* | Properly indent a continue statement. No functional changes. | gibbs | 2010-08-12 | 1 | -1/+1 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -3/+3 |
* | Add modifications of devctl_notify(9) functions that take flags. Use | kib | 2010-06-12 | 1 | -6/+21 |
* | Call BUS_PROBE_NOMATCH() when device detached due to driver unload. | mav | 2010-06-07 | 1 | -0/+4 |
* | Make sure that we free the passed in data message if we don't actually | imp | 2010-04-20 | 1 | -3/+12 |
* | Spelling nit | gavin | 2010-02-07 | 1 | -1/+1 |
* | Actually set RLE_ALLOCATED when allocating a reserved resource so that | jhb | 2009-12-30 | 1 | -3/+3 |
* | - Assert that a reserved resource returned via resource_list_alloc() is not | jhb | 2009-12-30 | 1 | -1/+12 |
* | For some buses, devices may have active resources assigned even though they | jhb | 2009-12-09 | 1 | -2/+151 |
* | The building the dev nameunit string, in devclass_add_device() is based | attilio | 2009-11-12 | 1 | -1/+2 |
* | - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] and | jhb | 2009-10-23 | 1 | -1/+1 |
* | Set the devclass_t pointer specified in the DRIVER_MODULE() macro | jhb | 2009-10-22 | 1 | -24/+14 |
* | Add a facility for associating optional descriptions with active interrupt | jhb | 2009-10-15 | 1 | -0/+40 |
* | Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) on | mav | 2009-09-24 | 1 | -1/+1 |
* | Revert r196779 in order to implement a different scheme for newbus locking | attilio | 2009-09-13 | 1 | -18/+2 |
* | Add intermediate states for attaching and detaching that will be | attilio | 2009-09-03 | 1 | -2/+18 |
* | Rather than havnig enabled/disabled, implement a max queue depth. | imp | 2009-08-25 | 1 | -13/+62 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -81/+6 |