| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When we are picking the next available unit number, specifically say | peter | 2000-09-05 | 1 | -3/+3 |
* | * Remove a bogus call to kobj_init() from make_device(). | dfr | 2000-08-28 | 1 | -3/+6 |
* | If the config program found a hints file and included it as a fallback, | peter | 2000-08-25 | 1 | -10/+28 |
* | Fix a const related warning. | peter | 2000-07-28 | 1 | -1/+1 |
* | Patch up some bogons in the resource_find() vs resource_find_hard() | peter | 2000-07-18 | 1 | -3/+9 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Add device_set_softc() which does the obvious. | phk | 2000-07-03 | 1 | -7/+21 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Some changes and fixes from Bruce: | peter | 2000-06-26 | 1 | -9/+9 |
* | As a bit of a gross hack, allow earlier access to both the static and | peter | 2000-06-15 | 1 | -4/+58 |
* | Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose) | peter | 2000-06-15 | 1 | -3/+3 |
* | Borrow phk's axe and apply the next stage of config(8)'s evolution. | peter | 2000-06-13 | 1 | -62/+97 |
* | Fixed allocation of unit numbers. Allocate the amount of space actually | bde | 2000-06-11 | 1 | -2/+1 |
* | If devclass_alloc_unit() is called with a wired unit #, and this is | sos | 2000-05-26 | 1 | -12/+7 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, that | paul | 2000-05-03 | 1 | -1/+6 |
* | * Move the driver_t::refs field to kobj_t to replace kobj_t::instances. | dfr | 2000-05-01 | 1 | -7/+4 |
* | The newer module dependency code exposes an apparent bug in the | peter | 2000-04-29 | 1 | -0/+1 |
* | Make sure the driver's ops table has been initialised before calling | dfr | 2000-04-22 | 1 | -0/+5 |
* | Fix LINT. | dfr | 2000-04-17 | 1 | -18/+1 |
* | Issue a detached message after detaching the device. | imp | 2000-04-17 | 1 | -0/+1 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 1 | -194/+26 |
* | device_set_unit() DO NOT USE THIS. This was approved before 4.0 | imp | 2000-04-01 | 1 | -0/+19 |
* | Instead of using the next unit available, use the first unit available. | n_hibma | 2000-03-16 | 1 | -13/+20 |
* | If a driver probe fails, unset it from the device. This fixes a problem | dfr | 2000-02-29 | 1 | -1/+3 |
* | Hide the "devclass_alloc_unit: %s%d already exists, using next available..." | sos | 2000-02-20 | 1 | -1/+2 |
* | Hide the boring ``not probed (disabled)'' messages behind `bootverbose'. | joerg | 2000-02-15 | 1 | -0/+2 |
* | * Set the devclass of a device before calling the probe method. This allows | dfr | 1999-12-24 | 1 | -1/+12 |
* | correct incomplete last change | mjacob | 1999-12-03 | 1 | -1/+1 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -12/+20 |
* | Remove check for attached state. | n_hibma | 1999-12-02 | 1 | -3/+0 |
* | Reduce code duplication. | mdodd | 1999-11-30 | 1 | -6/+8 |
* | 'const'ify a bunch of pointers in the resource_*() functions for accessing | peter | 1999-11-18 | 1 | -14/+17 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -17/+64 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -2/+4 |
* | Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices to | imp | 1999-10-09 | 1 | -0/+1 |
* | Create and use a dedicated malloc type for bus related stuff. | phk | 1999-09-10 | 1 | -21/+23 |
* | Change isa_get/set_flags() to device_get/set_flags(). | dfr | 1999-09-07 | 1 | -0/+13 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change calling of chained event handler from always after | n_hibma | 1999-08-16 | 1 | -3/+7 |
* | add debugging message in unregister_method | n_hibma | 1999-08-14 | 1 | -1/+2 |
* | Minor spelling glitch | n_hibma | 1999-08-14 | 1 | -2/+2 |
* | Grrrr. Fix a really lame bug that I tripped over while testing my miibus | wpaul | 1999-08-14 | 1 | -2/+2 |
* | Make subr_bus.c actually compile with -DBUS_DEBUG | peter | 1999-08-11 | 1 | -6/+6 |
* | Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, as | peter | 1999-08-11 | 1 | -12/+3 |
* | Fix a typo. | mdodd | 1999-07-29 | 1 | -2/+2 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -11/+38 |
* | This makes the in kernel printf routines conform to the documented | dfr | 1999-07-24 | 1 | -6/+8 |
* | Add a hook for a bus to detect child devices which didn't find drivers. | dfr | 1999-07-11 | 1 | -1/+3 |