aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/device_if.m
Commit message (Expand)AuthorAgeFilesLines
* Change the default method for device_quiesce() to return 0 instead ofJohn Baldwin2015-01-081-1/+1
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-11/+0
* Add new device method to free the automaticallyHans Petter Selasky2012-08-101-0/+11
* Update comments for DEVICE_PROBE() to reflect that BUS_PROBE_DEFAULT isJohn Baldwin2011-05-241-9/+11
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Implement device_quiesce. This method means 'you are about to beWarner Losh2004-12-311-0/+31
* Minor formatting fixes for lines > 80 charactersWarner Losh2004-08-121-22/+23
* Expand and rewrite documentation using doxygen markup so that we canDoug Rabson2004-07-111-49/+206
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Update the comments on values than can be returned by DEVICE_PROBE.Nick Hibma1999-06-171-8/+9
* * Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson1999-05-141-1/+9
* * Augment the interface language to allow arbitrary C code to be 'passedDoug Rabson1999-05-101-5/+38
* My changes to the new device interface:Garrett Wollman1998-11-141-1/+15
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-081-2/+2
* [Add missing files from previous commit]Doug Rabson1998-06-141-0/+69