Module Name: src
Committed By: dyoung
Date: Wed Sep 16 22:47:29 UTC 2009
Modified Files:
src/share/man/man9: autoconf.9
Log Message:
Delete documentation for config_activate(9), it does not exist any
more.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/autoconf.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/autoconf.9
diff -u src/share/man/man9/autoconf.9:1.24 src/share/man/man9/autoconf.9:1.25
--- src/share/man/man9/autoconf.9:1.24 Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/autoconf.9 Wed Sep 16 22:47:29 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: autoconf.9,v 1.24 2008/04/30 13:10:58 martin Exp $
+.\" $NetBSD: autoconf.9,v 1.25 2009/09/16 22:47:29 dyoung Exp $
.\"
.\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 7, 2006
+.Dd September 16, 2009
.Dt AUTOCONF 9
.Os
.Sh NAME
@@ -42,7 +42,6 @@
.Nm config_attach ,
.Nm config_attach_pseudo ,
.Nm config_detach ,
-.Nm config_activate ,
.Nm config_deactivate ,
.Nm config_defer ,
.Nm config_interrupts ,
@@ -81,8 +80,6 @@
.Ft int
.Fn config_detach "device_t dev" "int flags"
.Ft int
-.Fn config_activate "device_t dev"
-.Ft int
.Fn config_deactivate "device_t dev"
.Ft int
.Fn config_defer "device_t dev" "void (*func)(device_t)"
@@ -348,13 +345,6 @@
.Fn config_detach
is always called from a thread context, allowing condition variables
to be used while the device detaches itself.
-.It Fn config_activate "dev"
-Called by the parent to activate the child device
-.Fa dev .
-It is called to activate resources and initialise other kernel
-subsystems (such as the network subsystem).
-.Fn config_activate
-is called from interrupt context after the device has been attached.
.It Fn config_deactivate "dev"
Called by the parent to deactivate the child device
.Fa dev .