summaryrefslogtreecommitdiff
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-7/+7
* A few small improvements to the bus code:Doug Rabson1999-01-161-4/+75
* Remove warningNick Hibma1999-01-101-3/+1
* When no driver was found for a device, the message 'not probed' appearedNick Hibma1998-12-121-5/+5
* A couple of minor sanity checks.Doug Rabson1998-11-151-4/+10
* My changes to the new device interface:Garrett Wollman1998-11-141-67/+200
* A couple of fixes to device_delete_child() to delete all children ofDoug Rabson1998-11-131-2/+10
* Lots of debugging code and some bugfixes.Doug Rabson1998-10-271-25/+338
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-7/+1
* Don't call DEVICE_DETACH directly, always go through the device_detach()Doug Rabson1998-10-031-4/+4
* Fixed recently perpetrated printf format errors.Bruce Evans1998-09-051-2/+2
* Add some very simple support for a compiled in (from config(8)) resourceDoug Rabson1998-07-221-1/+123
* Change interrupt api to be closer to intr_create/intr_connect.Doug Rabson1998-07-121-6/+16
* Major changes to the generic device framework for FreeBSD/alpha:Doug Rabson1998-06-141-166/+229
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-0/+854