summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Use ; not , as statement separator in PDEBUG() macro.phk2002-10-151-5/+4
* Introducing /dev/devctl. This device reports events in theimp2002-10-071-2/+326
* Two minor bugfixes:imp2002-10-071-0/+3
* Add wrappers around the newly created bus_child_pnpinfo_str andimp2002-10-071-2/+28
* Minor string handling cleanup that I've had in my tree for a while:imp2002-10-071-21/+20
* Don't need to NUL terminate after snprintfimp2002-10-071-1/+0
* Absorb <sys/bus_private.h> into kern/subr_bus.c to prevent misunderstandings.phk2002-10-021-1/+75
* Move includ of <sys/bus_priate.h> later to get semantic identity ofphk2002-09-281-1/+1
* Add additional information returned to userland by the device queryingimp2002-09-141-0/+5
* Fixed style bugs in resource_list_add_next().bde2002-09-121-5/+5
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Add bus_child_present and the child_present method to bus_if.mimp2002-07-211-0/+26
* Don't call malloc(9) to allocate zero bytes softc data for devices.phk2002-04-231-1/+1
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-291-0/+13
* Don't (blindly) truncate the unit number to 4 digits when formatting thebde2002-03-061-1/+3
* Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,bde2002-02-261-3/+4
* Hide "bla bla exists, skipping it" behind bootverbose.sos2002-02-261-4/+4
* Fixed an apparent typo ("-" before ":") and an English error (commabde2001-12-281-4/+4
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-211-2/+30
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-1/+1
* o No need to set values to 0 when we utilize M_ZEROarr2001-11-051-2/+0
* Don't hide the failure to allocate device behind boot verbose. It isimp2001-11-021-3/+2
* Add new interface functionache2001-11-011-0/+10
* 1) In devclass_alloc_unit(), skip duplicated wired devices (i.e. with fixedache2001-10-281-8/+8
* Move the hints gunk to a seperate file. It isn't really part of thepeter2001-07-141-299/+0
* Go back to having either static OR dynamic hints, with fallbackpeter2001-07-141-17/+42
* Hints overhaul:peter2001-06-121-465/+274
* Unset the devclass if the attach fails and the devclass was not set ton_hibma2001-01-081-0/+4
* Make this file conform mostly to style(9):imp2001-01-051-947/+939
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-14/+7
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Alter the return value and arguments of the GET_RESOURCE_LIST bus method.mdodd2000-11-281-23/+17
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-4/+2
* Implement a trivial but effective interface for obtaining the kernel'smsmith2000-11-091-142/+213
* Add new bus method 'GET_RESOURCE_LIST' and appropriate genericmdodd2000-10-181-0/+92
* Initialize 'hints_loaded' to 0.mdodd2000-09-171-1/+1
* When we are picking the next available unit number, specifically saypeter2000-09-051-3/+3
* * Remove a bogus call to kobj_init() from make_device().dfr2000-08-281-3/+6
* If the config program found a hints file and included it as a fallback,peter2000-08-251-10/+28
* Fix a const related warning.peter2000-07-281-1/+1
* Patch up some bogons in the resource_find() vs resource_find_hard()peter2000-07-181-3/+9
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Add device_set_softc() which does the obvious.phk2000-07-031-7/+21
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Some changes and fixes from Bruce:peter2000-06-261-9/+9
* As a bit of a gross hack, allow earlier access to both the static andpeter2000-06-151-4/+58
* Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose)peter2000-06-151-3/+3
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-62/+97
* Fixed allocation of unit numbers. Allocate the amount of space actuallybde2000-06-111-2/+1
* If devclass_alloc_unit() is called with a wired unit #, and this issos2000-05-261-12/+7
OpenPOWER on IntegriCloud