Query: cpu_configure
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPU_CONFIGURE(9) BSD Kernel Developer's Manual CPU_CONFIGURE(9)NAMEcpu_configure -- machine-dependent device autoconfigurationSYNOPSIS#include <sys/systm.h> void cpu_configure(void);DESCRIPTIONThe 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 softintr(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 ALSOautoconf(9), cpu_startup(9)BSDApril 13, 2010 BSD
Related Man Pages |
---|
mca_intr_disestablish(9) - netbsd |
mca_intr_evcnt(9) - netbsd |
softintr_disestablish(9) - netbsd |
spi(4) - netbsd |
softint_disestablish(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
sorting left-justified numeric values |
How to install PGX32 on Sparc 10 Ultra? |
Better to Use Return Code or wc -l Output? |