man.bsd.lv manual page server

Manual Page Search Parameters

CPU_CONFIGURE(9) Kernel Developer's Manual CPU_CONFIGURE(9)

cpu_configuremachine-dependent device autoconfiguration

#include <sys/systm.h>

void
cpu_configure(void);

The machine-dependent () 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 ():

autoconf(9), cpu_startup(9)

April 13, 2010 NetBSD-9.2