| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix small style regression introduced by the MPSAFE newbus code. | ed | 2009-08-16 | 1 | -1/+1 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -7/+82 |
* | We can actually remove devclass_find_driver. | imp | 2009-06-10 | 1 | -21/+0 |
* | As discussed on arch@, restire | imp | 2009-06-09 | 1 | -4/+4 |
* | Add support for multiple passes of the device tree during the boot-time | jhb | 2009-06-09 | 1 | -12/+152 |
* | Fix a typo. | jhb | 2009-05-20 | 1 | -1/+1 |
* | We no longer need to use d_thread_t for portability here, switch to | imp | 2009-05-20 | 1 | -4/+4 |
* | When looking up the parent devclass of a new devclass, create the parent | jhb | 2009-03-25 | 1 | -1/+1 |
* | Add safety check that does not allow empty strings to be queued | kan | 2009-03-23 | 1 | -0/+6 |
* | Minor nits notice by jhb@ | imp | 2009-03-11 | 1 | -3/+2 |
* | Fix a long-standing bug in newbus. It was introduced when subclassing | imp | 2009-03-09 | 1 | -9/+53 |
* | o Use NULL in pereference to 0 in pointer contexts. | imp | 2009-02-11 | 1 | -8/+8 |
* | Check for device_set_devclass() errors and skip driver probe/attach if any. | mav | 2009-02-10 | 1 | -4/+12 |
* | Declare bus_data_devices to be static: it isn't used elsewhere. | imp | 2009-02-03 | 1 | -5/+5 |
* | Allow device hints to wire the unit numbers of devices. | jhb | 2008-11-18 | 1 | -4/+20 |
* | Silence detach messages if the device has marked itself quiet (u3g). | n_hibma | 2008-11-13 | 1 | -1/+2 |
* | Close, but not eliminate, a race condition. It is one that properly | imp | 2008-10-10 | 1 | -4/+6 |
* | Split out the probing magic of device_probe_and_attach into | imp | 2008-06-20 | 1 | -6/+25 |
* | devctl_process_running(): Check for devsoftc.inuse == 1 instead of | rpaulo | 2008-05-18 | 1 | -1/+1 |
* | Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ | jhb | 2008-03-20 | 1 | -0/+31 |
* | Tiny bit of KNF to make bus_setup_intr() look like the rest of this | imp | 2008-03-10 | 1 | -19/+18 |
* | Any driver that relies on its parent to set the devclass has no way to | imp | 2008-03-09 | 1 | -0/+8 |
* | Add devctl_process_running() so that power management system driver | iwasaki | 2008-01-27 | 1 | -0/+9 |
* | When devclass_get_maxunit is passed a NULL, return -1 to indicate that | imp | 2007-12-19 | 1 | -1/+4 |
* | Deal with the possibility of device_set_unit() being called when attaching | peter | 2007-11-30 | 1 | -0/+11 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 1 | -3/+0 |
* | fix comment typo | sam | 2007-05-23 | 1 | -1/+1 |
* | Use NULL rather than 0 for various pointer constants. | jhb | 2007-02-26 | 1 | -26/+26 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -7/+14 |
* | Add a default method for BUS_ADD_CHILD() that just calls | jhb | 2006-09-11 | 1 | -0/+7 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -0/+33 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Create bus_enumerate_hinted_children. This routine will allow drivers | imp | 2006-07-08 | 1 | -0/+34 |
* | Whoops, revert accidental commit. | jhb | 2006-06-21 | 1 | -19/+7 |
* | Fix two comments and a style fix. | jhb | 2006-06-21 | 1 | -7/+19 |
* | const'ify resource_spec to note that we won't be changing anything while | jmg | 2006-04-20 | 1 | -2/+4 |
* | Add a devd(8) event that is sent after the system resumes. This can be | njl | 2006-01-22 | 1 | -1/+13 |
* | When loading a driver that is a subclass of another driver don't set the | jhb | 2006-01-20 | 1 | -1/+11 |