NetBSD/sys/arch/pmax/conf/R4000

150 lines
4.8 KiB
Plaintext
Raw Normal View History

#
# R4000 (any model) kernel config file
#
2000-05-28 10:02:12 +04:00
# $NetBSD: R4000,v 1.20 2000/05/28 06:02:13 gmcgarry Exp $
#
include "arch/pmax/conf/std.pmax"
maxusers 64
#options MIPS1 # R2000/R3000 support (one at a time, please)
options MIPS3 # R4000/R4400 support (new)
# Support for specific models of DECstation
1999-03-27 11:15:29 +03:00
options DEC_3MIN # 5000/50
options DEC_MAXINE # 5000/150
options DEC_3MAXPLUS # 5000/260
# Standard system options
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
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 LKM # loadable kernel modules
2000-01-09 18:08:42 +03: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
1997-08-20 08:21:28 +04:00
options NTP # network time protocol
#options UCONSOLE # users can redirect console (unsafe)
# Filesystem options
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
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-08-20 08:21:28 +04:00
options NFSSERVER # Sun NFS-compatible filesystem (server)
options QUOTA # UFS quotas
# 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
#options MROUTING # Multicast routing support
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
# 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
# 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
# pmax specific
1997-08-20 08:21:28 +04:00
options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on ? type ?
mainbus0 at root
cpu* at mainbus0
## 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
2000-05-28 10:02:12 +04:00
bba0 at ioasic? offset ? # MAXINE baseboard audio
audio* at bba0
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
# 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
#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 ?
#########################################################################
# SCSI configuration #
#########################################################################
oldscsibus* at asc?
#
2000-01-09 18:08:42 +03:00
# SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
#
include "arch/pmax/conf/scsi.pmax"
#include "arch/pmax/conf/mi.scsi" # not yet supported
#########################################################################
# Pseudo-devices #
#########################################################################
pseudo-device loop 1 # network loopback
pseudo-device sl 4 # serial-line IP ports
pseudo-device strip 4 # Metricom IP encapsulation
pseudo-device ppp 2 # serial-line IP ports
pseudo-device pty 64 # pseudo ptys
pseudo-device bpfilter 16 # packet filter ports
#pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 4 # virtual disk ick
pseudo-device ccd 4 # concatenated disks
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
pseudo-device fb 1 # up to 3 framebuffers