Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Add some config files for the P2020.
details: https://anonhg.NetBSD.org/src/rev/5d9e6fb4c94f
branches: trunk
changeset: 766658:5d9e6fb4c94f
user: matt <matt%NetBSD.org@localhost>
date: Wed Jun 29 06:23:36 2011 +0000
description:
Add some config files for the P2020.
diffstat:
sys/arch/evbppc/conf/INSTALL_P2020DS.MP | 10 ++++++++++
sys/arch/evbppc/conf/INSTALL_P2020RDB.MP | 9 +++++++++
sys/arch/evbppc/conf/P2020DS.MP | 9 +++++++++
sys/arch/evbppc/conf/P2020RDB.MP | 9 +++++++++
4 files changed, 37 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r cd013c798ec2 -r 5d9e6fb4c94f sys/arch/evbppc/conf/INSTALL_P2020DS.MP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_P2020DS.MP Wed Jun 29 06:23:36 2011 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: INSTALL_P2020DS.MP,v 1.1 2011/06/29 06:23:36 matt Exp $
+
+include "arch/evbppc/conf/P2020DS.MP"
+
+#ident "INSTALL_P2020DS-$Revision: 1.1 $"
+
+include "arch/evbppc/conf/INSTALL.inc"
+
+no config nfsnetbsd
+no config netbsd-esata
diff -r cd013c798ec2 -r 5d9e6fb4c94f sys/arch/evbppc/conf/INSTALL_P2020RDB.MP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_P2020RDB.MP Wed Jun 29 06:23:36 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: INSTALL_P2020RDB.MP,v 1.1 2011/06/29 06:23:36 matt Exp $
+
+include "arch/evbppc/conf/P2020RDB.MP"
+
+#ident "INSTALL_P2020DS-$Revision: 1.1 $"
+
+include "arch/evbppc/conf/INSTALL.inc"
+
+no config nfsnetbsd
diff -r cd013c798ec2 -r 5d9e6fb4c94f sys/arch/evbppc/conf/P2020DS.MP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/P2020DS.MP Wed Jun 29 06:23:36 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: P2020DS.MP,v 1.1 2011/06/29 06:23:36 matt Exp $
+#
+# P2020DS kernel, plus multiprocessor support.
+
+include "arch/evbppc/conf/P2020DS"
+
+options MULTIPROCESSOR
+# this option may cause trouble under very high interrupt load
+#options OPENPIC_DISTRIBUTE # let all CPUs serve interrupts
diff -r cd013c798ec2 -r 5d9e6fb4c94f sys/arch/evbppc/conf/P2020RDB.MP
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB.MP Wed Jun 29 06:23:36 2011 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: P2020RDB.MP,v 1.1 2011/06/29 06:23:36 matt Exp $
+#
+# P2020RDB kernel, plus multiprocessor support.
+
+include "arch/evbppc/conf/P2020RDB"
+
+options MULTIPROCESSOR
+# this option may cause trouble under very high interrupt load
+#options OPENPIC_DISTRIBUTE # let all CPUs serve interrupts
Home |
Main Index |
Thread Index |
Old Index