| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed an apparent typo ("-" before ":") and an English error (comma | bde | 2001-12-28 | 1 | -4/+4 |
* | Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions, | tmm | 2001-12-21 | 1 | -2/+30 |
* | Update to C99, s/__FUNCTION__/__func__/. | obrien | 2001-12-10 | 1 | -1/+1 |
* | o No need to set values to 0 when we utilize M_ZERO | arr | 2001-11-05 | 1 | -2/+0 |
* | Don't hide the failure to allocate device behind boot verbose. It is | imp | 2001-11-02 | 1 | -3/+2 |
* | Add new interface function | ache | 2001-11-01 | 1 | -0/+10 |
* | 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixed | ache | 2001-10-28 | 1 | -8/+8 |
* | Move the hints gunk to a seperate file. It isn't really part of the | peter | 2001-07-14 | 1 | -299/+0 |
* | Go back to having either static OR dynamic hints, with fallback | peter | 2001-07-14 | 1 | -17/+42 |
* | Hints overhaul: | peter | 2001-06-12 | 1 | -465/+274 |
* | Unset the devclass if the attach fails and the devclass was not set to | n_hibma | 2001-01-08 | 1 | -0/+4 |
* | Make this file conform mostly to style(9): | imp | 2001-01-05 | 1 | -947/+939 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -14/+7 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Alter the return value and arguments of the GET_RESOURCE_LIST bus method. | mdodd | 2000-11-28 | 1 | -23/+17 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -4/+2 |
* | Implement a trivial but effective interface for obtaining the kernel's | msmith | 2000-11-09 | 1 | -142/+213 |
* | Add new bus method 'GET_RESOURCE_LIST' and appropriate generic | mdodd | 2000-10-18 | 1 | -0/+92 |
* | Initialize 'hints_loaded' to 0. | mdodd | 2000-09-17 | 1 | -1/+1 |
* | 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 |