Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.84
      1   1.1  jonathan #
      2  1.84    simonb # 	$NetBSD: GENERIC,v 1.84 2000/09/16 00:09:14 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.64   hubertf 
      8  1.84    simonb #ident		"GENERIC-$Revision: 1.84 $"
      9   1.1  jonathan 
     10   1.5  jonathan maxusers	64
     11   1.1  jonathan 
     12  1.39  nisimura options 	MIPS1		# R2000/R3000 CPUs
     13  1.39  nisimura options 	MIPS3		# R4000/R4400 CPUs
     14   1.6  jonathan 
     15   1.1  jonathan 
     16   1.5  jonathan # Support for specific models of DECstation
     17  1.39  nisimura options 	DEC_3100	# DECstation 2100, 3100 (kn01)
     18  1.39  nisimura options 	DEC_5100	# DECsystem 5100 (kn230)
     19  1.39  nisimura options 	DEC_3MAX	# DECstation 5000/200 (kn02)
     20  1.39  nisimura options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
     21  1.39  nisimura options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
     22  1.39  nisimura options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
     23  1.24  jonathan 
     24  1.60    simonb #options 	DEC_5400	# DECsystem 5400 (kn210)
     25  1.60    simonb #options 	DEC_5500	# DECsystem 5500 (kn220)
     26  1.60    simonb #options 	DEC_5800	# DECsystem 58x0 (kn5800)
     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.43  jonathan 
     37  1.43  jonathan options 	SYSVMSG		# System V-like message queues
     38  1.43  jonathan options 	SYSVSEM		# System V-like semaphores
     39  1.43  jonathan options 	SYSVSHM		# System V-like memory sharing
     40  1.43  jonathan #options 	SHMMAXPGS=1024	# 1024 pages is the default
     41  1.43  jonathan 
     42  1.43  jonathan options 	LKM			# loadable kernel modules
     43  1.17    mjacob 
     44  1.18    mjacob #options 	SCSIVERBOSE		# Verbose SCSI errors
     45  1.80   tsutsui #options 	TCVERBOSE		# recognize "unknown" TC devices
     46  1.12  jonathan 
     47  1.62        ad # Old 4.4BSD/pmax kgdb options
     48  1.15  jonathan #options 	KGDB			# support for kernel gdb
     49  1.15  jonathan #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     50  1.15  jonathan #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     51   1.1  jonathan 
     52  1.15  jonathan options 	NTP			# network time protocol
     53  1.15  jonathan #options 	UCONSOLE		# users can redirect console (unsafe)
     54   1.5  jonathan 
     55   1.5  jonathan 
     56   1.1  jonathan # Filesystem options
     57  1.83  nisimura file-system	FFS		# fast filesystem with user and group quotas
     58  1.83  nisimura file-system	MFS		# memory-based filesystem
     59  1.83  nisimura file-system	NFS		# Sun NFS-compatible filesystem (client)
     60  1.12  jonathan file-system	LFS		# Log-based filesystem (still experimental)
     61  1.83  nisimura file-system	CD9660		# ISO 9660 + Rock Ridge file system
     62  1.83  nisimura file-system	FDESC		# /dev/fd
     63  1.83  nisimura file-system	KERNFS		# /kern (kernel informational filesystem)
     64  1.83  nisimura file-system	NULLFS		# loopback file system
     65  1.83  nisimura file-system	OVERLAY		# overlay file system
     66  1.83  nisimura file-system	PORTAL		# portal filesystem (still experimental)
     67  1.83  nisimura file-system	PROCFS		# /proc
     68  1.83  nisimura file-system	UMAPFS		# NULLFS + uid and gid remapping
     69  1.83  nisimura file-system	UNION
     70  1.10   thorpej 
     71  1.15  jonathan options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     72  1.15  jonathan options 	QUOTA		# UFS quotas
     73  1.23    bouyer #options 	FFS_EI		# FFS Endian Independant support
     74  1.78      fvdl options 	SOFTDEP         # FFS soft updates support.
     75  1.84    simonb # VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
     76  1.84    simonb #options 	VNODE_OP_NOINLINE	# don't inline vnode op calls
     77  1.50    itojun 
     78   1.1  jonathan # Networking options
     79  1.15  jonathan options 	INET		# Internet protocols
     80  1.50    itojun options 	INET6		# IPV6
     81  1.50    itojun #options 	IPSEC		# IP security
     82  1.50    itojun #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     83  1.50    itojun #options 	IPSEC_DEBUG	# debug for IP security
     84  1.15  jonathan options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     85  1.15  jonathan options 	GATEWAY		# IP packet forwarding
     86  1.12  jonathan #options 	MROUTING	# Multicast routing support
     87  1.12  jonathan #options 	ISO		# OSI networking
     88  1.12  jonathan #options 	TPIP		# TPIP
     89  1.12  jonathan #options 	EON		# OSI tunneling over IP
     90  1.12  jonathan #options 	CCITT,LLC,HDLC	# X.25
     91  1.38    simonb options 	NETATALK	# AppleTalk networking protocols
     92  1.46  christos options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     93  1.46  christos options 	PPP_DEFLATE	# Deflate compression support for PPP
     94  1.46  christos options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     95  1.46  christos options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     96  1.38    simonb options 	IPFILTER_LOG	# ipmon(8) log support
     97   1.1  jonathan 
     98   1.5  jonathan # NetBSD backwards compatibility
     99  1.15  jonathan #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
    100  1.15  jonathan #options 	COMPAT_11	# NetBSD 1.1,
    101  1.15  jonathan options 	COMPAT_12	# Netbsd 1.2 reboot()
    102  1.21    kleink options 	COMPAT_13	# Netbsd 1.3
    103  1.47  augustss options 	COMPAT_14	# Netbsd 1.4
    104   1.1  jonathan 
    105  1.40        ad # Raster console options
    106  1.57    simonb options 	FONT_BOLD8x16		# Font for fb devices
    107  1.57    simonb options 	FONT_LUCIDA16x29	# Font for px devices
    108  1.57    simonb #options 	FONT_GALLANT12x22
    109  1.57    simonb #options 	FONT_QVSS8x15
    110   1.5  jonathan 
    111   1.1  jonathan # pmax specific
    112  1.39  nisimura options 	COMPAT_ULTRIX	# Ultrix compatibility
    113  1.15  jonathan options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
    114  1.15  jonathan options 	"HZ=256"	# RTC rate required
    115  1.22  drochner 
    116  1.41    simonb options 	NFS_BOOT_DHCP	# superset of BOOTP
    117   1.1  jonathan 
    118  1.16  jonathan config		netbsd		root on ? type ?
    119  1.42    simonb #config		nfsnetbsd	root on ? type nfs
    120   1.1  jonathan 
    121  1.30    mhitch 
    122  1.30    mhitch mainbus0	at root
    123  1.30    mhitch cpu*		at mainbus0
    124   1.1  jonathan 
    125  1.48  nisimura ## Peripheral Bus Support (for devices to attach to)
    126  1.48  nisimura ## ----------------------------------------------------------------------------
    127   1.1  jonathan 
    128  1.48  nisimura # TURBOchannel bus support
    129  1.48  nisimura tc*	at	mainbus0
    130  1.26  jonathan 
    131  1.48  nisimura # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
    132  1.48  nisimura ioasic0	at	tc?
    133  1.55    simonb mcclock* at	ioasic? offset ?	# DS1287 RTC
    134  1.55    simonb le*	at	ioasic? offset ?	# LANCE
    135  1.55    simonb scc*	at	ioasic? offset ?	# Z85C30
    136  1.75  gmcgarry bba*	at	ioasic? offset ?	# MAXINE baseboard audio
    137  1.73  augustss audio*	at	bba?
    138  1.55    simonb dtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
    139  1.48  nisimura #fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
    140  1.55    simonb asc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
    141  1.66  nisimura #xasc*	at	ioasic? offset ?	#  [ MI SCSI version ]
    142  1.48  nisimura 
    143  1.48  nisimura # 3MAX has TURBOchannel but no IOASIC
    144  1.52   thorpej ibus0	at	tc? slot ? offset ?	# 3MAX system slot
    145  1.55    simonb 
    146  1.55    simonb # PMAX, 3MAX and MIPSMATE common devices
    147  1.55    simonb mcclock* at	ibus0 addr ?		# DS1287 RTC
    148  1.55    simonb dc*	at	ibus0 addr ?		# DC7085 quad line serial device
    149  1.48  nisimura 
    150  1.48  nisimura # TURBOchannel devices
    151  1.52   thorpej mfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
    152  1.52   thorpej cfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
    153  1.52   thorpej #tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
    154  1.52   thorpej sfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
    155  1.61        ad px0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
    156  1.52   thorpej #sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
    157  1.55    simonb xcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
    158  1.52   thorpej asc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
    159  1.66  nisimura #xasc*	at	tc? slot ? offset ?	#  [ MI SCSI version ]
    160  1.52   thorpej le*	at	tc? slot ? offset ?	# PMAD-A LANCE
    161  1.52   thorpej fta*	at	tc? slot ? offset ?	# PMAF-F FDDI
    162  1.52   thorpej #tcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
    163  1.48  nisimura #asc*	at	tcds? chip ?
    164  1.48  nisimura 
    165  1.48  nisimura # PMAX and MIPSMATE
    166  1.48  nisimura ibus0	at	mainbus0
    167  1.55    simonb pm*	at	ibus0 addr ?		# 3100 onboard fb
    168  1.55    simonb le*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
    169  1.55    simonb sii*	at	ibus0 addr ?		# DC7061 onboard SCSI
    170  1.76    mhitch #xsii*	at	ibus0 addr ?		#  [ MI SCSI version ]
    171   1.1  jonathan 
    172  1.34    simonb #########################################################################
    173  1.34    simonb # SCSI configuration							#
    174  1.34    simonb #########################################################################
    175   1.1  jonathan 
    176  1.66  nisimura # old 4.4BSD/pmax DECstation SCSI driver
    177   1.5  jonathan oldscsibus*	at sii?
    178   1.5  jonathan oldscsibus*	at asc?
    179  1.67  nisimura include 	"arch/pmax/conf/scsi.pmax"
    180  1.66  nisimura 
    181  1.66  nisimura # MI SCSI configuration 
    182  1.83  nisimura #scsibus*	at xsii?
    183  1.83  nisimura #scsibus*	at xasc?
    184  1.83  nisimura #
    185  1.83  nisimura #sd*	at scsibus? target ? lun ?	# SCSI disks
    186  1.83  nisimura #st*	at scsibus? target ? lun ?	# SCSI tapes
    187  1.83  nisimura #cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs 
    188  1.83  nisimura #ch*	at scsibus? target ? lun ?	# SCSI changer devices
    189  1.83  nisimura #ss*	at scsibus? target ? lun ?	# SCSI scanners
    190  1.83  nisimura #uk*	at scsibus? target ? lun ?	# unknown SCSI
    191   1.1  jonathan 
    192  1.34    simonb #########################################################################
    193  1.34    simonb # Pseudo-devices							#
    194  1.34    simonb #########################################################################
    195   1.1  jonathan 
    196  1.34    simonb pseudo-device	loop		 1	# network loopback
    197   1.1  jonathan pseudo-device	sl		 4	# serial-line IP ports
    198  1.34    simonb pseudo-device	ppp		 2	# serial-line IP ports
    199  1.81     mason pseudo-device	pty		64	# pseudo-terminals
    200   1.1  jonathan pseudo-device	bpfilter	16	# packet filter ports
    201  1.36    simonb pseudo-device	ipfilter		# IP filter, NAT
    202  1.34    simonb #pseudo-device	gre		 2	# generic L3 over IP tunnel
    203  1.50    itojun pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    204  1.50    itojun #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    205  1.70    itojun #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    206  1.12  jonathan 
    207  1.34    simonb pseudo-device	vnd		 4	# virtual disk ick
    208  1.34    simonb pseudo-device	ccd		 4	# concatenated disks
    209  1.34    simonb #pseudo-device	raid		 4	# RAIDframe disk driver
    210  1.69    simonb #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    211   1.1  jonathan 
    212  1.34    simonb pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    213  1.45    simonb pseudo-device	fb		 3	# up to 3 framebuffers
    214  1.36    simonb 
    215  1.36    simonb pseudo-device	rnd			# /dev/random and in-kernel generator
    216