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