Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sbmips/conf Use "cpu*" and not "cpu0" to attach all...



details:   https://anonhg.NetBSD.org/src/rev/5110157b4373
branches:  trunk
changeset: 532258:5110157b4373
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jun 04 05:53:31 2002 +0000

description:
Use "cpu*" and not "cpu0" to attach all CPUs.
Add PROCFS and fix a whitespace nit while we're here.

diffstat:

 sys/arch/sbmips/conf/GENERIC |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 169c975cb2de -r 5110157b4373 sys/arch/sbmips/conf/GENERIC
--- a/sys/arch/sbmips/conf/GENERIC      Tue Jun 04 05:49:26 2002 +0000
+++ b/sys/arch/sbmips/conf/GENERIC      Tue Jun 04 05:53:31 2002 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.5 2002/04/25 15:06:36 atatat Exp $
+# $NetBSD: GENERIC,v 1.6 2002/06/04 05:53:31 simonb Exp $
 
 include        "arch/sbmips/conf/std.sbmips.eb"        # big-endian mode
 #include       "arch/sbmips/conf/std.sbmips.el"        # little-endian mode
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.5 $"
+#ident                 "GENERIC-$Revision: 1.6 $"
 
 # The following three options are required for BCM1250 pass 1 silicon
 options        SB1250_PASS1
@@ -56,7 +56,7 @@
 #file-system   UMAPFS          # uid/gid remapping filesystem
 file-system    LFS             # Log-based filesystem (still experimental)
 #file-system   PORTAL          # portal filesystem (still experimental)
-#file-system   PROCFS          # /proc
+file-system    PROCFS          # /proc
 #file-system   CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   UNION           # union file system
 #file-system   MSDOSFS         # MS-DOS FAT filesystem(s).
@@ -107,8 +107,7 @@
 
 zbbus*         at root
 
-cpu0           at zbbus? busid 0
-#cpu*          at zbbus? busid ?
+cpu*           at zbbus? busid ?
 sbscd*         at zbbus? busid ?
 sbobio*                at zbbus? busid ?
 
@@ -123,7 +122,7 @@
 #sbgbus*       at sbobio? offset ?
 
 # MII/PHY support
-brgphy*        at mii? phy ?
+brgphy*                at mii? phy ?
 
 # Pseudo-devices
 



Home | Main Index | Thread Index | Old Index