Home | History | Annotate | Line # | Download | only in conf
DEJIKO revision 1.4
      1  1.4     soren # 	$NetBSD: DEJIKO,v 1.4 2000/11/27 08:55:42 soren Exp $
      2  1.1    tsubai #
      3  1.3    tsubai #	Dejiko's sekai-seifuku NEWS5000 nyo.
      4  1.1    tsubai 
      5  1.1    tsubai include		"arch/newsmips/conf/std.newsmips"
      6  1.1    tsubai 
      7  1.1    tsubai maxusers	16
      8  1.1    tsubai 
      9  1.1    tsubai options 	news5000
     10  1.3    tsubai options 	MIPS3			# R4x00 support
     11  1.1    tsubai options 	MIPS3_L2CACHE_PRESENT
     12  1.3    tsubai options 	CPU_SINGLE		# no I/O processor
     13  1.1    tsubai 
     14  1.1    tsubai # Debugging options
     15  1.1    tsubai options 	DDB			# kernel dynamic debugger
     16  1.1    tsubai options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     17  1.1    tsubai #options 	DEBUG			# extra kernel debugging support
     18  1.1    tsubai options 	DIAGNOSTIC		# extra kernel sanity checking
     19  1.1    tsubai 
     20  1.3    tsubai # Filesystem options
     21  1.3    tsubai file-system	FFS			# Berkeley Fast Filesystem
     22  1.3    tsubai file-system	MFS			# memory-based filesystem
     23  1.3    tsubai file-system	NFS			# Sun NFS-compatible filesystem client
     24  1.3    tsubai file-system	PROCFS			# /proc
     25  1.3    tsubai file-system	CD9660			# ISO 9660 + Rock Ridge file system
     26  1.3    tsubai 
     27  1.3    tsubai # Networking options
     28  1.3    tsubai options 	INET			# Internet protocols
     29  1.3    tsubai options 	IPFILTER_LOG		# ipmon(8) log support
     30  1.3    tsubai options 	NFS_BOOT_BOOTPARAM
     31  1.3    tsubai options 	NFS_BOOTPARAM_NOGATEWAY
     32  1.3    tsubai 
     33  1.1    tsubai # Compatibility options
     34  1.1    tsubai options 	COMPAT_43		# compatibility with 4.3BSD binaries
     35  1.1    tsubai options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     36  1.1    tsubai 
     37  1.3    tsubai # wscons options
     38  1.3    tsubai options 	WSEMUL_VT100		# VT100 / VT220 emulation
     39  1.3    tsubai options 	FONT_GALLANT12x22
     40  1.1    tsubai 
     41  1.3    tsubai config	netbsd root on ? type ?
     42  1.1    tsubai 
     43  1.1    tsubai mainbus0 at root
     44  1.1    tsubai 
     45  1.1    tsubai cpu0	at mainbus0
     46  1.1    tsubai ap0	at mainbus0
     47  1.1    tsubai 
     48  1.1    tsubai mkclock* at ap?
     49  1.1    tsubai sn*	at ap?				# SONIC Ethernet
     50  1.3    tsubai tlp*	at ap?
     51  1.3    tsubai dmac*	at ap?
     52  1.3    tsubai spifi*	at ap?				# SPIFI SCSI
     53  1.3    tsubai zsc0	at ap?				# ESCC
     54  1.1    tsubai zstty0	at zsc0 channel 0		# tty00
     55  1.1    tsubai zstty1	at zsc0 channel 1		# tty01
     56  1.1    tsubai 
     57  1.3    tsubai xafb*	at ap?
     58  1.3    tsubai kb0	at ap?
     59  1.3    tsubai ms0	at ap?
     60  1.3    tsubai 
     61  1.3    tsubai wsdisplay* at xafb? console ?
     62  1.3    tsubai wskbd*	at kb? console ?
     63  1.3    tsubai wsmouse* at ms?
     64  1.3    tsubai 
     65  1.3    tsubai scsibus* at spifi?
     66  1.3    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
     67  1.3    tsubai cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     68  1.3    tsubai 
     69  1.1    tsubai pseudo-device	loop			# loopback interface; required
     70  1.3    tsubai pseudo-device	ipfilter		# ip filter
     71  1.3    tsubai pseudo-device	bpfilter	16	# Berkeley Packet Filter
     72  1.3    tsubai pseudo-device	vnd		4	# disk-like interface to files
     73  1.2  jdolecek pseudo-device	pty			# pseudo-terminals
     74  1.3    tsubai pseudo-device	rnd			# /dev/random and in-kernel generator
     75