Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/conf Move PCI_NETBSD_CONFIGURE to std.bebox. ...
details: https://anonhg.NetBSD.org/src/rev/786258e0e13f
branches: trunk
changeset: 758113:786258e0e13f
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Wed Oct 20 02:39:19 2010 +0000
description:
Move PCI_NETBSD_CONFIGURE to std.bebox. It is MUST REQUIRED.
diffstat:
sys/arch/bebox/conf/GENERIC | 5 ++---
sys/arch/bebox/conf/std.bebox | 4 +++-
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r e7f5ee9292c4 -r 786258e0e13f sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Tue Oct 19 22:27:54 2010 +0000
+++ b/sys/arch/bebox/conf/GENERIC Wed Oct 20 02:39:19 2010 +0000
@@ -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
diff -r e7f5ee9292c4 -r 786258e0e13f sys/arch/bebox/conf/std.bebox
--- a/sys/arch/bebox/conf/std.bebox Tue Oct 19 22:27:54 2010 +0000
+++ b/sys/arch/bebox/conf/std.bebox Wed Oct 20 02:39:19 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index