Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.63
      1 #
      2 # 	$NetBSD: GENERIC,v 1.63 2000/01/20 19:12:35 wrstuden Exp $
      3 #
      4 # Distribution kernel (any model) kernel config file
      5 #
      6 include		"arch/pmax/conf/std.pmax"
      7 
      8 maxusers	64
      9 
     10 options 	MIPS1		# R2000/R3000 CPUs
     11 options 	MIPS3		# R4000/R4400 CPUs
     12 
     13 
     14 # Support for specific models of DECstation
     15 options 	DEC_3100	# DECstation 2100, 3100 (kn01)
     16 options 	DEC_5100	# DECsystem 5100 (kn230)
     17 options 	DEC_3MAX	# DECstation 5000/200 (kn02)
     18 options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
     19 options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
     20 options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
     21 
     22 #options 	DEC_5400	# DECsystem 5400 (kn210)
     23 #options 	DEC_5500	# DECsystem 5500 (kn220)
     24 #options 	DEC_5800	# DECsystem 58x0 (kn5800)
     25 
     26 # Standard system options
     27 options 	DDB			# in-kernel debugger
     28 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     29 options 	DDB_ONPANIC=0		# don't enter debugger on panic
     30 #options 	DIAGNOSTIC		# extra kernel debugging checks
     31 #options 	DEBUG			# extra kernel debugging support
     32 options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
     33 options 	KTRACE			# system call tracing support
     34 
     35 options 	SYSVMSG		# System V-like message queues
     36 options 	SYSVSEM		# System V-like semaphores
     37 options 	SYSVSHM		# System V-like memory sharing
     38 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     39 
     40 options 	LKM			# loadable kernel modules
     41 options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     42 
     43 #options 	SCSIVERBOSE		# Verbose SCSI errors
     44 
     45 # Old 4.4BSD/pmax kgdb options
     46 #options 	KGDB			# support for kernel gdb
     47 #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     48 #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     49 
     50 options 	NTP			# network time protocol
     51 #options 	UCONSOLE		# users can redirect console (unsafe)
     52 
     53 
     54 # Filesystem options
     55 file-system 	FFS		# fast filesystem with user and group quotas
     56 file-system 	MFS		# memory-based filesystem
     57 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     58 file-system	LFS		# Log-based filesystem (still experimental)
     59 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     60 file-system 	FDESC		# /dev/fd
     61 file-system 	KERNFS		# /kern (kernel informational filesystem)
     62 file-system 	NULLFS		# loopback file system
     63 file-system 	OVERLAY		# overlay file system
     64 file-system 	PORTAL		# portal filesystem (still experimental)
     65 file-system 	PROCFS		# /proc
     66 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     67 file-system 	UNION
     68 
     69 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     70 options 	QUOTA		# UFS quotas
     71 #options 	FFS_EI		# FFS Endian Independant support
     72 #options 	SOFTDEP         # FFS soft updates support.
     73 
     74 # Pull in config fragments for kernel crypto.  This is required for
     75 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     76 # one of these, based on whether you use crypto-us or crypto-intl, and
     77 # adjust the prefixes as necessary.
     78 
     79 #prefix ../crypto-us/sys
     80 #cinclude "conf/files.crypto-us"
     81 #prefix
     82 
     83 #prefix ../crypto-intl/sys
     84 #cinclude "conf/files.crypto-intl"
     85 #prefix
     86 
     87 # Networking options
     88 options 	INET		# Internet protocols
     89 options 	INET6		# IPV6
     90 #options 	IPSEC		# IP security
     91 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     92 #options 	IPSEC_DEBUG	# debug for IP security
     93 options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     94 options 	GATEWAY		# IP packet forwarding
     95 #options 	MROUTING	# Multicast routing support
     96 #options 	ISO		# OSI networking
     97 #options 	TPIP		# TPIP
     98 #options 	EON		# OSI tunneling over IP
     99 #options 	CCITT,LLC,HDLC	# X.25
    100 options 	NETATALK	# AppleTalk networking protocols
    101 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    102 options 	PPP_DEFLATE	# Deflate compression support for PPP
    103 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    104 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    105 options 	IPFILTER_LOG	# ipmon(8) log support
    106 
    107 # NetBSD backwards compatibility
    108 #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
    109 #options 	COMPAT_11	# NetBSD 1.1,
    110 options 	COMPAT_12	# Netbsd 1.2 reboot()
    111 options 	COMPAT_13	# Netbsd 1.3
    112 options 	COMPAT_14	# Netbsd 1.4
    113 
    114 # Raster console options
    115 options 	FONT_BOLD8x16		# Font for fb devices
    116 options 	FONT_LUCIDA16x29	# Font for px devices
    117 #options 	FONT_GALLANT12x22
    118 #options 	FONT_QVSS8x15
    119 
    120 # pmax specific
    121 options 	COMPAT_ULTRIX	# Ultrix compatibility
    122 options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
    123 options 	"HZ=256"	# RTC rate required
    124 
    125 options 	NFS_BOOT_DHCP	# superset of BOOTP
    126 
    127 config		netbsd		root on ? type ?
    128 #config		nfsnetbsd	root on ? type nfs
    129 
    130 
    131 mainbus0	at root
    132 cpu*		at mainbus0
    133 
    134 ## Peripheral Bus Support (for devices to attach to)
    135 ## ----------------------------------------------------------------------------
    136 
    137 # TURBOchannel bus support
    138 tc*	at	mainbus0
    139 
    140 # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
    141 ioasic0	at	tc?
    142 mcclock* at	ioasic? offset ?	# DS1287 RTC
    143 le*	at	ioasic? offset ?	# LANCE
    144 scc*	at	ioasic? offset ?	# Z85C30
    145 #isdn	at	ioasic? offset ?	# MAXINE ISDN/audio (not supported)
    146 dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
    147 #fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
    148 asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
    149 
    150 # 3MAX has TURBOchannel but no IOASIC
    151 ibus0	at	tc? slot ? offset ?	# 3MAX system slot
    152 
    153 # PMAX, 3MAX and MIPSMATE common devices
    154 mcclock* at	ibus0 addr ?		# DS1287 RTC
    155 dc*	at	ibus0 addr ?		# DC7085 quad line serial device
    156 
    157 # TURBOchannel devices
    158 mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
    159 cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
    160 #tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
    161 sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
    162 px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
    163 #sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
    164 xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
    165 asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
    166 le*	at	tc? slot ? offset ?	# PMAD-A LANCE
    167 fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
    168 #tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
    169 #asc*	at	tcds? chip ?
    170 
    171 # PMAX and MIPSMATE
    172 ibus0	at	mainbus0
    173 pm*	at	ibus0 addr ?		# 3100 onboard fb
    174 le*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
    175 sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
    176 
    177 #########################################################################
    178 # SCSI configuration							#
    179 #########################################################################
    180 
    181 oldscsibus*	at sii?
    182 oldscsibus*	at asc?
    183 #
    184 # SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
    185 #
    186 include 	"arch/pmax/conf/scsi.pmax"
    187 #include 	"arch/pmax/conf/mi.scsi"		# not yet supported
    188 
    189 #########################################################################
    190 # Pseudo-devices							#
    191 #########################################################################
    192 
    193 pseudo-device	loop		 1	# network loopback
    194 pseudo-device	sl		 4	# serial-line IP ports
    195 pseudo-device	ppp		 2	# serial-line IP ports
    196 pseudo-device	pty		64	# pseudo ptys
    197 pseudo-device	bpfilter	16	# packet filter ports
    198 pseudo-device	ipfilter		# IP filter, NAT
    199 #pseudo-device	gre		 2	# generic L3 over IP tunnel
    200 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    201 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    202 
    203 pseudo-device	vnd		 4	# virtual disk ick
    204 pseudo-device	ccd		 4	# concatenated disks
    205 #pseudo-device	raid		 4	# RAIDframe disk driver
    206 
    207 pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    208 pseudo-device	fb		 3	# up to 3 framebuffers
    209 
    210 pseudo-device	rnd			# /dev/random and in-kernel generator
    211