Use "cpu*" and not "cpu0" to attach all CPUs.
Add PROCFS and fix a whitespace nit while we're here.
This commit is contained in:
parent
a1572a6b96
commit
349831dcf6
@ -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 FDESC # user file descriptor filesystem
|
||||
#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 @@ config netbsd root on sbmac0 type nfs
|
||||
|
||||
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 @@ sbscn* at sbobio? offset ?
|
||||
#sbgbus* at sbobio? offset ?
|
||||
|
||||
# MII/PHY support
|
||||
brgphy* at mii? phy ?
|
||||
brgphy* at mii? phy ?
|
||||
|
||||
# Pseudo-devices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user