Subject: Re: Upgrade Questions???
To: Simon Burge <simonb@wasabisystems.com>
From: Linc Fessenden <linc@thelinuxlink.net>
List: port-pmax
Date: 02/27/2002 22:55:26
On Thu, 28 Feb 2002, Simon Burge wrote:
> Linc Fessenden wrote:
>
> > Then I get:
> > # config BEHEMOTH
> > BEHEMOTH:11: scsibus* at xsii? is orphaned
> > (nothing matching xsii? declared)
>
> xsii attaches to ibus, so it goes. Same for any others (but I can't
> think of any offhand).
>
> > And according to the config file,
> > # 3MAX has TURBOchannel but no IOASIC
> > ibus0 at tc? slot ? offset ? # 3MAX system slot
> > xsii* at ibus0 addr ? # [ MI SCSI version ]
> >
> > I need that ibus, don't I? This is a 240?!
>
> A 3MAX is a 5000/200, you have a 3MAX+ (or 3MAXPLUS depending on
> context - you can't use a '+' in an C preprocessor token).
>
> Simon.
OK Simon, thanks for being so patient w/ me.. I *must* be temporarilly
retarded or something tonight..
I commented out *both* of the above statements thusly:
# 3MAX has TURBOchannel but no IOASIC
#ibus0 at tc? slot ? offset ? # 3MAX system slot
#xsii* at ibus0 addr ? # [ MI SCSI version ]
and I am *STILL* getting:
# config BEHEMOTH
BEHEMOTH:11: scsibus* at xsii? is orphaned
(nothing matching xsii? declared)
*** Stop.
I can *not* find anything else in there to pull out???
This is exactly what I have...:
#
# $NetBSD: GENERIC,v 1.77.2.3 2001/05/01 15:54:09 he Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
#ident "GENERIC-$Revision: 1.77.2.3 $"
maxusers 64
options MIPS1 # R2000/R3000 CPUs
# Support for specific models of DECstation
options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
# 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
#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 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
#options SCSIVERBOSE # Verbose SCSI errors
# 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 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 OVERLAY # overlay file system
#file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
#file-system UMAPFS # NULLFS + uid and gid remapping
#file-system UNION
options NFSSERVER # Sun NFS-compatible filesystem (server)
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP # FFS soft updates support.
# Networking options
options INET # Internet protocols
#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
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
#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
# 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()
options COMPAT_13 # Netbsd 1.3
options COMPAT_14 # Netbsd 1.4
# 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
#options NFS_BOOT_DHCP # superset of BOOTP
config netbsd root on ? type ?
#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?
mcclock* at ioasic? offset ? # DS1287 RTC
le* at ioasic? offset ? # LANCE
scc* at ioasic? offset ? # Z85C30
#bba* at ioasic? offset ? # MAXINE baseboard audio
#audio* at bba?
#dtop* at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
#asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
xasc* at ioasic? offset ? # [ MI SCSI version ]
#
# 3MAX has TURBOchannel but no IOASIC
#ibus0 at tc? slot ? offset ? # 3MAX system slot
#xsii* at ibus0 addr ? # [ MI SCSI version ]
# TURBOchannel devices
xasc* at tc? slot ? offset ? # [ MI SCSI version ]
#########################################################################
# SCSI configuration #
#########################################################################
# old 4.4BSD/pmax DECstation SCSI driver
#oldscsibus* at sii?
#oldscsibus* at asc?
#include "arch/pmax/conf/scsi.pmax"
# MI SCSI configuration
include "arch/pmax/conf/mi.scsi"
#########################################################################
# Pseudo-devices #
#########################################################################
pseudo-device loop 1 # network loopback
pseudo-device pty 64 # pseudo-terminals
pseudo-device bpfilter 16 # packet filter ports
#pseudo-device ccd 4 # concatenated disks
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
pseudo-device rnd # /dev/random and in-kernel generator
--
-Linc Fessenden
In the Beginning there was nothing, which exploded - Yeah right...