Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.34
      1 #
      2 # Distribution kernel (any model) kernel config file
      3 
      4 #
      5 # 	$NetBSD: GENERIC,v 1.34 1998/11/27 00:09:33 simonb Exp $
      6 #
      7 include		"arch/pmax/conf/std.pmax"
      8 
      9 maxusers	64
     10 
     11 options 	MIPS1			# R2000/R3000 CPUs
     12 options 	MIPS3			# R4000/R4400/R4600 CPUs
     13 
     14 
     15 # Support for specific models of DECstation
     16 options 	DEC_3100		# kn01: DECstation 2100, 3100
     17 options 	DEC_5100		# kn230: DECsystem 5100
     18 options 	DEC_MAXINE		# kn02ca: 5000/xx (Personal DECstation)
     19 options 	DEC_3MIN		#  5000/1xx (kn02ba), 5000/150 (kn04)
     20 options 	DEC_3MAX		# kn02: 5000/200 support
     21 options 	DEC_3MAXPLUS		#  5000/240 (kn03), 5000/260 (kn05)
     22 
     23 #options 	DEC_5400
     24 #options 	DEC_5800
     25 #options 	DEC_5500
     26 
     27 # Standard system options
     28 options 	DDB			# in-kernel debugger
     29 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     30 options 	DDB_ONPANIC=0		# don't enter debugger on panic
     31 #options 	DIAGNOSTIC		# extra kernel debugging checks
     32 #options 	DEBUG			# extra kernel debugging support
     33 options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
     34 options 	KTRACE			# system call tracing support
     35 options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     36 
     37 #options 	SCSIVERBOSE		# Verbose SCSI errors
     38 
     39 #Old 4.4bsd/pmax kgdb options
     40 #options 	KGDB			# support for kernel gdb
     41 #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     42 #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     43 
     44 options 	NTP			# network time protocol
     45 #options 	UCONSOLE		# users can redirect console (unsafe)
     46 
     47 
     48 # Filesystem options
     49 file-system 	FFS		# fast filesystem with user and group quotas
     50 file-system 	MFS		# memory-based filesystem
     51 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     52 file-system	LFS		# Log-based filesystem (still experimental)
     53 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     54 file-system 	FDESC		# /dev/fd
     55 file-system 	KERNFS		# /kern (kernel informational filesystem)
     56 file-system 	NULLFS		# loopback file system
     57 file-system 	PORTAL		# portal filesystem (still experimental)
     58 file-system 	PROCFS		# /proc
     59 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     60 file-system 	UNION
     61 
     62 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     63 options 	QUOTA		# UFS quotas
     64 #options 	FFS_EI		# FFS Endian Independant support
     65 
     66 # Networking options
     67 options 	INET		# Internet protocols
     68 options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     69 options 	GATEWAY		# IP packet forwarding
     70 options 	MULTICAST	# Multicast support
     71 #options 	MROUTING	# Multicast routing support
     72 #options 	ISO		# OSI networking
     73 #options 	TPIP		# TPIP
     74 #options 	EON		# OSI tunneling over IP
     75 #options 	CCITT,LLC,HDLC	# X.25
     76 
     77 # NetBSD backwards compatibility
     78 #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
     79 #options 	COMPAT_11	# NetBSD 1.1,
     80 options 	COMPAT_12	# Netbsd 1.2 reboot()
     81 options 	COMPAT_13	# Netbsd 1.3
     82 
     83 
     84 # pmax specific
     85 options 	COMPAT_ULTRIX	# ultrix compatibility
     86 options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
     87 options 	"HZ=256"	# RTC rate required
     88 
     89 # The pmax proms need bootp anyway, so just use bootp.
     90 options 	NFS_BOOT_BOOTP
     91 
     92 config		netbsd		root on ? type ?
     93 config		nfsnetbsd	root on ? type nfs
     94 
     95 
     96 mainbus0	at root
     97 cpu*		at mainbus0
     98 
     99 #########################################################################
    100 # I/O bus and device options						#
    101 #########################################################################
    102 
    103 # TC bus and supported options. (All but PMAXes have a turbochannel.)
    104 include 	"arch/pmax/conf/tc.std"
    105 
    106 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
    107 include 	"arch/pmax/conf/builtin.ioasic"
    108 
    109 # MAXINE-only ioasic baseboard devices and on-baseboard "options"
    110 include 	"arch/pmax/conf/builtin.maxine"
    111 
    112 # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
    113 # (KN02 has turbochannel but no	IOASIC).
    114 include 	"arch/pmax/conf/builtin.3max"
    115 
    116 # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
    117 # (may also be present on a 5100).
    118 include 	"arch/pmax/conf/builtin.3100"
    119 include 	"arch/pmax/conf/builtin.5100"
    120 
    121 
    122 # baseboard devices on 5100, 3100 "ibus" virtual bus
    123 include 	"arch/pmax/conf/ibus.std"
    124 
    125 
    126 #########################################################################
    127 # SCSI configuration							#
    128 #########################################################################
    129 
    130 oldscsibus*	at sii?
    131 oldscsibus*	at asc?
    132 #
    133 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
    134 #
    135 include 	"arch/pmax/conf/scsi.pmax"
    136 #include 	"arch/pmax/conf/mi.scsi"		# not yet supported
    137 
    138 #########################################################################
    139 # Pseudo-devices							#
    140 #########################################################################
    141 
    142 pseudo-device	loop		 1	# network loopback
    143 pseudo-device	sl		 4	# serial-line IP ports
    144 pseudo-device	ppp		 2	# serial-line IP ports
    145 pseudo-device	pty		64	# pseudo ptys
    146 pseudo-device	bpfilter	16	# packet filter ports
    147 #pseudo-device	ipfilter		# IP filter, NAT
    148 #pseudo-device	gre		 2	# generic L3 over IP tunnel
    149 
    150 pseudo-device	vnd		 4	# virtual disk ick
    151 pseudo-device	ccd		 4	# concatenated disks
    152 #pseudo-device	raid		 4	# RAIDframe disk driver
    153 
    154 pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    155 pseudo-device	fb		 1	# up to 3 framebuffers
    156 # rnd is EXPERIMENTAL
    157 #pseudo-device	rnd			# /dev/random and in-kernel generator
    158