From 02de215ad2463e6d6019413471b9a15cc609c025 Mon Sep 17 00:00:00 2001 From: fvdl Date: Fri, 7 Mar 2003 11:02:50 +0000 Subject: [PATCH] Add cpu* at mainbus. --- sys/arch/x86_64/conf/INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/x86_64/conf/INSTALL b/sys/arch/x86_64/conf/INSTALL index 90c7a76c8c83..aaaf352b9396 100644 --- a/sys/arch/x86_64/conf/INSTALL +++ b/sys/arch/x86_64/conf/INSTALL @@ -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.