Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.49
      1 #
      2 # 	$NetBSD: GENERIC,v 1.49 1999/11/15 19:10:56 fvdl Exp $
      3 #
      4 # Distribution kernel (any model) kernel config file
      5 #
      6 include		"arch/pmax/conf/std.pmax"
      7 
      8 maxusers	64
      9 
     10 options 	MIPS1		# R2000/R3000 CPUs
     11 options 	MIPS3		# R4000/R4400 CPUs
     12 
     13 
     14 # Support for specific models of DECstation
     15 options 	DEC_3100	# DECstation 2100, 3100 (kn01)
     16 options 	DEC_5100	# DECsystem 5100 (kn230)
     17 options 	DEC_3MAX	# DECstation 5000/200 (kn02)
     18 options 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
     19 options 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
     20 options 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
     21 
     22 #options 	DEC_5400
     23 #options 	DEC_5800
     24 #options 	DEC_5500
     25 
     26 # Standard system options
     27 options 	DDB			# in-kernel debugger
     28 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     29 options 	DDB_ONPANIC=0		# don't enter debugger on panic
     30 #options 	DIAGNOSTIC		# extra kernel debugging checks
     31 #options 	DEBUG			# extra kernel debugging support
     32 options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
     33 options 	KTRACE			# system call tracing support
     34 
     35 options 	SYSVMSG		# System V-like message queues
     36 options 	SYSVSEM		# System V-like semaphores
     37 options 	SYSVSHM		# System V-like memory sharing
     38 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     39 
     40 options 	LKM			# loadable kernel modules
     41 options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     42 
     43 #options 	SCSIVERBOSE		# Verbose SCSI errors
     44 
     45 #Old 4.4bsd/pmax kgdb options
     46 #options 	KGDB			# support for kernel gdb
     47 #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     48 #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     49 
     50 options 	NTP			# network time protocol
     51 #options 	UCONSOLE		# users can redirect console (unsafe)
     52 
     53 
     54 # Filesystem options
     55 file-system 	FFS		# fast filesystem with user and group quotas
     56 file-system 	MFS		# memory-based filesystem
     57 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     58 file-system	LFS		# Log-based filesystem (still experimental)
     59 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     60 file-system 	FDESC		# /dev/fd
     61 file-system 	KERNFS		# /kern (kernel informational filesystem)
     62 file-system 	NULLFS		# loopback file system
     63 file-system 	PORTAL		# portal filesystem (still experimental)
     64 file-system 	PROCFS		# /proc
     65 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     66 file-system 	UNION
     67 
     68 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     69 options 	QUOTA		# UFS quotas
     70 #options 	FFS_EI		# FFS Endian Independant support
     71 #options 	SOFTDEP         # FFS soft updates support.
     72 
     73 # Networking options
     74 options 	INET		# Internet protocols
     75 options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     76 options 	GATEWAY		# IP packet forwarding
     77 #options 	MROUTING	# Multicast routing support
     78 #options 	ISO		# OSI networking
     79 #options 	TPIP		# TPIP
     80 #options 	EON		# OSI tunneling over IP
     81 #options 	CCITT,LLC,HDLC	# X.25
     82 options 	NETATALK	# AppleTalk networking protocols
     83 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     84 options 	PPP_DEFLATE	# Deflate compression support for PPP
     85 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     86 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     87 options 	IPFILTER_LOG	# ipmon(8) log support
     88 
     89 # NetBSD backwards compatibility
     90 #options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
     91 #options 	COMPAT_11	# NetBSD 1.1,
     92 options 	COMPAT_12	# Netbsd 1.2 reboot()
     93 options 	COMPAT_13	# Netbsd 1.3
     94 options 	COMPAT_14	# Netbsd 1.4
     95 
     96 # Raster console options
     97 options		FONT_BOLD8x16		# Font for fb devices
     98 options		FONT_LUCIDA16x29	# Font for px devices
     99 #options	FONT_GALLANT12x22
    100 #options	FONT_QVSS8x15
    101 
    102 # pmax specific
    103 options 	COMPAT_ULTRIX	# Ultrix compatibility
    104 options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
    105 options 	"HZ=256"	# RTC rate required
    106 
    107 options 	NFS_BOOT_DHCP	# superset of BOOTP
    108 
    109 config		netbsd		root on ? type ?
    110 #config		nfsnetbsd	root on ? type nfs
    111 
    112 
    113 mainbus0	at root
    114 cpu*		at mainbus0
    115 
    116 ## Peripheral Bus Support (for devices to attach to)
    117 ## ----------------------------------------------------------------------------
    118 
    119 # TURBOchannel bus support
    120 tc*	at	mainbus0
    121 
    122 # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
    123 ioasic0	at	tc?
    124 mcclock0 at	ioasic? offset ?	# DS1287 RTC
    125 asc0	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
    126 le0	at	ioasic? offset ?	# LANCE
    127 scc0	at	ioasic? offset ?	# Z85C30
    128 scc1	at	ioasic? offset ?	# Z85C30
    129 dtop0	at	ioasic? offset ?	# MAXINE kbd and mouse
    130 #isdn	at	ioasic? offset ?	# MAXINE ISDN/audio (not supported)
    131 #fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
    132 
    133 # 3MAX has TURBOchannel but no IOASIC
    134 ibus0	at	tc? # slot ? offset ?	# 3MAX system slot
    135 mcclock0 at	ibus0			# DS1287 RTC
    136 dc0	at	ibus0			# DC7085 quad line serial device
    137 
    138 # TURBOchannel devices
    139 mfb*	at	tc?			# PMAG-A MX Monochrome Framebuffer
    140 cfb*	at	tc?			# PMAG-B CX Color Framebuffer
    141 #tfb*	at	tc?			# PMAG-RO TX True Color Framebuffer
    142 sfb*	at	tc?			# PMAGB-B HX Smart Framebuffer
    143 px0	at	tc?			# PMAG-C PX family
    144 #sfbp*	at	tc?			# PMAGD HX+ Smart Framebuffer
    145 xcfb0	at	tc?			# PMAG-DV Color Framebuffer at MAXINE
    146 asc*	at	tc?			# PMAZ-A single channel SCSI
    147 le*	at	tc?			# PMAD-A LANCE
    148 fta*	at	tc?			# PMAF-F FDDI
    149 #tcds*	at	tc?			# PMAZB/PMAZC dual channel SCSI
    150 #asc*	at	tcds? chip ?
    151 
    152 # PMAX and MIPSMATE
    153 ibus0	at	mainbus0
    154 mcclock0 at	ibus0			# MC146818 RTC
    155 dc0	at	ibus0			# DC7085 quad line serial device
    156 le0	at	ibus0			# 3100 onboard LANCE
    157 sii0	at	ibus0			# DC7061 onboard SCSI
    158 pm0	at	ibus0			# 3100 onboard fb
    159 dc*	at	ibus0			# 5100 optional serial devices
    160 
    161 #########################################################################
    162 # SCSI configuration							#
    163 #########################################################################
    164 
    165 oldscsibus*	at sii?
    166 oldscsibus*	at asc?
    167 #
    168 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
    169 #
    170 include 	"arch/pmax/conf/scsi.pmax"
    171 #include 	"arch/pmax/conf/mi.scsi"		# not yet supported
    172 
    173 #########################################################################
    174 # Pseudo-devices							#
    175 #########################################################################
    176 
    177 pseudo-device	loop		 1	# network loopback
    178 pseudo-device	sl		 4	# serial-line IP ports
    179 pseudo-device	ppp		 2	# serial-line IP ports
    180 pseudo-device	pty		64	# pseudo ptys
    181 pseudo-device	bpfilter	16	# packet filter ports
    182 pseudo-device	ipfilter		# IP filter, NAT
    183 #pseudo-device	gre		 2	# generic L3 over IP tunnel
    184 
    185 pseudo-device	vnd		 4	# virtual disk ick
    186 pseudo-device	ccd		 4	# concatenated disks
    187 #pseudo-device	raid		 4	# RAIDframe disk driver
    188 
    189 pseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
    190 pseudo-device	fb		 3	# up to 3 framebuffers
    191 
    192 pseudo-device	rnd			# /dev/random and in-kernel generator
    193