Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.19
      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.19     lukem # 	$NetBSD: GENERIC,v 1.19 1997/11/17 01:58:22 lukem 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.7  jonathan options 	DS3100			# PMAX (kn01) DECstation 2100, 3100
     17   1.7  jonathan options 	DS5000_25		# MAXINE (kn02ca/xine) support
     18   1.7  jonathan options 	DS5000_100		# 3MIN (kn02ba/kmin) support
     19   1.7  jonathan options 	DS5000_200		# 3MAX (kn02) support
     20   1.7  jonathan options 	DS5000_240		# 3MAXPLUS (kn03) support
     21   1.1  jonathan 
     22   1.1  jonathan 
     23   1.1  jonathan # Standard system options
     24  1.16  jonathan options 	DDB			# in-kernel debugger
     25  1.19     lukem #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     26  1.16  jonathan options 	DDB_ONPANIC=0		# don't enter debugger on panic
     27  1.15  jonathan #options 	DIAGNOSTIC		# extra kernel debugging checks
     28  1.15  jonathan #options 	DEBUG			# extra kernel debugging support
     29  1.15  jonathan options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
     30  1.15  jonathan options 	KTRACE			# system call tracing support
     31  1.15  jonathan options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     32  1.17    mjacob 
     33  1.18    mjacob #options 	SCSIVERBOSE		# Verbose SCSI errors
     34  1.12  jonathan 
     35  1.12  jonathan #Old 4.4bsd/pmax kgdb options
     36  1.15  jonathan #options 	KGDB			# support for kernel gdb
     37  1.15  jonathan #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     38  1.15  jonathan #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     39   1.1  jonathan 
     40  1.15  jonathan options 	NTP			# network time protocol
     41  1.15  jonathan #options 	UCONSOLE		# users can redirect console (unsafe)
     42   1.5  jonathan 
     43   1.5  jonathan 
     44   1.1  jonathan # Filesystem options
     45  1.10   thorpej file-system 	FFS             # fast filesystem with user and group quotas
     46  1.10   thorpej file-system 	MFS		# memory-based filesystem
     47  1.10   thorpej file-system 	NFS		# Sun NFS-compatible filesystem (client)
     48  1.12  jonathan file-system	LFS		# Log-based filesystem (still experimental)
     49  1.12  jonathan file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     50  1.12  jonathan file-system 	FDESC		# /dev/fd
     51  1.12  jonathan file-system 	KERNFS		# /kern (kernel informational filesystem)
     52  1.12  jonathan file-system 	NULLFS		# loopback file system
     53  1.12  jonathan file-system 	PORTAL		# portal filesystem (still experimental)
     54  1.12  jonathan file-system 	PROCFS		# /proc
     55  1.12  jonathan file-system 	UMAPFS		# NULLFS + uid and gid remapping
     56  1.12  jonathan file-system 	UNION
     57  1.10   thorpej 
     58  1.15  jonathan options 	FIFO		# POSIX fifo support (in all filesystems)
     59  1.15  jonathan options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     60  1.15  jonathan options 	QUOTA		# UFS quotas
     61   1.1  jonathan 
     62   1.1  jonathan # Networking options
     63  1.15  jonathan options 	INET		# Internet protocols
     64  1.15  jonathan options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     65  1.15  jonathan options 	GATEWAY		# IP packet forwarding
     66  1.12  jonathan options 	MULTICAST	# Multicast support
     67  1.12  jonathan #options 	MROUTING	# Multicast routing support
     68  1.12  jonathan #options 	ISO		# OSI networking
     69  1.12  jonathan #options 	TPIP		# TPIP
     70  1.12  jonathan #options 	EON		# OSI tunneling over IP
     71  1.12  jonathan #options 	CCITT,LLC,HDLC	# X.25
     72   1.1  jonathan 
     73   1.5  jonathan # NetBSD backwards compatibility
     74  1.15  jonathan #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
     75  1.15  jonathan #options 	COMPAT_11	# NetBSD 1.1,
     76  1.15  jonathan options 	COMPAT_12	# Netbsd 1.2 reboot()
     77   1.1  jonathan 
     78   1.5  jonathan 
     79   1.1  jonathan # pmax specific
     80  1.15  jonathan options 	COMPAT_ULTRIX	# ultrix compatibility
     81  1.15  jonathan options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
     82  1.15  jonathan options 	"HZ=256"	# RTC rate required
     83   1.1  jonathan 
     84  1.16  jonathan config		netbsd		root on ? type ?
     85  1.16  jonathan config		nfsnetbsd	root on ? type nfs
     86   1.1  jonathan 
     87   1.1  jonathan 
     88   1.1  jonathan ########################################################################
     89   1.5  jonathan ###                   I/O bus and device options                     ###
     90   1.1  jonathan ########################################################################
     91   1.1  jonathan 
     92   1.5  jonathan # TC bus and supported options. (All but PMAXes have a turbochannel.)
     93   1.6  jonathan include 	"arch/pmax/conf/tc.std"
     94   1.1  jonathan 
     95   1.5  jonathan # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
     96   1.6  jonathan include 	"arch/pmax/conf/builtin.ioasic"
     97   1.1  jonathan 
     98   1.5  jonathan # MAXINE-only ioasic baseboard devices and on-baseboard "options"
     99   1.6  jonathan include 	"arch/pmax/conf/builtin.maxine"
    100   1.1  jonathan 
    101   1.5  jonathan # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
    102   1.5  jonathan # (KN02 has turbochannel but no	IOASIC).
    103   1.6  jonathan include 	"arch/pmax/conf/builtin.3max"
    104   1.1  jonathan 
    105   1.5  jonathan # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
    106   1.5  jonathan # (may also be present on a 5100).
    107   1.6  jonathan include 	"arch/pmax/conf/builtin.3100"
    108   1.1  jonathan 
    109   1.1  jonathan ########################################################################
    110   1.1  jonathan # SCSI configuration                                                   #
    111   1.1  jonathan ########################################################################
    112   1.1  jonathan 
    113   1.5  jonathan oldscsibus*	at sii?
    114   1.5  jonathan oldscsibus*	at asc?
    115   1.1  jonathan #
    116   1.5  jonathan # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
    117   1.1  jonathan #
    118   1.6  jonathan include 	"arch/pmax/conf/scsi.pmax"
    119   1.7  jonathan #include 	"arch/pmax/conf/mi.scsi"		# not yet supported
    120   1.1  jonathan 
    121  1.14    mhitch # disks and tapes for a second ASC
    122  1.14    mhitch rz8	at	oldscsibus?	target ? drive ?
    123  1.14    mhitch rz9	at	oldscsibus?	target ? drive ?
    124  1.14    mhitch rz10	at	oldscsibus?	target ? drive ?
    125  1.14    mhitch rz11	at	oldscsibus?	target ? drive ?
    126  1.14    mhitch rz12	at	oldscsibus?	target ? drive ?
    127  1.14    mhitch rz13	at	oldscsibus?	target ? drive ?
    128  1.14    mhitch tz2	at	oldscsibus?	target?  drive ?
    129  1.14    mhitch tz3	at	oldscsibus?	target?  drive ?
    130   1.1  jonathan 
    131   1.5  jonathan ########################################################################
    132   1.5  jonathan ###                        Pseudo-devices                            ###
    133   1.5  jonathan ########################################################################
    134   1.1  jonathan 
    135  1.12  jonathan pseudo-device	loop		1	# network loopback
    136   1.1  jonathan pseudo-device	sl		 4	# serial-line IP ports
    137   1.5  jonathan pseudo-device   ppp              2      # serial-line IP ports
    138   1.1  jonathan pseudo-device	pty		64	# pseudo ptys
    139   1.1  jonathan pseudo-device	bpfilter	16	# packet filter ports
    140  1.12  jonathan #pseudo-device	ipfilter		# IP filter, NAT
    141  1.12  jonathan 
    142   1.1  jonathan pseudo-device	vnd		4	# virtual disk ick
    143   1.5  jonathan pseudo-device   ccd             4       # concatenated disks
    144   1.1  jonathan 
    145   1.1  jonathan pseudo-device	rasterconsole	1 	# NB: raster console requires "fb"
    146   1.6  jonathan pseudo-device	fb		1	# up to 3 framebuffers
    147