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