Add some config files for the P2020.

This commit is contained in:
matt 2011-06-29 06:23:36 +00:00
parent 2699f92cdb
commit b042682f2f
4 changed files with 37 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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