Home | History | Annotate | Line # | Download | only in conf
WAPIKO revision 1.1
      1 #
      2 # NEWS3400 config file
      3 #
      4 # 	$NetBSD: WAPIKO,v 1.1 1998/02/18 13:48:04 tsubai Exp $
      5 #
      6 include		"arch/news/conf/std.news"
      7 
      8 maxusers	16
      9 
     10 options 	news3400
     11 options 	MIPS1			# R2000/R3000 support
     12 options 	CPU_SINGLE
     13 
     14 # Standard system options
     15 options 	KTRACE			# system call tracing support
     16 options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     17 #options 	NTP			# network time protocol
     18 #options 	UCONSOLE		# users can redirect console (unsafe)
     19 
     20 # Debugging options
     21 options 	DDB			# kernel dynamic debugger
     22 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     23 #options 	DEBUG			# extra kernel debugging support
     24 #options 	DIAGNOSTIC		# extra kernel sanity checking
     25 options 	SCSIVERBOSE		# Verbose SCSI errors
     26 
     27 # Compatibility options
     28 options 	COMPAT_43		# compatibility with 4.3BSD binaries
     29 options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     30 options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     31 options 	EXEC_AOUT		# exec a.out binaries
     32 #options 	EXEC_ECOFF		# exec ecoff binaries
     33 
     34 # Filesystem options
     35 file-system	FFS		# Berkeley Fast Filesystem
     36 #file-system	NFS		# Sun NFS-compatible filesystem client
     37 file-system	MFS		# memory-based filesystem
     38 
     39 options 	FIFO		# POSIX fifo support (in all filesystems)
     40 
     41 # Networking options
     42 options 	INET		# Internet protocols
     43 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
     44 #options 	IPFILTER_LOG	# /dev/ipl
     45 options 	IPALLOWSRCRT=0
     46 #options 	IPMTUDISC
     47 
     48 config		netbsd	root on ? type ?
     49 
     50 mainbus0 at root
     51 
     52 cpu0	at mainbus0
     53 hb0	at mainbus0
     54 
     55 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     56 
     57 le0	at hb0 addr 0xbff80000		# onboard LANCE ethernet
     58 #le1	at hb0 addr 0xb8c30000
     59 
     60 kb0	at hb0 addr 0xbfd00000		# keyboard
     61 ms0	at hb0 addr 0xbfd00004		# mouse
     62 
     63 zsc0	at hb0 addr 0xbfec0000
     64 zstty0	at zsc0 channel 0 flags 0x01	# tty00
     65 zstty1	at zsc0 channel 1 flags 0x01	# tty01
     66 
     67 fb0	at hb0 addr 0x88000000		# framebuffer
     68 
     69 sc0	at hb0 addr 0xbfe00100		# onboard cxd1185 SCSI controller
     70 
     71 scsibus0 at sc0
     72 
     73 sd*	at scsibus? target ? lun ?	# SCSI disks
     74 #st*	at scsibus? target ? lun ?	# SCSI tapes
     75 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     76 
     77 pseudo-device	loop			# loopback interface; required
     78 pseudo-device	pty		32	# pseudo-terminals
     79 pseudo-device	bpfilter	16	# Berkeley Packet Filter
     80 #pseudo-device	vnd		4	# disk-like interface to files
     81 #pseudo-device	ccd		4	# concatenated and striped disks
     82 #pseudo-device	ipfilter		# ip filter
     83