*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: cpu_configure | Section: 9 | Source: NetBSD | File: cpu_configure.9
CPU_CONFIGURE(9) FreeBSD Kernel Developer's Manual CPU_CONFIGURE(9) NAME cpu_configure - machine-dependent device autoconfiguration SYNOPSIS #include <sys/systm.h> void cpu_configure(void); DESCRIPTION The machine-dependent cpu_configure() is called during system bootstrap to perform the machine-dependent portion of device autoconfiguration. It sets the configuration machinery in motion by finding the root bus ("mainbus"). When this function returns, interrupts must be enabled. The following tasks are performed by cpu_configure(): o initialize soft interrupts (see softint(9)); o initialize CPU interrupts and SPLs (see spl(9)); o call config_rootfound() for "mainbus"; and o complete any initialization deferred from cpu_startup(9). SEE ALSO autoconf(9), cpu_startup(9) FreeBSD 14.1-RELEASE-p8 April 13, 2010 FreeBSD 14.1-RELEASE-p8

Navigation Options