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