summaryrefslogtreecommitdiff
path: root/sys/kern/device_if.m
AgeCommit message (Expand)Author
2025-08-07kern: fix incorrect format in device_if.mShengYi Hung
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2017-12-31Teach makeobjops.awk to accept PROLOG and EPILOG blocks beforeColin Percival
2016-05-18Import the 'iflib' API library for network drivers. From the author:Scott Long
2015-01-08Change the default method for device_quiesce() to return 0 instead ofJohn Baldwin
2012-08-15Revert r239178 and implement two new functions, namelyHans Petter Selasky
2012-08-10Add new device method to free the automaticallyHans Petter Selasky
2011-05-24Update comments for DEVICE_PROBE() to reflect that BUS_PROBE_DEFAULT isJohn Baldwin
2005-01-06/* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh
2004-12-31Implement device_quiesce. This method means 'you are about to beWarner Losh
2004-08-12Minor formatting fixes for lines > 80 charactersWarner Losh
2004-07-11Expand and rewrite documentation using doxygen markup so that we canDoug Rabson
2000-04-08* Factor out the object system from new-bus so that it can be used byDoug Rabson
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-17Update the comments on values than can be returned by DEVICE_PROBE.Nick Hibma
1999-05-14* Define a new static method DEVICE_IDENTIFY which is called to add deviceDoug Rabson
1999-05-10* Augment the interface language to allow arbitrary C code to be 'passedDoug Rabson
1998-11-14My changes to the new device interface:Garrett Wollman
1998-11-08Add semicolon to INTERFACE declarationsNicolas Souchu
1998-06-14[Add missing files from previous commit]Doug Rabson