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