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