Module Name:    src
Committed By:   thorpej
Date:           Fri Mar  5 01:31:43 UTC 2021

Modified Files:
        src/sys/arch/ofppc/conf: GENERIC.MP

Log Message:
Don't include mvgbe in this kernel config; that driver has an explicit
warning for the MULTIPROCESSOR case.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/ofppc/conf/GENERIC.MP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ofppc/conf/GENERIC.MP
diff -u src/sys/arch/ofppc/conf/GENERIC.MP:1.18 src/sys/arch/ofppc/conf/GENERIC.MP:1.19
--- src/sys/arch/ofppc/conf/GENERIC.MP:1.18	Thu Feb  9 19:04:04 2012
+++ src/sys/arch/ofppc/conf/GENERIC.MP	Fri Mar  5 01:31:43 2021
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.MP,v 1.18 2012/02/09 19:04:04 matt Exp $
+# $NetBSD: GENERIC.MP,v 1.19 2021/03/05 01:31:43 thorpej Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,3 +24,6 @@ include 	"arch/ofppc/conf/GENERIC"
 options 	MULTIPROCESSOR
 options 	IPI_OPENPIC
 options 	PMAP_NEED_FULL_MAPKERNEL
+
+no mvgbec*	at gt?
+no mvgbe0	at mvgbec?

Reply via email to