Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.48
      1   1.1  jonathan #
      2  1.48  nisimura # 	$NetBSD: GENERIC,v 1.48 1999/11/15 09:50:47 nisimura 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.43  jonathan 
     35  1.43  jonathan options 	SYSVMSG		# System V-like message queues
     36  1.43  jonathan options 	SYSVSEM		# System V-like semaphores
     37  1.43  jonathan options 	SYSVSHM		# System V-like memory sharing
     38  1.43  jonathan #options 	SHMMAXPGS=1024	# 1024 pages is the default
     39  1.43  jonathan 
     40  1.43  jonathan options 	LKM			# loadable kernel modules
     41  1.15  jonathan options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     42  1.17    mjacob 
     43  1.18    mjacob #options 	SCSIVERBOSE		# Verbose SCSI errors
     44  1.12  jonathan 
     45  1.12  jonathan #Old 4.4bsd/pmax kgdb options
     46  1.15  jonathan #options 	KGDB			# support for kernel gdb
     47  1.15  jonathan #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     48  1.15  jonathan #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     49   1.1  jonathan 
     50  1.15  jonathan options 	NTP			# network time protocol
     51  1.15  jonathan #options 	UCONSOLE		# users can redirect console (unsafe)
     52   1.5  jonathan 
     53   1.5  jonathan 
     54   1.1  jonathan # Filesystem options
     55  1.34    simonb file-system 	FFS		# fast filesystem with user and group quotas
     56  1.10   thorpej file-system 	MFS		# memory-based filesystem
     57  1.10   thorpej file-system 	NFS		# Sun NFS-compatible filesystem (client)
     58  1.12  jonathan file-system	LFS		# Log-based filesystem (still experimental)
     59  1.12  jonathan file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     60  1.12  jonathan file-system 	FDESC		# /dev/fd
     61  1.12  jonathan file-system 	KERNFS		# /kern (kernel informational filesystem)
     62  1.12  jonathan file-system 	NULLFS		# loopback file system
     63  1.12  jonathan file-system 	PORTAL		# portal filesystem (still experimental)
     64  1.12  jonathan file-system 	PROCFS		# /proc
     65  1.12  jonathan file-system 	UMAPFS		# NULLFS + uid and gid remapping
     66  1.12  jonathan file-system 	UNION
     67  1.10   thorpej 
     68  1.15  jonathan options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     69  1.15  jonathan options 	QUOTA		# UFS quotas
     70  1.23    bouyer #options 	FFS_EI		# FFS Endian Independant support
     71   1.1  jonathan 
     72   1.1  jonathan # Networking options
     73  1.15  jonathan options 	INET		# Internet protocols
     74  1.15  jonathan options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     75  1.15  jonathan options 	GATEWAY		# IP packet forwarding
     76  1.12  jonathan #options 	MROUTING	# Multicast routing support
     77  1.12  jonathan #options 	ISO		# OSI networking
     78  1.12  jonathan #options 	TPIP		# TPIP
     79  1.12  jonathan #options 	EON		# OSI tunneling over IP
     80  1.12  jonathan #options 	CCITT,LLC,HDLC	# X.25
     81  1.38    simonb options 	NETATALK	# AppleTalk networking protocols
     82  1.46  christos options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     83  1.46  christos options 	PPP_DEFLATE	# Deflate compression support for PPP
     84  1.46  christos options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     85  1.46  christos options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     86  1.38    simonb options 	IPFILTER_LOG	# ipmon(8) log support
     87   1.1  jonathan 
     88   1.5  jonathan # NetBSD backwards compatibility
     89  1.15  jonathan #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
     90  1.15  jonathan #options 	COMPAT_11	# NetBSD 1.1,
     91  1.15  jonathan options 	COMPAT_12	# Netbsd 1.2 reboot()
     92  1.21    kleink options 	COMPAT_13	# Netbsd 1.3
     93  1.47  augustss options 	COMPAT_14	# Netbsd 1.4
     94   1.1  jonathan 
     95  1.40        ad # Raster console options
     96  1.40        ad options		FONT_BOLD8x16		# Font for fb devices
     97  1.40        ad options		FONT_LUCIDA16x29	# Font for px devices
     98  1.44        ad #options	FONT_GALLANT12x22
     99  1.44        ad #options	FONT_QVSS8x15
    100   1.5  jonathan 
    101   1.1  jonathan # pmax specific
    102  1.39  nisimura options 	COMPAT_ULTRIX	# Ultrix compatibility
    103  1.15  jonathan options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
    104  1.15  jonathan options 	"HZ=256"	# RTC rate required
    105  1.22  drochner 
    106  1.41    simonb options 	NFS_BOOT_DHCP	# superset of BOOTP
    107   1.1  jonathan 
    108  1.16  jonathan config		netbsd		root on ? type ?
    109  1.42    simonb #config		nfsnetbsd	root on ? type nfs
    110   1.1  jonathan 
    111  1.30    mhitch 
    112  1.30    mhitch mainbus0	at root
    113  1.30    mhitch cpu*		at mainbus0
    114   1.1  jonathan 
    115  1.48  nisimura ## Peripheral Bus Support (for devices to attach to)
    116  1.48  nisimura ## ----------------------------------------------------------------------------
    117   1.1  jonathan 
    118  1.48  nisimura # TURBOchannel bus support
    119  1.48  nisimura tc*	at	mainbus0
    120  1.26  jonathan 
    121  1.48  nisimura # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
    122  1.48  nisimura ioasic0	at	tc?
    123  1.48  nisimura mcclock0 at	ioasic? offset ?	# DS1287 RTC
    124  1.48  nisimura asc0	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
    125  1.48  nisimura le0	at	ioasic? offset ?	# LANCE
    126  1.48  nisimura scc0	at	ioasic? offset ?	# Z85C30
    127  1.48  nisimura scc1	at	ioasic? offset ?	# Z85C30
    128  1.48  nisimura dtop0	at	ioasic? offset ?	# MAXINE kbd and mouse
    129  1.48  nisimura #isdn	at	ioasic? offset ?	# MAXINE ISDN/audio (not supported)
    130  1.48  nisimura #fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
    131  1.48  nisimura 
    132  1.48  nisimura # 3MAX has TURBOchannel but no IOASIC
    133  1.48  nisimura ibus0	at	tc? # slot ? offset ?	# 3MAX system slot
    134  1.48  nisimura mcclock0 at	ibus0			# DS1287 RTC
    135  1.48  nisimura dc0	at	ibus0			# DC7085 quad line serial device
    136  1.48  nisimura 
    137  1.48  nisimura # TURBOchannel devices
    138  1.48  nisimura mfb*	at	tc?			# PMAG-A MX Monochrome Framebuffer
    139  1.48  nisimura cfb*	at	tc?			# PMAG-B CX Color Framebuffer
    140  1.48  nisimura #tfb*	at	tc?			# PMAG-RO TX True Color Framebuffer
    141  1.48  nisimura sfb*	at	tc?			# PMAGB-B HX Smart Framebuffer
    142  1.48  nisimura px0	at	tc?			# PMAG-C PX family
    143  1.48  nisimura #sfbp*	at	tc?			# PMAGD HX+ Smart Framebuffer
    144  1.48  nisimura xcfb0	at	tc?			# PMAG-DV Color Framebuffer at MAXINE
    145  1.48  nisimura asc*	at	tc?			# PMAZ-A single channel SCSI
    146  1.48  nisimura le*	at	tc?			# PMAD-A LANCE
    147  1.48  nisimura fta*	at	tc?			# PMAF-F FDDI
    148  1.48  nisimura #tcds*	at	tc?			# PMAZB/PMAZC dual channel SCSI
    149  1.48  nisimura #asc*	at	tcds? chip ?
    150  1.48  nisimura 
    151  1.48  nisimura # PMAX and MIPSMATE
    152  1.48  nisimura ibus0	at	mainbus0
    153  1.48  nisimura mcclock0 at	ibus0			# MC146818 RTC
    154  1.48  nisimura dc0	at	ibus0			# DC7085 quad line serial device
    155  1.48  nisimura le0	at	ibus0			# 3100 onboard LANCE
    156  1.48  nisimura sii0	at	ibus0			# DC7061 onboard SCSI
    157  1.48  nisimura pm0	at	ibus0			# 3100 onboard fb
    158  1.48  nisimura dc*	at	ibus0			# 5100 optional serial devices
    159   1.1  jonathan 
    160  1.34    simonb #########################################################################
    161  1.34    simonb # SCSI configuration							#
    162  1.34    simonb #########################################################################
    163   1.1  jonathan 
    164   1.5  jonathan oldscsibus*	at sii?
    165   1.5  jonathan oldscsibus*	at asc?
    166   1.1  jonathan #
    167   1.5  jonathan # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
    168   1.1  jonathan #
    169   1.6  jonathan include 	"arch/pmax/conf/scsi.pmax"
    170   1.7  jonathan #include 	"arch/pmax/conf/mi.scsi"		# not yet supported
    171   1.1  jonathan 
    172  1.34    simonb #########################################################################
    173  1.34    simonb # Pseudo-devices							#
    174  1.34    simonb #########################################################################
    175   1.1  jonathan 
    176  1.34    simonb pseudo-device	loop		 1	# network loopback
    177   1.1  jonathan pseudo-device	sl		 4	# serial-line IP ports
    178  1.34    simonb pseudo-device	ppp		 2	# serial-line IP ports
    179   1.1  jonathan pseudo-device	pty		64	# pseudo ptys
    180   1.1  jonathan pseudo-device	bpfilter	16	# packet filter ports
    181  1.36    simonb pseudo-device	ipfilter		# IP filter, NAT
    182  1.34    simonb #pseudo-device	gre		 2	# generic L3 over IP tunnel
    183  1.12  jonathan 
    184  1.34    simonb pseudo-device	vnd		 4	# virtual disk ick
    185  1.34    simonb pseudo-device	ccd		 4	# concatenated disks
    186  1.34    simonb #pseudo-device	raid		 4	# RAIDframe disk driver
    187   1.1  jonathan 
    188  1.34    simonb pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    189  1.45    simonb pseudo-device	fb		 3	# up to 3 framebuffers
    190  1.36    simonb 
    191  1.36    simonb pseudo-device	rnd			# /dev/random and in-kernel generator
    192