Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.13
      1 #
      2 # NEWS3400 config file
      3 #
      4 # 	$NetBSD: GENERIC,v 1.13 1999/12/17 06:05:37 tsubai 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 	SYSVMSG			# System V message queues
     17 options 	SYSVSEM			# System V semaphores
     18 options 	SYSVSHM			# System V shared memory
     19 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     20 options 	LKM			# loadable kernel modules
     21 options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     22 #options 	NTP			# network time protocol
     23 #options 	UCONSOLE		# users can redirect console (unsafe)
     24 
     25 # Debugging options
     26 #options 	DDB			# kernel dynamic debugger
     27 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     28 #options 	DEBUG			# extra kernel debugging support
     29 #options 	DIAGNOSTIC		# extra kernel sanity checking
     30 #options 	SCSIVERBOSE		# Verbose SCSI errors
     31 
     32 # Compatibility options
     33 options 	COMPAT_43		# compatibility with 4.3BSD binaries
     34 options 	COMPAT_10		# NetBSD 1.0 binary compatibility
     35 options 	COMPAT_11		# NetBSD 1.1 binary compatibility
     36 options 	COMPAT_12		# NetBSD 1.2 binary compatibility
     37 options 	COMPAT_13		# NetBSD 1.3 binary compatibility
     38 options 	COMPAT_14		# NetBSD 1.4 binary compatibility
     39 #options 	EXEC_AOUT		# exec a.out binaries
     40 #options 	EXEC_ECOFF		# exec ecoff binaries
     41 
     42 # Filesystem options
     43 file-system	FFS		# Berkeley Fast Filesystem
     44 file-system	NFS		# Sun NFS-compatible filesystem client
     45 file-system	KERNFS		# kernel data-structure filesystem
     46 file-system	NULLFS		# NULL layered filesystem
     47 file-system	MFS		# memory-based filesystem
     48 file-system	FDESC		# user file descriptor filesystem
     49 file-system	UMAPFS		# uid/gid remapping filesystem
     50 file-system	LFS		# Log-based filesystem (still experimental)
     51 file-system	PORTAL		# portal filesystem (still experimental)
     52 file-system	PROCFS		# /proc
     53 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     54 file-system	UNION		# union file system
     55 file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     56 
     57 options 	NFSSERVER	# Sun NFS-compatible filesystem server
     58 options 	QUOTA		# FFS quotas
     59 #options 	FFS_EI		# FFS Endian Independant support
     60 #options 	SOFTDEP         # FFS soft updates support.
     61 
     62 # Pull in config fragments for kernel crypto.  This is required for
     63 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     64 # one of these, based on whether you use crypto-us or crypto-intl, and
     65 # adjust the prefixes as necessary.
     66 
     67 #prefix ../crypto-us/sys
     68 #cinclude "conf/files.crypto-us"
     69 #prefix
     70 
     71 #prefix ../crypto-intl/sys
     72 #cinclude "conf/files.crypto-intl"
     73 #prefix
     74 
     75 # Networking options
     76 options 	INET		# Internet protocols
     77 options 	INET6		# IPV6
     78 #options 	IPSEC		# IP security
     79 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     80 #options 	IPSEC_DEBUG	# debug for IP security
     81 #options 	GATEWAY		# IP packet forwarding
     82 #options 	MROUTING	# packet forwarding of multicast packets
     83 options 	NS		# Xerox NS networking
     84 #options 	NSIP		# Xerox NS tunneling over IP
     85 #options 	ISO,TPIP	# OSI networking
     86 #options 	EON		# OSI tunneling over IP
     87 #options 	CCITT,LLC,HDLC	# X.25
     88 options 	NETATALK	# AppleTalk (over Ethernet) protocol
     89 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     90 options 	PPP_DEFLATE	# Deflate compression support for PPP
     91 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     92 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     93 options 	IPFILTER_LOG	# ipmon(8) log support
     94 
     95 #options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     96 
     97 config		netbsd	root on ? type ?
     98 
     99 mainbus0 at root
    100 
    101 cpu0	at mainbus0
    102 hb0	at mainbus0
    103 
    104 mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
    105 
    106 le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
    107 #le1	at hb0 addr 0xb8c30000 level 0
    108 
    109 kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
    110 ms0	at hb0 addr 0xbfd00004 level 2	# mouse
    111 
    112 zsc0	at hb0 addr 0xbfec0000 level 1	# on-board
    113 zsc1	at hb0 addr 0xb8c40100 level 1	# expansion board
    114 zsc2	at hb0 addr 0xb8c40104 level 1
    115 zstty0	at zsc0 channel 0		# tty00
    116 zstty1	at zsc0 channel 1		# tty01
    117 #zstty2	at zsc1 channel 0		# tty02
    118 #zstty3	at zsc1 channel 1		# tty03
    119 #zstty4	at zsc2 channel 0		# tty04
    120 #zstty5	at zsc2 channel 1		# tty05
    121 
    122 fb0	at hb0 addr 0x88000000		# frame buffer
    123 
    124 sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
    125 scsibus0 at sc0
    126 
    127 sd*	at scsibus? target ? lun ?	# SCSI disks
    128 st*	at scsibus? target ? lun ?	# SCSI tapes
    129 cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
    130 ch*	at scsibus? target ? lun ?	# SCSI changer devices
    131 
    132 pseudo-device	loop			# loopback interface; required
    133 pseudo-device	pty		32	# pseudo-terminals
    134 pseudo-device	sl		2	# SLIP interfaces
    135 pseudo-device	ppp		2	# PPP interfaces
    136 pseudo-device	tun		4	# Network "tunnel" device
    137 #pseudo-device	gre		2	# generic L3 over IP tunnel
    138 pseudo-device	bpfilter	16	# Berkeley Packet Filter
    139 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    140 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    141 pseudo-device	vnd		4	# disk-like interface to files
    142 pseudo-device	ccd		4	# concatenated and striped disks
    143 #pseudo-device	raid		4	# RAIDframe disk driver
    144 #pseudo-device	strip		1	# radio clock
    145 #pseudo-device	ipfilter		# ip filter
    146