1995-12-28 19:11:31 +03:00
|
|
|
#
|
1999-11-24 04:52:06 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.51 1999/11/24 01:52:06 simonb 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
|
1999-04-26 06:20:02 +04:00
|
|
|
|
|
|
|
options SYSVMSG # System V-like message queues
|
|
|
|
options SYSVSEM # System V-like semaphores
|
|
|
|
options SYSVSHM # System V-like memory sharing
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
|
|
|
|
|
|
|
options LKM # loadable kernel modules
|
1997-08-20 08:21:28 +04:00
|
|
|
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
|
1999-11-15 22:10:44 +03:00
|
|
|
#options SOFTDEP # FFS soft updates support.
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-11-21 17:00:37 +03:00
|
|
|
# Pull in config fragments for kernel crypto. This is required for
|
|
|
|
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
|
|
|
|
# one of these, based on whether you use crypto-us or crypto-intl, and
|
|
|
|
# adjust the prefixes as necessary.
|
|
|
|
|
|
|
|
#prefix ../crypto-us/sys
|
|
|
|
#cinclude "conf/files.crypto-us"
|
|
|
|
#prefix
|
|
|
|
|
|
|
|
#prefix ../crypto-intl/sys
|
|
|
|
#cinclude "conf/files.crypto-intl"
|
|
|
|
#prefix
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# Networking options
|
1997-08-20 08:21:28 +04:00
|
|
|
options INET # Internet protocols
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
1997-08-20 08:21:28 +04:00
|
|
|
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
|
1999-07-20 11:40:34 +04:00
|
|
|
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
|
1999-03-28 10:17:40 +04:00
|
|
|
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
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14 # Netbsd 1.4
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1999-04-13 22:53:27 +04:00
|
|
|
# Raster console options
|
|
|
|
options FONT_BOLD8x16 # Font for fb devices
|
|
|
|
options FONT_LUCIDA16x29 # Font for px devices
|
1999-04-26 08:30:26 +04:00
|
|
|
#options FONT_GALLANT12x22
|
|
|
|
#options FONT_QVSS8x15
|
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
|
|
|
|
1999-04-20 09:54:44 +04:00
|
|
|
options NFS_BOOT_DHCP # superset of BOOTP
|
1998-01-09 20:25:30 +03:00
|
|
|
|
1997-08-20 08:33:04 +04:00
|
|
|
config netbsd root on ? type ?
|
1999-04-21 16:53:56 +04:00
|
|
|
#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
|
|
|
|
|
1999-11-15 12:50:17 +03:00
|
|
|
## Peripheral Bus Support (for devices to attach to)
|
|
|
|
## ----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# TURBOchannel bus support
|
|
|
|
tc* at mainbus0
|
|
|
|
|
|
|
|
# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
|
|
|
|
ioasic0 at tc?
|
|
|
|
mcclock0 at ioasic? offset ? # DS1287 RTC
|
|
|
|
asc0 at ioasic? offset ? # NCR53C94 SCSI with IOASIC
|
|
|
|
le0 at ioasic? offset ? # LANCE
|
|
|
|
scc0 at ioasic? offset ? # Z85C30
|
|
|
|
scc1 at ioasic? offset ? # Z85C30
|
|
|
|
dtop0 at ioasic? offset ? # MAXINE kbd and mouse
|
|
|
|
#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
|
|
|
|
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
|
|
|
|
|
|
|
|
# 3MAX has TURBOchannel but no IOASIC
|
1999-11-24 04:52:06 +03:00
|
|
|
asc0 at tc? slot 5
|
|
|
|
le0 at tc? slot 6
|
1999-11-15 12:50:17 +03:00
|
|
|
ibus0 at tc? # slot ? offset ? # 3MAX system slot
|
|
|
|
mcclock0 at ibus0 # DS1287 RTC
|
|
|
|
dc0 at ibus0 # DC7085 quad line serial device
|
|
|
|
|
|
|
|
# TURBOchannel devices
|
|
|
|
mfb* at tc? # PMAG-A MX Monochrome Framebuffer
|
|
|
|
cfb* at tc? # PMAG-B CX Color Framebuffer
|
|
|
|
#tfb* at tc? # PMAG-RO TX True Color Framebuffer
|
|
|
|
sfb* at tc? # PMAGB-B HX Smart Framebuffer
|
|
|
|
px0 at tc? # PMAG-C PX family
|
|
|
|
#sfbp* at tc? # PMAGD HX+ Smart Framebuffer
|
|
|
|
xcfb0 at tc? # PMAG-DV Color Framebuffer at MAXINE
|
|
|
|
asc* at tc? # PMAZ-A single channel SCSI
|
|
|
|
le* at tc? # PMAD-A LANCE
|
|
|
|
fta* at tc? # PMAF-F FDDI
|
|
|
|
#tcds* at tc? # PMAZB/PMAZC dual channel SCSI
|
|
|
|
#asc* at tcds? chip ?
|
|
|
|
|
|
|
|
# PMAX and MIPSMATE
|
|
|
|
ibus0 at mainbus0
|
|
|
|
mcclock0 at ibus0 # MC146818 RTC
|
|
|
|
dc0 at ibus0 # DC7085 quad line serial device
|
|
|
|
le0 at ibus0 # 3100 onboard LANCE
|
|
|
|
sii0 at ibus0 # DC7061 onboard SCSI
|
|
|
|
pm0 at ibus0 # 3100 onboard fb
|
|
|
|
dc* at ibus0 # 5100 optional serial devices
|
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
|
1999-11-21 17:00:37 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
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"
|
1999-05-10 08:49:24 +04:00
|
|
|
pseudo-device fb 3 # up to 3 framebuffers
|
1999-03-27 14:10:25 +03:00
|
|
|
|
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|