Home | History | Annotate | Line # | Download | only in conf
WAPIKO revision 1.7
      1 #
      2 # NEWS3400 config file
      3 #
      4 # 	$NetBSD: WAPIKO,v 1.7 1999/07/29 10:37:20 augustss Exp $
      5 #
      6 include		"arch/newsmips/conf/std.newsmips"
      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 	UCONSOLE		# users can redirect console (unsafe)
     18 
     19 # Debugging options
     20 options 	DDB			# kernel dynamic debugger
     21 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     22 #options 	DEBUG			# extra kernel debugging support
     23 options 	DIAGNOSTIC		# extra kernel sanity checking
     24 options 	SCSIVERBOSE		# Verbose SCSI errors
     25 
     26 # Compatibility options
     27 options 	COMPAT_43		# compatibility with 4.3BSD binaries
     28 options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     29 options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     30 options 	COMPAT_14		# NetBSD 1.4 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 # Networking options
     40 options 	INET		# Internet protocols
     41 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     42 options 	IPFILTER_LOG	# ipmon(8) log support
     43 
     44 config	netbsd root on ? type ?
     45 
     46 mainbus0 at root
     47 
     48 cpu0	at mainbus0
     49 hb0	at mainbus0
     50 
     51 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     52 
     53 le0	at hb0 addr 0xbff80000		# onboard LANCE ethernet
     54 #le1	at hb0 addr 0xb8c30000
     55 
     56 kb0	at hb0 addr 0xbfd00000		# keyboard
     57 ms0	at hb0 addr 0xbfd00004		# mouse
     58 
     59 zsc0	at hb0 addr 0xbfec0000		# onboard
     60 zsc1	at hb0 addr 0xb8c40100
     61 zsc2	at hb0 addr 0xb8c40104
     62 zstty0	at zsc0 channel 0		# tty00
     63 zstty1	at zsc0 channel 1		# tty01
     64 zstty2	at zsc1 channel 0		# tty02
     65 zstty3	at zsc1 channel 1		# tty03
     66 zstty4	at zsc2 channel 0		# tty04
     67 zstty5	at zsc2 channel 1		# tty05
     68 
     69 fb0	at hb0 addr 0x88000000		# framebuffer
     70 
     71 sc0	at hb0 addr 0xbfe00100		# onboard cxd1185 SCSI controller
     72 scsibus0 at sc0
     73 
     74 sd*	at scsibus? target ? lun ?	# SCSI disks
     75 #st*	at scsibus? target ? lun ?	# SCSI tapes
     76 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     77 
     78 #pseudo-device	vnd		4	# disk-like interface to files
     79 #pseudo-device	ccd		4	# concatenated and striped disks
     80 pseudo-device	loop			# loopback interface; required
     81 pseudo-device	pty		32	# pseudo-terminals
     82 pseudo-device	bpfilter	16	# Berkeley Packet Filter
     83 pseudo-device	ipfilter		# ip filter
     84