Add cpu* at mainbus.
This commit is contained in:
parent
5ab04f288f
commit
02de215ad2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.2 2003/02/16 17:35:18 augustss Exp $
|
||||
# $NetBSD: INSTALL,v 1.3 2003/03/07 11:02:50 fvdl Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/x86_64/conf/std.x86_64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.2 $"
|
||||
#ident "INSTALL-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -162,6 +162,8 @@ config netbsd root on ? type ?
|
|||
|
||||
mainbus0 at root
|
||||
|
||||
cpu* at mainbus0
|
||||
|
||||
#apm0 at mainbus0 # Advanced power management
|
||||
|
||||
# Tuning for power management, see apm(4) for more details.
|
||||
|
|
Loading…
Reference in New Issue