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