summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-111-1/+3
* * Add a function devclass_create() which looks up the named devclass anddfr1999-05-301-2/+8
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-281-20/+23
* Fix an embarrasing typo in device_add_child_after(). I can't understanddfr1999-05-271-3/+3
* Add some helper functions to make it easier to write a driver for a busdfr1999-05-221-1/+149
* Add seatbelt like in previous function..peter1999-05-221-1/+3
* Silently return NULL from devclass_get_device if dc == NULL. The callerdfr1999-05-211-2/+2
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-1/+17
* Adjust method dispatch to ensure that default methods are called properly.dfr1999-05-141-1/+8
* * Augment the interface language to allow arbitrary C code to be 'passeddfr1999-05-101-6/+55
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-7/+8
* Change resource_set_*() to be more useful. BTW; resource_find() is apeter1999-05-081-16/+9
* GC some stray debugging printf()s...peter1999-04-191-4/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-42/+344
* Add some useful functions to the device framework:dfr1999-03-291-42/+303
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-7/+7
* A few small improvements to the bus code:dfr1999-01-161-4/+75
* Remove warningn_hibma1999-01-101-3/+1
* When no driver was found for a device, the message 'not probed' appearedn_hibma1998-12-121-5/+5
* A couple of minor sanity checks.dfr1998-11-151-4/+10
* My changes to the new device interface:wollman1998-11-141-67/+200
* A couple of fixes to device_delete_child() to delete all children ofdfr1998-11-131-2/+10
* Lots of debugging code and some bugfixes.dfr1998-10-271-25/+338
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-7/+1
* Don't call DEVICE_DETACH directly, always go through the device_detach()dfr1998-10-031-4/+4
* Fixed recently perpetrated printf format errors.bde1998-09-051-2/+2
* Add some very simple support for a compiled in (from config(8)) resourcedfr1998-07-221-1/+123
* Change interrupt api to be closer to intr_create/intr_connect.dfr1998-07-121-6/+16
* Major changes to the generic device framework for FreeBSD/alpha:dfr1998-06-141-166/+229
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+854
OpenPOWER on IntegriCloud