Thu Mar 6 23:30:28 2014 UTC ()
Add config variant for root-on-SD.


(joerg)
diff -r1.13 -r1.14 src/sys/arch/evbppc/conf/TWRP1025

cvs diff -r1.13 -r1.14 src/sys/arch/evbppc/conf/TWRP1025 (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/TWRP1025 2014/03/06 19:55:37 1.13
+++ src/sys/arch/evbppc/conf/TWRP1025 2014/03/06 23:30:28 1.14
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: TWRP1025,v 1.13 2014/03/06 19:55:37 matt Exp $ 1# $NetBSD: TWRP1025,v 1.14 2014/03/06 23:30:28 joerg Exp $
2# 2#
3# TWRP1025 -- everything that's currently supported 3# TWRP1025 -- everything that's currently supported
4# 4#
5 5
6include "arch/evbppc/conf/std.mpc85xx" 6include "arch/evbppc/conf/std.mpc85xx"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10ident "TWRP1025-$Revision: 1.13 $" 10ident "TWRP1025-$Revision: 1.14 $"
11 11
12maxusers 32 12maxusers 32
13 13
14makeoptions NEED_BINARY="yes" 14makeoptions NEED_BINARY="yes"
15makeoptions NEED_UBOOTIMAGE="yes" 15makeoptions NEED_UBOOTIMAGE="yes"
16 16
17#options UVMHIST 17#options UVMHIST
18#options UVMHIST_PRINT 18#options UVMHIST_PRINT
19 19
20options P1025 20options P1025
21options SYS_CLK=66666667 21options SYS_CLK=66666667
22#options HZ=1000 22#options HZ=1000
23 23
@@ -125,26 +125,27 @@ options PCIVERBOSE # verbose PCI device @@ -125,26 +125,27 @@ options PCIVERBOSE # verbose PCI device
125options MIIVERBOSE # verbose PHY autoconfig messages 125options MIIVERBOSE # verbose PHY autoconfig messages
126#options PCI_CONFIG_DUMP # verbosely dump PCI config space 126#options PCI_CONFIG_DUMP # verbosely dump PCI config space
127options SCSIVERBOSE # human readable SCSI error messages 127options SCSIVERBOSE # human readable SCSI error messages
128#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 128#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
129#options PCI_CONFIGURE_VERBOSE # Show PCI config information 129#options PCI_CONFIGURE_VERBOSE # Show PCI config information
130 130
131# wscons options 131# wscons options
132#options WSEMUL_SUN # sun terminal emulation 132#options WSEMUL_SUN # sun terminal emulation
133#options WSEMUL_VT100 # VT100 / VT220 emulation 133#options WSEMUL_VT100 # VT100 / VT220 emulation
134#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 134#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
135 135
136# Kernel root file system and dump configuration. 136# Kernel root file system and dump configuration.
137config netbsd root on ? type ? 137config netbsd root on ? type ?
 138config netbsd-ld0a root on ld0a type ffs
138config netbsd-sd0a root on sd0a type ffs 139config netbsd-sd0a root on sd0a type ffs
139config nfsnetbsd root on tsec0 type nfs 140config nfsnetbsd root on tsec0 type nfs
140 141
141# 142#
142# Device configuration 143# Device configuration
143# 144#
144 145
145mainbus0 at root # Processor Local Bus 146mainbus0 at root # Processor Local Bus
146 147
147cpunode* at mainbus? node ? 148cpunode* at mainbus? node ?
148gpio* at gpiobus? 149gpio* at gpiobus?
149 150
150cpu* at cpunode? 151cpu* at cpunode?