Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Delete documentation for config_activate(9), ...
details: https://anonhg.NetBSD.org/src/rev/04a7d6dd0e7b
branches: trunk
changeset: 747478:04a7d6dd0e7b
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Sep 16 22:47:29 2009 +0000
description:
Delete documentation for config_activate(9), it does not exist any
more.
diffstat:
share/man/man9/autoconf.9 | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diffs (49 lines):
diff -r d650bcbd8b82 -r 04a7d6dd0e7b share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Wed Sep 16 22:45:23 2009 +0000
+++ b/share/man/man9/autoconf.9 Wed Sep 16 22:47:29 2009 +0000
@@ -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 .
Home |
Main Index |
Thread Index |
Old Index