NetBSD/sys/arch/pmax/conf/DSG

166 lines
5.4 KiB
Plaintext

#
# Stanford DSG Decstation (any model) kernel config file
#
# $NetBSD: DSG,v 1.22 2000/02/12 03:36:33 thorpej Exp $
#
include "arch/pmax/conf/std.pmax"
maxusers 64
options MIPS1 # R2000/R3000 support (new)
#options MIPS3 # R4000/R4400 support (not finished)
# Support for specific models of DECstation
options DEC_3100 # kn01: DECstation 2100, 3100
options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
options DEC_3MIN # 5000/1xx (kn02ba), 5000/150 (kn04)
options DEC_3MAX # kn02: 5000/200 support
options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05)
#options DDB # in-kernel debugger (not mips)
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#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
# Old 4.4BSD/pmax kgdb options
#options KGDB # support for kernel gdb
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
#options "KGDBDEV=15*256+0" # device for kernel gdb
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 LFS # Log-based filesystem (still experimental)
file-system MFS # memory-based filesystem
file-system NFS # Sun NFS-compatible filesystem (client)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system MSDOSFS # MS-DOS file system
#file-system FDESC # user file descriptor filesystem
file-system KERNFS # kernel data-structure filesystem
file-system NULLFS # null layer filesystem
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
#file-system UMAPFS # uid/gid remapping filesystem
file-system UNION
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options QUOTA # UFS quotas
# Networking options
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
#options EON
options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # Netbsd 1.2 reboot()
# Raster console options
options FONT_BOLD8x16 # Font for fb devices
options FONT_LUCIDA16x29 # Font for px devices
#options FONT_GALLANT12x22
#options FONT_QVSS8x15
# pmax specific
options COMPAT_ULTRIX # ultrix compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options "HZ=256" # RTC rate required
config netbsd root on rz0a type ffs dumps on rz0b
config nfsnetbsd root on ? type nfs
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
le0 at ioasic? offset ? # LANCE
scc0 at ioasic? offset ? # Z85C30
scc1 at ioasic? offset ? # Z85C30
#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
dtop0 at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
asc0 at ioasic? offset ? # NCR53C94 SCSI with IOASIC
# 3MAX has TURBOchannel but no IOASIC
ibus0 at tc? slot ? offset ? # 3MAX system slot
mcclock0 at ibus0 addr ? # DS1287 RTC
dc0 at ibus0 addr ? # DC7085 quad line serial device
asc0 at tc? slot ? offset ? # NCR53C94 SCSI
le0 at tc? slot ? offset ? # LANCE
# 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 ?
# PMAX and MIPSMATE
ibus0 at mainbus0
pm0 at ibus0 addr ? # 3100 onboard fb
dc0 at ibus0 addr ? # DC7085 quad line serial device
le0 at ibus0 addr ? # 3100 onboard LANCE
sii0 at ibus0 addr ? # DC7061 onboard SCSI
mcclock0 at ibus0 addr ? # MC146818 RTC
dc* at ibus0 addr ? # 5100 optional serial devices
#########################################################################
# SCSI configuration #
#########################################################################
oldscsibus* at sii?
oldscsibus* at asc?
#
# 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 sl 4 # serial-line IP ports
pseudo-device strip 2 # 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 loop
pseudo-device vnd 4 # virtual disk ick
pseudo-device ccd 4 # concatenated disks
#pseudo-device ether # From old config. what does it mean?
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
pseudo-device fb 1 # up to 3 framebuffers