Home | History | Annotate | Line # | Download | only in conf
DEJIKO revision 1.3.2.2
      1  1.3.2.2  bouyer # 	$NetBSD: DEJIKO,v 1.3.2.2 2000/11/20 20:17:17 bouyer Exp $
      2  1.3.2.2  bouyer #
      3  1.3.2.2  bouyer #	NEWS5000 example
      4  1.3.2.2  bouyer 
      5  1.3.2.2  bouyer include		"arch/newsmips/conf/std.newsmips"
      6  1.3.2.2  bouyer 
      7  1.3.2.2  bouyer maxusers	16
      8  1.3.2.2  bouyer 
      9  1.3.2.2  bouyer options 	news5000
     10  1.3.2.2  bouyer options 	MIPS3			# R4000 support
     11  1.3.2.2  bouyer options 	MIPS3_L2CACHE_PRESENT
     12  1.3.2.2  bouyer options 	CPU_SINGLE
     13  1.3.2.2  bouyer 
     14  1.3.2.2  bouyer # Debugging options
     15  1.3.2.2  bouyer options 	DDB			# kernel dynamic debugger
     16  1.3.2.2  bouyer options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     17  1.3.2.2  bouyer #options 	DEBUG			# extra kernel debugging support
     18  1.3.2.2  bouyer options 	DIAGNOSTIC		# extra kernel sanity checking
     19  1.3.2.2  bouyer 
     20  1.3.2.2  bouyer # Compatibility options
     21  1.3.2.2  bouyer options 	COMPAT_43		# compatibility with 4.3BSD binaries
     22  1.3.2.2  bouyer options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     23  1.3.2.2  bouyer options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     24  1.3.2.2  bouyer options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     25  1.3.2.2  bouyer 
     26  1.3.2.2  bouyer # Filesystem options
     27  1.3.2.2  bouyer file-system	FFS		# Berkeley Fast Filesystem
     28  1.3.2.2  bouyer file-system	NFS		# Sun NFS-compatible filesystem client
     29  1.3.2.2  bouyer file-system	KERNFS		# kernel data-structure filesystem
     30  1.3.2.2  bouyer file-system	MFS		# memory-based filesystem
     31  1.3.2.2  bouyer 
     32  1.3.2.2  bouyer options 	INET		# Internet protocols
     33  1.3.2.2  bouyer options 	NFS_BOOT_BOOTPARAM
     34  1.3.2.2  bouyer 
     35  1.3.2.2  bouyer config		netbsd	root on ? type nfs
     36  1.3.2.2  bouyer 
     37  1.3.2.2  bouyer mainbus0 at root
     38  1.3.2.2  bouyer 
     39  1.3.2.2  bouyer cpu0	at mainbus0
     40  1.3.2.2  bouyer ap0	at mainbus0
     41  1.3.2.2  bouyer 
     42  1.3.2.2  bouyer mkclock* at ap?
     43  1.3.2.2  bouyer sn*	at ap?				# SONIC Ethernet
     44  1.3.2.2  bouyer 
     45  1.3.2.2  bouyer zsc0	at ap?
     46  1.3.2.2  bouyer zstty0	at zsc0 channel 0		# tty00
     47  1.3.2.2  bouyer zstty1	at zsc0 channel 1		# tty01
     48  1.3.2.2  bouyer 
     49  1.3.2.2  bouyer pseudo-device	loop			# loopback interface; required
     50  1.3.2.2  bouyer pseudo-device	pty			# pseudo-terminals
     51  1.3.2.2  bouyer pseudo-device	bpfilter	16	# Berkeley Packet Filter
     52