1995-12-28 19:11:31 +03:00
|
|
|
#
|
1999-04-13 22:53:27 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.40 1999/04/13 18:53:28 ad Exp $
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1999-03-29 09:56:29 +04:00
|
|
|
# Distribution kernel (any model) kernel config file
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
include "arch/pmax/conf/std.pmax"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
maxusers 64
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
options MIPS1 # R2000/R3000 CPUs
|
|
|
|
options MIPS3 # R4000/R4400 CPUs
|
1996-10-13 09:40:44 +04:00
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# Support for specific models of DECstation
|
1999-03-29 09:56:29 +04:00
|
|
|
options DEC_3100 # DECstation 2100, 3100 (kn01)
|
|
|
|
options DEC_5100 # DECsystem 5100 (kn230)
|
|
|
|
options DEC_3MAX # DECstation 5000/200 (kn02)
|
|
|
|
options DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
|
|
|
|
options DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
|
|
|
|
options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
|
1998-03-25 07:17:08 +03:00
|
|
|
|
1998-04-19 12:46:50 +04:00
|
|
|
#options DEC_5400
|
|
|
|
#options DEC_5800
|
|
|
|
#options DEC_5500
|
1998-03-25 07:17:08 +03:00
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# Standard system options
|
1997-08-20 08:33:04 +04:00
|
|
|
options DDB # in-kernel debugger
|
1997-11-17 04:57:23 +03:00
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
1997-08-20 08:33:04 +04:00
|
|
|
options DDB_ONPANIC=0 # don't enter debugger on panic
|
1997-08-20 08:21:28 +04:00
|
|
|
#options DIAGNOSTIC # extra kernel debugging checks
|
|
|
|
#options DEBUG # extra kernel debugging support
|
|
|
|
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
|
|
|
options KTRACE # system call tracing support
|
|
|
|
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
1997-06-01 12:44:57 +04:00
|
|
|
|
1997-08-23 23:16:06 +04:00
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
1997-08-20 22:38:13 +04:00
|
|
|
|
1997-06-01 12:44:57 +04:00
|
|
|
#Old 4.4bsd/pmax kgdb options
|
1997-08-20 08:21:28 +04:00
|
|
|
#options KGDB # support for kernel gdb
|
|
|
|
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
|
|
|
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1997-08-20 08:21:28 +04:00
|
|
|
options NTP # network time protocol
|
|
|
|
#options UCONSOLE # users can redirect console (unsafe)
|
1996-10-02 10:41:13 +04:00
|
|
|
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# Filesystem options
|
1998-11-27 03:09:33 +03:00
|
|
|
file-system FFS # fast filesystem with user and group quotas
|
1997-01-31 04:59:09 +03:00
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem (client)
|
1997-06-01 12:44:57 +04:00
|
|
|
file-system LFS # Log-based filesystem (still experimental)
|
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
file-system FDESC # /dev/fd
|
|
|
|
file-system KERNFS # /kern (kernel informational filesystem)
|
|
|
|
file-system NULLFS # loopback file system
|
|
|
|
file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
file-system PROCFS # /proc
|
|
|
|
file-system UMAPFS # NULLFS + uid and gid remapping
|
|
|
|
file-system UNION
|
1997-01-31 04:59:09 +03:00
|
|
|
|
1997-08-20 08:21:28 +04:00
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
|
|
|
options QUOTA # UFS quotas
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
# Networking options
|
1997-08-20 08:21:28 +04:00
|
|
|
options INET # Internet protocols
|
|
|
|
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
1997-06-01 12:44:57 +04:00
|
|
|
#options MROUTING # Multicast routing support
|
|
|
|
#options ISO # OSI networking
|
|
|
|
#options TPIP # TPIP
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
1999-03-28 10:17:40 +04:00
|
|
|
options NETATALK # AppleTalk networking protocols
|
|
|
|
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
|
|
#options PPP_DEFLATE # Deflate compression support for PPP
|
|
|
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
|
|
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
|
|
options IPFILTER_LOG # ipmon(8) log support
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# NetBSD backwards compatibility
|
1997-08-20 08:21:28 +04:00
|
|
|
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
|
|
|
#options COMPAT_11 # NetBSD 1.1,
|
|
|
|
options COMPAT_12 # Netbsd 1.2 reboot()
|
1997-12-01 17:52:51 +03:00
|
|
|
options COMPAT_13 # Netbsd 1.3
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-04-13 22:53:27 +04:00
|
|
|
# Raster console options
|
|
|
|
options RASOPS1 # 1-bit framebuffer ops (XXX)
|
|
|
|
options RASOPS8 # 8-bit framebuffer ops (XXX)
|
|
|
|
options FONT_BOLD8x16 # Font for fb devices
|
|
|
|
options FONT_LUCIDA16x29 # Font for px devices
|
|
|
|
#options RASTERCONSOLE_FGCOL=WSCOL_GREEN
|
|
|
|
#options RASTERCONSOLE_BGCOL=WSCOL_BLACK
|
1996-10-02 10:41:13 +04:00
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# pmax specific
|
1999-03-29 09:56:29 +04:00
|
|
|
options COMPAT_ULTRIX # Ultrix compatibility
|
1997-08-20 08:21:28 +04:00
|
|
|
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
|
|
|
options "HZ=256" # RTC rate required
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1998-01-09 20:25:30 +03:00
|
|
|
# The pmax proms need bootp anyway, so just use bootp.
|
|
|
|
options NFS_BOOT_BOOTP
|
|
|
|
|
1997-08-20 08:33:04 +04:00
|
|
|
config netbsd root on ? type ?
|
|
|
|
config nfsnetbsd root on ? type nfs
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
|
1998-07-04 00:06:09 +04:00
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# I/O bus and device options #
|
|
|
|
#########################################################################
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
# TC bus and supported options. (All but PMAXes have a TURBOchannel.)
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/tc.std"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
# IOASIC standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/builtin.ioasic"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
# MAXINE-only IOASIC baseboard devices and on-baseboard "options"
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/builtin.maxine"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
# 5000/200-only baseboard devices.
|
|
|
|
# (3MAX has TURBOchannel but no IOASIC).
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/builtin.3max"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-03-29 09:56:29 +04:00
|
|
|
# 2100/3100-only baseboard devices.
|
|
|
|
# (may also be present on 5100).
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/builtin.3100"
|
1998-04-19 12:39:42 +04:00
|
|
|
include "arch/pmax/conf/builtin.5100"
|
|
|
|
|
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
# baseboard devices on 5100, 3100 "ibus" virtual bus
|
1998-04-19 12:39:42 +04:00
|
|
|
include "arch/pmax/conf/ibus.std"
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# SCSI configuration #
|
|
|
|
#########################################################################
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
oldscsibus* at sii?
|
|
|
|
oldscsibus* at asc?
|
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-13 09:40:44 +04:00
|
|
|
include "arch/pmax/conf/scsi.pmax"
|
1996-10-16 12:29:34 +04:00
|
|
|
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
1996-10-02 10:41:13 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# Pseudo-devices #
|
|
|
|
#########################################################################
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device loop 1 # network loopback
|
1995-12-28 19:11:31 +03:00
|
|
|
pseudo-device sl 4 # serial-line IP ports
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device ppp 2 # serial-line IP ports
|
1995-12-28 19:11:31 +03:00
|
|
|
pseudo-device pty 64 # pseudo ptys
|
|
|
|
pseudo-device bpfilter 16 # packet filter ports
|
1999-03-27 14:10:25 +03:00
|
|
|
pseudo-device ipfilter # IP filter, NAT
|
1998-11-27 03:09:33 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1997-06-01 12:44:57 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device vnd 4 # virtual disk ick
|
|
|
|
pseudo-device ccd 4 # concatenated disks
|
|
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
|
|
|
pseudo-device fb 1 # up to 3 framebuffers
|
1999-03-27 14:10:25 +03:00
|
|
|
|
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|