Home | History | Annotate | Line # | Download | only in conf
WAPIKO revision 1.45
      1 #
      2 # NEWS3400 config file
      3 #
      4 # 	$NetBSD: WAPIKO,v 1.45 2014/07/20 10:06:11 alnsn Exp $
      5 #
      6 include		"arch/newsmips/conf/std.newsmips"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	16
     11 
     12 makeoptions	COPTS="-O2 -pipe"
     13 
     14 options 	news3400
     15 options 	MIPS1			# R2000/R3000 support
     16 options 	CPU_SINGLE
     17 
     18 # Standard system options
     19 options 	KTRACE			# system call tracing support
     20 options 	USERCONF		# userconf(4) support
     21 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     22 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     23 
     24 # Debugging options
     25 options 	DDB			# kernel dynamic debugger
     26 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     27 #options 	DEBUG			# extra kernel debugging support
     28 options 	DIAGNOSTIC		# extra kernel sanity checking
     29 options 	SCSIVERBOSE		# Verbose SCSI errors
     30 
     31 # Compatibility options
     32 options 	COMPAT_43		# compatibility with 4.3BSD binaries
     33 options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     34 options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     35 options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     36 options 	COMPAT_15		# NetBSD 1.5 binary compatibility
     37 options 	COMPAT_16		# NetBSD 1.6 binary compatibility
     38 options 	COMPAT_20		# NetBSD 2.0 binary compatibility
     39 options 	COMPAT_30		# NetBSD 3.0 binary compatibility
     40 options 	COMPAT_40		# NetBSD 4.0 binary compatibility
     41 #options 	EXEC_ECOFF		# exec ecoff binaries
     42 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     43 
     44 # Filesystem options
     45 file-system	FFS		# Berkeley Fast Filesystem
     46 #file-system	NFS		# Sun NFS-compatible filesystem client
     47 file-system	MFS		# memory-based filesystem
     48 file-system	PROCFS		# /proc
     49 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     50 #file-system	PTYFS		# /dev/pts/N support
     51 
     52 # Networking options
     53 options 	INET		# Internet protocols
     54 options 	IPFILTER_LOG	# ipmon(8) log support
     55 options 	IPFILTER_LOOKUP	# ippool(8) support
     56 options 	IPFILTER_COMPAT # Compat for IP-Filter
     57 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     58 
     59 # JIT compiler for bpfilter
     60 #options	SLJIT
     61 #options	BPFJIT
     62 
     63 config	netbsd root on ? type ?
     64 
     65 mainbus0 at root
     66 
     67 cpu0	at mainbus0
     68 hb0	at mainbus0
     69 
     70 mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
     71 
     72 le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
     73 le1	at hb0 addr 0xb8c30000 level 0
     74 
     75 kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
     76 ms0	at hb0 addr 0xbfd00004 level 2	# mouse
     77 
     78 zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
     79 zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
     80 zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
     81 zstty0	at zsc0 channel 0		# tty00
     82 zstty1	at zsc0 channel 1		# tty01
     83 zstty2	at zsc1 channel 0		# tty02
     84 zstty3	at zsc1 channel 1		# tty03
     85 zstty4	at zsc2 channel 0		# tty04
     86 zstty5	at zsc2 channel 1		# tty05
     87 
     88 fb0	at hb0 addr 0x88000000		# frame buffer
     89 
     90 sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
     91 scsibus0 at sc0
     92 
     93 sd*	at scsibus? target ? lun ?	# SCSI disks
     94 #st*	at scsibus? target ? lun ?	# SCSI tapes
     95 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     96 
     97 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     98 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     99 options 	FONT_GALLANT12x22
    100 
    101 wsdisplay0 at fb? console ?
    102 wskbd0	at kb? console ?
    103 wsmouse0 at ms?
    104 
    105 pseudo-device	vnd			# disk-like interface to files
    106 #pseudo-device	ccd			# concatenated and striped disks
    107 #pseudo-device	fss			# file system snapshot device
    108 pseudo-device	loop			# loopback interface; required
    109 pseudo-device	pty			# pseudo-terminals
    110 pseudo-device	bpfilter		# Berkeley Packet Filter
    111 pseudo-device	ipfilter		# ip filter
    112 pseudo-device	clockctl		# user control of clock subsystem
    113