Module Name:    src
Committed By:   kiyohara
Date:           Wed Oct 20 02:39:20 UTC 2010

Modified Files:
        src/sys/arch/bebox/conf: GENERIC std.bebox

Log Message:
Move PCI_NETBSD_CONFIGURE to std.bebox.  It is MUST REQUIRED.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/bebox/conf/std.bebox

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/bebox/conf/GENERIC
diff -u src/sys/arch/bebox/conf/GENERIC:1.121 src/sys/arch/bebox/conf/GENERIC:1.122
--- src/sys/arch/bebox/conf/GENERIC:1.121	Sat Oct 16 05:49:03 2010
+++ src/sys/arch/bebox/conf/GENERIC	Wed Oct 20 02:39:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 2010/10/16 05:49:03 kiyohara Exp $
+# $NetBSD: GENERIC,v 1.122 2010/10/20 02:39:19 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.121 $"
+#ident 		"GENERIC-$Revision: 1.122 $"
 
 maxusers	32
 
@@ -149,7 +149,6 @@
 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
 options 	MIIVERBOSE	# verbose PHY autoconfig messages
 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
-options 	PCI_NETBSD_CONFIGURE
 options 	SCSIVERBOSE	# human readable SCSI error messages
 
 #options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP

Index: src/sys/arch/bebox/conf/std.bebox
diff -u src/sys/arch/bebox/conf/std.bebox:1.16 src/sys/arch/bebox/conf/std.bebox:1.17
--- src/sys/arch/bebox/conf/std.bebox:1.16	Sun Mar 16 17:37:09 2008
+++ src/sys/arch/bebox/conf/std.bebox	Wed Oct 20 02:39:19 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: std.bebox,v 1.16 2008/03/16 17:37:09 kiyohara Exp $
+#	$NetBSD: std.bebox,v 1.17 2010/10/20 02:39:19 kiyohara Exp $
 #
 # standard, required NetBSD/bebox 'options'
 
@@ -8,6 +8,8 @@
 options 	PPC_OEA		# BeBox uses Motorola PPC60x CPUs
 makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
 
+options 	PCI_NETBSD_CONFIGURE	# MUST REQUIRED
+
 options 	EXEC_ELF32	# exec ELF binaries
 options 	EXEC_SCRIPT	# exec #! scripts
 

Reply via email to