Home | History | Annotate | Line # | Download | only in conf
files.evbmips revision 1.1
      1  1.1  simonb #	$NetBSD: files.evbmips,v 1.1 2002/03/07 14:43:57 simonb Exp $
      2  1.1  simonb 
      3  1.1  simonb # maxpartitions must be the first item in files.${ARCH}
      4  1.1  simonb maxpartitions 16
      5  1.1  simonb 
      6  1.1  simonb maxusers 8 16 64
      7  1.1  simonb 
      8  1.1  simonb # Platform support option headers.
      9  1.1  simonb defflag		ALGOR_P4032	# Algorithmics P-4032
     10  1.1  simonb defflag		ALGOR_P5064	# Algorithmics P-5064
     11  1.1  simonb defflag		ALGOR_P6032	# Algorithmics P-6032
     12  1.1  simonb defflag		ALCHEMY_PB1000	# Alchemy Semi Pb1000
     13  1.1  simonb defflag		MIPS_MALTA	# MIPS Malta mips32/64 eval board
     14  1.1  simonb 
     15  1.1  simonb # Various items that a buggy proms might not provide us.
     16  1.1  simonb defparam	MEMSIZE
     17  1.1  simonb defparam	ETHADDR
     18  1.1  simonb 
     19  1.1  simonb 
     20  1.1  simonb file	arch/evbmips/evbmips/procfs_machdep.c	procfs
     21  1.1  simonb file	dev/clock_subr.c
     22  1.1  simonb 
     23  1.1  simonb # Console glue.
     24  1.1  simonb file	dev/cons.c
     25