No need to talk about config_activate(), we don't have it anymore.
authormpi <mpi@openbsd.org>
Thu, 10 Jul 2014 19:23:10 +0000 (19:23 +0000)
committermpi <mpi@openbsd.org>
Thu, 10 Jul 2014 19:23:10 +0000 (19:23 +0000)
share/man/man9/autoconf.9

index 64ce94d..6394010 100644 (file)
@@ -1,4 +1,4 @@
-.\"     $OpenBSD: autoconf.9,v 1.11 2013/06/04 19:27:03 schwarze Exp $
+.\"     $OpenBSD: autoconf.9,v 1.12 2014/07/10 19:23:10 mpi Exp $
 .\"     $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: July 10 2014 $
 .Dt AUTOCONF 9
 .Os
 .Sh NAME
@@ -284,24 +284,13 @@ is always called from process context, allowing
 .Xr tsleep 9
 to be called while the device detaches itself (to deal with processes
 which have a device open).
-.Sh DEVICE ACTIVATION/DEACTIVATION
+.Sh DEVICE DEACTIVATION
 .nr nS 1
 .Ft "int"
-.Fn config_activate "struct device *dev"
-.Ft "int"
 .Fn config_deactivate "struct device *dev"
 .nr nS 0
 .Pp
 The
-.Fn config_activate
-function is 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.
-.Pp
-The
 .Fn config_deactivate
 function is called by the parent to deactivate the child device
 .Fa dev .