Subject: re: Eliminating rasterconsole support from 1.3.3 kernel
To: Philip Tait <Philip.Tait@phxase.allied.com>
From: matthew green <mrg@eterna.com.au>
List: port-pmax
Date: 05/13/1999 12:06:15
i haven't studied your changes extensively but this configuration
is what i use for a few diskless /125.  here's my config.  you
might notice it doesn't include many other files like the normal
files do...


#
# DECstation 5000/100 kernel config
#
# 	$NetBSD: DS5000_100,v 1.6 1997/08/20 04:21:31 jonathan Exp $
#
include		"arch/pmax/conf/std.pmax"

maxusers	48

options 	MIPS1			# R2000/R3000 support (new)
#options 	MIPS3			# R4000/R4400 support (not finished)


# Support for specific models of DECstation
#options 	DS3100			# PMAX (kn01) DECstation 2100, 3100
#options 	DS5000_25		# MAXINE (kn02ca/xine) support
options 	DS5000_100		# 3MIN (kn02ba/kmin) support
#options 	DS5000_200		# 3MAX (kn02) support
#options 	DS5000_240		# 3MAXPLUS (kn03) support



# Standard system options
#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=2048	# 4K pages in kernel malloc pool
#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 	MFS		# memory-based filesystem
#file-system 	NFS		# Sun NFS-compatible filesystem (client)
file-system	KERNFS		# kernel data-structure filesystem
#file-system	FDESC		# user file descriptor filesystem
#file-system	UMAPFS		# uid/gid remapping filesystem
#file-system 	NULLFS		# null layer filesystem
#file-system	UNION
#file-system	LFS		# Log-based filesystem (still experimental)
#file-system	PORTAL		# portal filesystem (still experimental)

options 	FIFO		# POSIX fifo support (in all filesystems)
#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)

# Networking options
options 	INET		# Internet protocols
options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
#options 	GATEWAY		# IP packet forwarding
#options 	MULTICAST	# Multicast support
#options 	MROUTING	# Multicast routing support
#options 	ISO		# OSI networking
#options 	TPIP
#options 	EON

# NetBSD backwards compatibility
#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
#options 	COMPAT_11	# NetBSD 1.1,
#options 	COMPAT_12	# Netbsd 1.2 reboot()


# 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 ? type ?



########################################################################
###                   I/O bus and device options                     ###
########################################################################

tc*		at	mainbus0	# All but PMAXes have a turbochannel

# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
ioasic0		at	tc?
clock0	at ioasic? 	offset ?	# RTC
asc0	at ioasic?	offset ?	# system SCSI subslot
scc0	at ioasic?	offset ?
le0	at ioasic?	offset ?	# tc onboard lance
scc1	at ioasic?	offset ?	# Not present on Maxine

########################################################################
# SCSI configuration                                                   #
########################################################################

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   ppp              2      # serial-line IP ports
pseudo-device	pty		48	# pseudo ptys
pseudo-device	bpfilter	8	# packet filter ports
pseudo-device	ipfilter		# IP filter
pseudo-device	loop
#pseudo-device	vnd		4	# virtual disk ick
#pseudo-device   ccd             4       # concatenated disks
pseudo-device   rnd                     # random device

#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