Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Use MPBIOS_SCANPCI by default.
details: https://anonhg.NetBSD.org/src/rev/c5c58b5b68ae
branches: trunk
changeset: 551196:c5c58b5b68ae
user: fvdl <fvdl%NetBSD.org@localhost>
date: Mon Sep 01 00:35:44 2003 +0000
description:
Use MPBIOS_SCANPCI by default.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/amd64/conf/INSTALL | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (53 lines):
diff -r c09b2ef0d9d3 -r c5c58b5b68ae sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Mon Sep 01 00:30:34 2003 +0000
+++ b/sys/arch/amd64/conf/GENERIC Mon Sep 01 00:35:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.8 2003/08/22 07:52:48 itojun Exp $
+# $NetBSD: GENERIC,v 1.9 2003/09/01 00:35:44 fvdl Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.8 $"
+#ident "GENERIC-$Revision: 1.9 $"
maxusers 32 # estimated number of users
@@ -224,7 +224,7 @@
#wss* at acpi? # NeoMagic 256AV in wss mode
options MPBIOS
-#options MPBIOS_SCANPCI # MPBIOS configures PCI roots
+options MPBIOS_SCANPCI # MPBIOS configures PCI roots
cpu* at mainbus?
ioapic* at mainbus? apid ?
diff -r c09b2ef0d9d3 -r c5c58b5b68ae sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Mon Sep 01 00:30:34 2003 +0000
+++ b/sys/arch/amd64/conf/INSTALL Mon Sep 01 00:35:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.4 2003/08/30 20:09:04 fvdl Exp $
+# $NetBSD: INSTALL,v 1.5 2003/09/01 00:35:45 fvdl Exp $
#
# GENERIC machine description file
#
@@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
-#ident "INSTALL-$Revision: 1.4 $"
+#ident "INSTALL-$Revision: 1.5 $"
maxusers 32 # estimated number of users
@@ -162,6 +162,7 @@
mainbus0 at root
options MPBIOS
+options MPBIOS_SCANPCI
cpu* at mainbus0
ioapic* at mainbus0
Home |
Main Index |
Thread Index |
Old Index