-# $OpenBSD: Makefile,v 1.215 2014/07/13 09:28:06 mpi Exp $
+# $OpenBSD: Makefile,v 1.216 2014/07/13 09:37:22 mpi Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
atomic_sub_int.9 atomic_sub_long_nv.9
MLINKS+=atomic_swap_uint.9 atomic_swap_ulong.9 \
atomic_swap_uint.9 atomic_swap_ptr.9
-MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \
+MLINKS+=autoconf.9 config_search.9 \
autoconf.9 config_rootsearch.9 autoconf.9 config_found_sm.9 \
autoconf.9 config_found.9 autoconf.9 config_rootfound.9 \
autoconf.9 config_defer.9
-.\" $OpenBSD: autoconf.9,v 1.13 2014/07/13 09:28:06 mpi Exp $
+.\" $OpenBSD: autoconf.9,v 1.14 2014/07/13 09:37:22 mpi Exp $
.\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
The unit number identifies an instance of the driver.
Device data structures are allocated dynamically during autoconfiguration,
giving a unique address for each instance.
-.Sh INITIALIZATION
-.nr nS 1
-.Ft "void"
-.Fn config_init "void"
-.nr nS 0
-.Pp
-The
-.Fn config_init
-function initializes the autoconfiguration data structures.
.Sh INDIRECT CONFIGURATION
.nr nS 1
.Ft "void *"