Home | History | Annotate | Line # | Download | only in conf
WAPIKO revision 1.14.8.2
      1  1.14.8.2  nathanw #
      2  1.14.8.2  nathanw # NEWS3400 config file
      3  1.14.8.2  nathanw #
      4  1.14.8.2  nathanw # 	$NetBSD: WAPIKO,v 1.14.8.2 2002/02/28 04:11:16 nathanw Exp $
      5  1.14.8.2  nathanw #
      6  1.14.8.2  nathanw include		"arch/newsmips/conf/std.newsmips"
      7  1.14.8.2  nathanw 
      8  1.14.8.2  nathanw maxusers	16
      9  1.14.8.2  nathanw 
     10  1.14.8.2  nathanw makeoptions	COPTS="-O2 -pipe"
     11  1.14.8.2  nathanw 
     12  1.14.8.2  nathanw options 	news3400
     13  1.14.8.2  nathanw options 	MIPS1			# R2000/R3000 support
     14  1.14.8.2  nathanw options 	CPU_SINGLE
     15  1.14.8.2  nathanw 
     16  1.14.8.2  nathanw # Standard system options
     17  1.14.8.2  nathanw options 	KTRACE			# system call tracing support
     18  1.14.8.2  nathanw #options 	UCONSOLE		# users can redirect console (unsafe)
     19  1.14.8.2  nathanw #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     20  1.14.8.2  nathanw 
     21  1.14.8.2  nathanw # Debugging options
     22  1.14.8.2  nathanw options 	DDB			# kernel dynamic debugger
     23  1.14.8.2  nathanw #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     24  1.14.8.2  nathanw #options 	DEBUG			# extra kernel debugging support
     25  1.14.8.2  nathanw options 	DIAGNOSTIC		# extra kernel sanity checking
     26  1.14.8.2  nathanw options 	SCSIVERBOSE		# Verbose SCSI errors
     27  1.14.8.2  nathanw 
     28  1.14.8.2  nathanw # Compatibility options
     29  1.14.8.2  nathanw options 	COMPAT_43		# compatibility with 4.3BSD binaries
     30  1.14.8.2  nathanw options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     31  1.14.8.2  nathanw options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     32  1.14.8.2  nathanw options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     33  1.14.8.2  nathanw #options 	EXEC_AOUT		# exec a.out binaries
     34  1.14.8.2  nathanw #options 	EXEC_ECOFF		# exec ecoff binaries
     35  1.14.8.2  nathanw 
     36  1.14.8.2  nathanw # Filesystem options
     37  1.14.8.2  nathanw file-system	FFS		# Berkeley Fast Filesystem
     38  1.14.8.2  nathanw #file-system	NFS		# Sun NFS-compatible filesystem client
     39  1.14.8.2  nathanw file-system	MFS		# memory-based filesystem
     40  1.14.8.2  nathanw file-system	PROCFS		# /proc
     41  1.14.8.2  nathanw 
     42  1.14.8.2  nathanw # Networking options
     43  1.14.8.2  nathanw options 	INET		# Internet protocols
     44  1.14.8.2  nathanw options 	IPFILTER_LOG	# ipmon(8) log support
     45  1.14.8.2  nathanw 
     46  1.14.8.2  nathanw config	netbsd root on ? type ?
     47  1.14.8.2  nathanw 
     48  1.14.8.2  nathanw mainbus0 at root
     49  1.14.8.2  nathanw 
     50  1.14.8.2  nathanw cpu0	at mainbus0
     51  1.14.8.2  nathanw hb0	at mainbus0
     52  1.14.8.2  nathanw 
     53  1.14.8.2  nathanw mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
     54  1.14.8.2  nathanw 
     55  1.14.8.2  nathanw le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
     56  1.14.8.2  nathanw le1	at hb0 addr 0xb8c30000 level 0
     57  1.14.8.2  nathanw 
     58  1.14.8.2  nathanw kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
     59  1.14.8.2  nathanw ms0	at hb0 addr 0xbfd00004 level 2	# mouse
     60  1.14.8.2  nathanw 
     61  1.14.8.2  nathanw zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
     62  1.14.8.2  nathanw zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
     63  1.14.8.2  nathanw zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
     64  1.14.8.2  nathanw zstty0	at zsc0 channel 0		# tty00
     65  1.14.8.2  nathanw zstty1	at zsc0 channel 1		# tty01
     66  1.14.8.2  nathanw zstty2	at zsc1 channel 0		# tty02
     67  1.14.8.2  nathanw zstty3	at zsc1 channel 1		# tty03
     68  1.14.8.2  nathanw zstty4	at zsc2 channel 0		# tty04
     69  1.14.8.2  nathanw zstty5	at zsc2 channel 1		# tty05
     70  1.14.8.2  nathanw 
     71  1.14.8.2  nathanw fb0	at hb0 addr 0x88000000		# frame buffer
     72  1.14.8.2  nathanw 
     73  1.14.8.2  nathanw sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
     74  1.14.8.2  nathanw scsibus0 at sc0
     75  1.14.8.2  nathanw 
     76  1.14.8.2  nathanw sd*	at scsibus? target ? lun ?	# SCSI disks
     77  1.14.8.2  nathanw #st*	at scsibus? target ? lun ?	# SCSI tapes
     78  1.14.8.2  nathanw #cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
     79  1.14.8.2  nathanw 
     80  1.14.8.2  nathanw options 	WSEMUL_VT100		# VT100 / VT220 emulation
     81  1.14.8.2  nathanw options 	FONT_GALLANT12x22
     82  1.14.8.2  nathanw 
     83  1.14.8.2  nathanw wsdisplay0 at fb? console ?
     84  1.14.8.2  nathanw wskbd0	at kb? console ?
     85  1.14.8.2  nathanw wsmouse0 at ms?
     86  1.14.8.2  nathanw 
     87  1.14.8.2  nathanw pseudo-device	vnd		4	# disk-like interface to files
     88  1.14.8.2  nathanw #pseudo-device	ccd		4	# concatenated and striped disks
     89  1.14.8.2  nathanw pseudo-device	loop			# loopback interface; required
     90  1.14.8.2  nathanw pseudo-device	pty			# pseudo-terminals
     91  1.14.8.2  nathanw pseudo-device	bpfilter	16	# Berkeley Packet Filter
     92  1.14.8.2  nathanw pseudo-device	ipfilter		# ip filter
     93  1.14.8.2  nathanw pseudo-device	rnd			# /dev/random and in-kernel generator
     94