Subject: how to pare down GENERIC for a DigitalServer 3305?
To: None <port-alpha@netbsd.org>
From: Erik E. Fair <fair@digital.clock.org>
List: port-alpha
Date: 01/10/2000 03:23:21
I need help.

I don't know Alpha hardware like I know SPARC hardware, so paring
down a kernel config from GENERIC to match my hardware has been an
exercise in frustration because what I compile doesn't boot. It
crashes when (apparently) trying to probe com1 on the EISA bus.

The particular system is a DigitalServer 3305, a 500 MHz 21164A
CPU, with 128MB of RAM, and two DE500-BA controllers on the PCI
bus; everything else is built in. I'm doing this to have a smaller
kernel, turn on some networking options that I need, and to lock
down the SCSI bus IDs since I'm using ccd.

I get the feeling from this process that the system support options
at the top of GENERIC are not as cleanly separated as they should
be; that is, by commenting out the options for hardware that I
clearly do not have, I'm accidentally excising code that I actually
need. I know that GENERIC works - I compiled one up to test.

Can someone with more experience and understanding of Alpha hardware
please take a look at what follows and give me a clue?

Enclosed is the config file I'm using, and a console session (cut
& pasted from the Macintosh Quadra 700 that is attached to the
serial console), starting with boot of the kernel produced from
the config file, followed by the successful boot of the installed
1.4.2. ALPHA GENERIC kernel.

	thanks,

	Erik <fair@clock.org>

# $NetBSD: GENERIC,v 1.114.2.5 1999/07/02 17:40:20 perry Exp $
#
# Generic Alpha kernel.  Enough to get booted, etc., but not much more.

include	"arch/alpha/conf/std.alpha"

maxusers 64

# CPU Support
#options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
#options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
#options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
#options 	DEC_3000_300	# Pelican etc:	3000/300*
#options 	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
#options 	DEC_EB164	# EB164:	AlphaPC 164
#options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
#options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
#options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
#options 	DEC_KN300	# KN300:	AlphaServer 4100
#options 	DEC_550		# Miata:	Digital Personal Workstation
options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
#options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
#options 	DEC_EB66	# EB66:		21066 Evaluation Board
#options 	DEC_6600	# EV6:		264DP OEM Board

# Standard system options
options 	KTRACE			# System call tracing support

# Diagnostic/debugging support options
options 	DIAGNOSTIC		# Cheap kernel consistency checks
options 	DDB			# kernel debugger
#makeoptions	DEBUG="-g"

# File systems
file-system	FFS		# Fast file system
file-system	MFS		# Memory-based file system
file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
file-system	MSDOSFS		# MS-DOS-compatible file system
file-system	NFS		# Sun NFS-compatible file system client
file-system	KERNFS		# Kernel information file system
file-system	PROCFS		# process information file system

# File system options
options 	NFSSERVER	# Sun NFS-compatible file system server
#options 	FFS_EI		# FFS Endian Independant support

# Networking options
options 	INET		# Internet protocol suite
options 	GATEWAY		# an IP router
options 	MROUTING	# an IP Multicast router
options 	NETATALK	# an AppleTalk router
options 	NTP		# Network Time Protocol support
#options 	PPS_SYNC	# Pulse Per Second TTY line discipline

# 4.3BSD compatibility.  Should be optional, but necessary for now.
options 	COMPAT_43

# Binary compatibility with previous versions of NetBSD.
#options 	COMPAT_09
#options 	COMPAT_10
#options 	COMPAT_11
#options 	COMPAT_12
options 	COMPAT_13

# OSF/1 binary compatibility
options 	COMPAT_OSF1

# System V-like message queues
options 	SYSVMSG

# System V-like semaphores
options 	SYSVSEM

# System V-like shared memory
options 	SYSVSHM
#options 	SHMMAXPGS=1024		# 1024 pages is the default

# Loadable Kernel Modules
options 	LKM

# Disable kernel security.
#options 	INSECURE

# Misc. options
options 	EISAVERBOSE		# recognize "unknown" EISA devices
options 	PCIVERBOSE		# recognize "unknown" PCI devices
options 	SCSIVERBOSE		# Verbose SCSI errors
#options 	TCVERBOSE		# recognize "unknown" TC devices
options 	UCONSOLE		# users can use TIOCCONS (for xconsole)

# The Alpha console firmware network boots using the BOOTP
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
# in case we have NFS root.
options 	NFS_BOOT_DHCP		# superset of BOOTP

# WS console uses SUN or VT100 terminal emulation
options 	WSEMUL_VT100

# realtime clock compatible to OSF/1
#options 	CLOCK_COMPAT_OSF1

config		netbsd	root on ? type ?
#config		netbsd	root on sd0 type ffs
#config		netbsd	root on ? type nfs

mainbus0 at	root
cpu*	at	mainbus0

# TurboLaser bus support and devices
#tlsb*	at	mainbus0
#gbus*	at	tlsb? node ? offset ?
#tlsbmem* at	tlsb? node ? offset ?
#kft*	at	tlsb? node ? offset ?

# Gbus Devices
#mcclock* at	gbus? offset ?

# MCBUS bus support
#mcbus*	at	mainbus0
#mcmem*	at	mcbus? mid ?

#i2c	at	mcbus?

#EV6 Tsunami Core Logic

#tsc*	at	mainbus0

# TurboChannel host bus adapter support
#tcasic*	at	mainbus0

# TurboChannel bus support
#tc*	at	tcasic?

# TurboChannel devices
#ioasic*	at	tc? slot ? offset ?
#mcclock* at	ioasic? offset ?
#le*	at	ioasic? offset ?
#scc0	at	ioasic? offset ?
#scc1	at	ioasic? offset ?
#tcds*	at	tc? slot ? offset ?
#asc*	at	tcds? chip ?
#cfb*	at	tc? slot ? offset ?
#sfb*	at	tc? slot ? offset ?
#le*	at	tc? slot ? offset ?
#fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards

# PCI host bus adapter support
apecs*	at	mainbus?
cia0	at	mainbus0
#cia*	at	mainbus?
#lca*	at	mainbus?
#dwlpx*	at	kft?
#mcpcia*	at	mcbus? mid ?
#tsp*	at	tsc?

# PCI bus support
#pci*	at	apecs?
pci0	at	cia0
#pci*	at	cia?
#pci*	at	lca?
#pci*	at	ppb?
#pci*	at	dwlpx?
#pci*	at	mcpcia?
#pci*	at	tsp?

# PCI devices
#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
ep*	at	pci? dev ? function ?		# 3COM 3c59x
ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
isp0	at	pci0 dev 5 function 0
#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
#le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
#ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
pciide*	at	pci? dev ? function ?		# PCI IDE controllers
#sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
vga*	at	pci? dev ? function ?		# PCI VGA Graphics
uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
ohci*	at	pci? dev ? function ?		# USB Open Host Controller
#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
#audio*	at	eap?
#sv*	at	pci? dev ? function ?		# S3 SonicVibes
#audio*	at	sv?
#opl*	at	sv?

# MII/PHY support
exphy*	at	mii? phy ?
inphy*	at	mii? phy ?
nsphy*	at	mii? phy ?
qsphy*	at	mii? phy ? 
tlphy*	at	mii? phy ?

# ISA/EISA bus support
isa*	at	pceb?
eisa*	at	pceb?
#isa*	at	sio?

# ISA devices
mcclock* at	isa? port 0x70
pckbc0	at	isa?				# PC keyboard controller
pckbd*	at	pckbc?				# PC keyboard (kbd port)
pms*	at	pckbc?				# PS/2-style mouse (aux port)
pcppi*	at	isa?				# PC prog. periph. interface
spkr0	at	pcppi?				# IBM BASIC emulation
isabeep0 at	pcppi?				# "keyboard" beep
com*	at	isa? port 0x3f8 irq 4		# standard serial ports
com*	at	isa? port 0x2f8 irq 3
#cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
#ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
#lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
#lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
#depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
#depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
#le*	at	depca?
lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
#vga*	at	isa?				# ISA (EISA: XXX) VGA
#wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
#wdc1	at	isa? port 0x170 irq 15
#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
#audio*	at	wss?
#midi*	at	wss?
sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
#sb*	at	isapnp?
audio*	at	sb?
#aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
#aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
#bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
#bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
#uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
#uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)

# EISA devices
#ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
#ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
#bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
#ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
#fea*	at	eisa? slot ?			# DEC DEFEA FDDI
#uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)

# SCSI bus support
#scsibus* at	adv?
#scsibus* at	adw?
#scsibus* at	aha?
#scsibus* at	ahb?
#scsibus* at	ahc?
#scsibus* at	asc?
#scsibus* at	bha?
scsibus0 at	isp0
#scsibus* at	isp?
scsibus* at	ncr?
#scsibus* at	pcscp?
#scsibus* at	uha?

# lock down SCSI disks for ccd
sd0	at	scsibus0 target 0 lun 0
sd1	at	scsibus0 target 1 lun 0
sd2	at	scsibus0 target 2 lun 0
sd3	at	scsibus0 target 3 lun 0

# SCSI devices
cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
sd*	at	scsibus? target ? lun ?		# SCSI disk drives
st*	at	scsibus? target ? lun ?		# SCSI tape drives
uk*	at	scsibus? target ? lun ?		# unknown SCSI devices

# ST506/ESDI/IDE devices
wd*	at	pciide? channel ?
#wd*	at	wdc? drive ?

# ATAPI bus support
atapibus* at	pciide? channel ?
#atapibus* at	wdc?

# ATAPI devices
sd*	at	atapibus? drive ?		# ATAPI disk devices
cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices

# Floppy drives
fd*	at	fdc? drive ?

# USB bus support
usb*	at uhci?
usb*	at ohci?

# USB hubs
uhub*	at usb?
uhub*	at uhub? port ?

# USB mice
ums*	at uhub? port ?
wsmouse* at ums?

# USB Keyboards
ukbd*	at uhub? port ?
wskbd*	at ukbd? console ?

# USB Generic HID devices
uhid*	at uhub? port ?

# USB Printers
ulpt*	at uhub? port ?

# Workstation Console attachments
#wsdisplay*	at	cfb?
wsdisplay*	at	vga?
#wsdisplay*	at	sfb?
#wsdisplay*	at	tga?
wskbd*		at	pckbd?
wsmouse*	at	pms?

pseudo-device	bpfilter	16
pseudo-device	ccd		4
#pseudo-device	raid		4		# RAIDframe disk driver
pseudo-device	ipfilter	1
pseudo-device	loop		1
#pseudo-device	md		1
pseudo-device	strip		1
pseudo-device	ppp		4
pseudo-device	pty		64
#pseudo-device	sl		4
pseudo-device	vnd		4
pseudo-device	gre		2	# generic L3 over IP tunnel

# rnd is EXPERIMENTAL
#pseudo-device	rnd			# /dev/random and in-kernel generator
#options 	RND_COM			# use "com" randomness too

------------------------------------------------------------------------

>>>boot -fl 0 -file netbsd.new dka0
ff.fe.fd.fc.fb.fa.f9.f8.f7.f6.f5.f3.f2.f1.f0.ef.df.ee.f4.
probing hose 0, PCI
probing PCI-to-EISA bridge, bus 1
bus 0, slot  5 -- pka -- QLogic ISP1020
bus 0, slot  6 -- vga -- S3 Trio64/Trio32
bus 0, slot 11 -- ewa -- DE500-BA Network Controller
bus 0, slot 12 -- ewb -- DE500-BA Network Controller
ed.ec.*** keyboard not plugged in...

** keyboard error **
eb.....ea.e9.e8.e7.e6.e5.e4.e3.e2.e1.e0.
V5.3-101, built on Nov  9 1998 at 10:19:43
Memory Testing and Configuration Status
     128 Meg of System Memory
     Bank 0 = 128 Mbytes(32 MB Per DIMM) Starting at 0x00000000
     Bank 1 = No Memory Detected

Testing the System
Testing the Disks (read only)
Testing the Network
Change mode to Internal loopback.
Change to Normal Operating Mode.
Change mode to Internal loopback.
Change to Normal Operating Mode.

CPU 0 booting

(boot dka0.0.0.5.0 -file netbsd.new -flags 0)
block 0 of dka0.0.0.5.0 is a valid boot block
reading 15 blocks from dka0.0.0.5.0
bootstrap code read in
Building FRU table
FRU table size = 0x9b1
base = 1da000, image_start = 0, image_bytes = 1e00
initializing HWRPB at 2000
initializing page table at 7fd0000
initializing machine state
setting affinity to the primary CPU
jumping to bootstrap code

NetBSD/Alpha 1.3K Primary Boot +
.
Jumping to entry point...

NetBSD/Alpha Secondary Boot, Revision 1.9
(ross@a, Tue Mar 16 14:48:19 PST 1999)

VMS PAL rev: 0x1000300010114
OSF PAL rev: 0x1000500020116
Switch to OSF PAL code succeeded.

Boot file: netbsd.new
Boot flags: 0

Loading netbsd.new...
2414584+343068 [85+160680+88569]

Entering netbsd.new at 0xfffffc0000301100...
Unrecognized boot flag '0'.
[ preserving 250240 bytes of netbsd ELF symbol table ]
Copyright (c) 1996, 1997, 1998, 1999
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.4.2_ALPHA (DIGITAL) #4: Mon Jan 10 02:48:46 PST 2000
    fair@doomsday.clock.org:/usr/obj/sys/arch/alpha/compile/DIGITAL
DIGITAL Server 3000 Model 3305 6500A, 500MHz
8192 byte page size, 1 processor.
real mem = 134217728 (2146304 reserved for PROM, 132071424 used by NetBSD)
avail mem = 112721920
using 1612 buffers containing 13205504 bytes of memory
mainbus0 (root)
cpu0 at mainbus0: ID 0 (primary), 21164A-2 (pass 2)
cia0 at mainbus0: DECchip 2117x Core Logic Chipset (ALCOR/ALCOR2), pass 3
cia0: extended capabilities: 21<DWEN,BWEN>
cia0: using BWX for PCI config access
pci0 at cia0 bus 0
pci0: i/o enabled, memory enabled
isp0 at pci0 dev 5 function 0
isp0: interrupting at dec_1000a irq 0
isp0: Ultra Mode Capable
isp0: Board Revision 1040B, loaded F/W Revision 7.55
isp0: Last F/W revision was 5.57
isp0: driver initiated bus reset
scsibus0 at isp0: 16 targets, 8 luns per target
sd0 at scsibus0 targ 0 lun 0: <SEAGATE, ST34371W, 0860> SCSI2 0/direct fixed
sd0: 4095MB, 5899 cyl, 10 head, 142 sec, 512 bytes/sect x 8388315 sectors
sd1 at scsibus0 targ 1 lun 0: <QUANTUM, QM318000TD-SCA, N491> SCSI2 0/direct fix
ed
sd1: 17366MB, 8057 cyl, 20 head, 220 sec, 512 bytes/sect x 35566500 sectors
sd2 at scsibus0 targ 2 lun 0: <QUANTUM, QM318000TD-SCA, N491> SCSI2 0/direct fix
ed
sd2: 17366MB, 8057 cyl, 20 head, 220 sec, 512 bytes/sect x 35566500 sectors
cd0 at scsibus0 targ 4 lun 0: <DEC, RRD46   (C) DEC, 1337> SCSI2 5/cdrom removab
le
vga0 at pci0 dev 6 function 0: S3 Trio32/64 (rev. 0x54)
wsdisplay0 at vga0
pceb0 at pci0 dev 7 function 0: Intel 82375EB/SB PCI-EISA Bridge (PCEB) (rev. 0x
15)
de0 at pci0 dev 11 function 0
de0: interrupting at dec_1000a irq 1
de0: DEC DE500-BA 21143 [10-100Mb/s] pass 3.0
de0: address 00:00:f8:1a:63:f1
de0: enabling Full Duplex 100baseTX port
de1 at pci0 dev 12 function 0
de1: interrupting at dec_1000a irq 3
de1: DEC DE500-BA 21143 [10-100Mb/s] pass 3.0
de1: address 08:00:2b:c3:ca:44
de1: enabling Full Duplex 100baseTX port
eisa0 at pceb0
isa0 at pceb0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com0: console

fatal kernel trap:

    trap entry = 0x2 (memory management fault)
    a0         = 0x90
    a1         = 0x1
    a2         = 0x0
    pc         = 0xfffffc000045764c
    ra         = 0xfffffc00004b874c
    curproc    = 0xfffffc0000586380
        pid = 0, comm =

panic: trap
Stopped in  at  Debugger+0x4:   ret     zero,(ra)
db> trace
db> mach halt

halted CPU 0

halt code = 5
HALT instruction executed
PC = fffffc0000300140
resetting all I/O buses
*** keyboard not plugged in...
>>>boot
ff.fe.fd.fc.fb.fa.f9.f8.f7.f6.f5.f3.f2.f1.f0.ef.df.ee.f4.
probing hose 0, PCI
probing PCI-to-EISA bridge, bus 1
bus 0, slot  5 -- pka -- QLogic ISP1020
bus 0, slot  6 -- vga -- S3 Trio64/Trio32
bus 0, slot 11 -- ewa -- DE500-BA Network Controller
bus 0, slot 12 -- ewb -- DE500-BA Network Controller
ed.ec.*** keyboard not plugged in...

** keyboard error **
eb.....ea.e9.e8.e7.e6.e5.e4.e3.e2.e1.e0.
V5.3-101, built on Nov  9 1998 at 10:19:43
Memory Testing and Configuration Status
     128 Meg of System Memory
     Bank 0 = 128 Mbytes(32 MB Per DIMM) Starting at 0x00000000
     Bank 1 = No Memory Detected

Testing the System
Testing the Disks (read only)
Testing the Network
Change mode to Internal loopback.
Change to Normal Operating Mode.
Change mode to Internal loopback.
Change to Normal Operating Mode.

CPU 0 booting

(boot dka0.0.0.5.0 -flags a)
block 0 of dka0.0.0.5.0 is a valid boot block
reading 15 blocks from dka0.0.0.5.0
bootstrap code read in
Building FRU table
FRU table size = 0x9b1
base = 1da000, image_start = 0, image_bytes = 1e00
initializing HWRPB at 2000
initializing page table at 7fd0000
initializing machine state
setting affinity to the primary CPU
jumping to bootstrap code

NetBSD/Alpha 1.3K Primary Boot +
.
Jumping to entry point...

NetBSD/Alpha Secondary Boot, Revision 1.9
(ross@a, Tue Mar 16 14:48:19 PST 1999)

VMS PAL rev: 0x1000300010114
OSF PAL rev: 0x1000500020116
Switch to OSF PAL code succeeded.

Boot flags: a

Loading netbsd...
2957208+279892 [85+204840+116756]

Entering netbsd at 0xfffffc0000301100...
[ preserving 322584 bytes of netbsd ELF symbol table ]
consinit: not using prom console
Copyright (c) 1996, 1997, 1998, 1999
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.4.2_ALPHA (GENERIC) #1: Tue Dec 21 02:31:27 MET 1999
    he@albatross.runit.sintef.no:/usr/src/sys/arch/alpha/compile/GENERIC
DIGITAL Server 3000 Model 3305 6500A, 500MHz
8192 byte page size, 1 processor.
real mem = 134217728 (2146304 reserved for PROM, 132071424 used by NetBSD)
avail mem = 112205824
using 1612 buffers containing 13205504 bytes of memory
mainbus0 (root)
cpu0 at mainbus0: ID 0 (primary), 21164A-2 (pass 2)
cia0 at mainbus0: DECchip 2117x Core Logic Chipset (ALCOR/ALCOR2), pass 3
cia0: extended capabilities: 21<DWEN,BWEN>
cia0: using BWX for PCI config access
pci0 at cia0 bus 0
pci0: i/o enabled, memory enabled
isp0 at pci0 dev 5 function 0
isp0: interrupting at dec_1000a irq 0
isp0: Ultra Mode Capable
isp0: Board Revision 1040B, loaded F/W Revision 7.55
isp0: Last F/W revision was 5.57
isp0: driver initiated bus reset
scsibus0 at isp0: 16 targets, 8 luns per target
sd0 at scsibus0 targ 0 lun 0: <SEAGATE, ST34371W, 0860> SCSI2 0/direct fixed
sd0: 4095MB, 5899 cyl, 10 head, 142 sec, 512 bytes/sect x 8388315 sectors
sd1 at scsibus0 targ 1 lun 0: <QUANTUM, QM318000TD-SCA, N491> SCSI2 0/direct fix
ed
sd1: 17366MB, 8057 cyl, 20 head, 220 sec, 512 bytes/sect x 35566500 sectors
sd2 at scsibus0 targ 2 lun 0: <QUANTUM, QM318000TD-SCA, N491> SCSI2 0/direct fix
ed
sd2: 17366MB, 8057 cyl, 20 head, 220 sec, 512 bytes/sect x 35566500 sectors
cd0 at scsibus0 targ 4 lun 0: <DEC, RRD46   (C) DEC, 1337> SCSI2 5/cdrom removab
le
vga0 at pci0 dev 6 function 0: S3 Trio32/64 (rev. 0x54)
wsdisplay0 at vga0
pceb0 at pci0 dev 7 function 0: Intel 82375EB/SB PCI-EISA Bridge (PCEB) (rev. 0x
15)
de0 at pci0 dev 11 function 0
de0: interrupting at dec_1000a irq 1
de0: DEC DE500-BA 21143 [10-100Mb/s] pass 3.0
de0: address 00:00:f8:1a:63:f1
de0: enabling Full Duplex 100baseTX port
de1 at pci0 dev 12 function 0
de1: interrupting at dec_1000a irq 3
de1: DEC DE500-BA 21143 [10-100Mb/s] pass 3.0
de1: address 08:00:2b:c3:ca:44
de1: enabling Full Duplex 100baseTX port
eisa0 at pceb0
isa0 at pceb0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com0: console
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
lpt0 at isa0 port 0x3bc-0x3bf irq 7
pckbc0 at isa0 port 0x60-0x64
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
isabeep0 at pcppi0
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
mcclock0 at isa0 port 0x70-0x71: mc146818 or compatible
root on sd0a dumps on sd0b
isp0: Target 0 at 20MHz Max Offset 8, 16 bit wide, Tagged Queueing Enabled
root file system type: ffs
isp0: Target 1 at 20MHz Max Offset 8, 16 bit wide, Tagged Queueing Enabled
swapctl: adding /dev/sd0b as swap device at priority 0
Automatic boot in progress: starting file system checks.
/dev/rsd0a: file system is clean; not checking
/dev/rsd0d: file system is clean; not checking
/dev/rsd0e: file system is clean; not checking
/dev/rsd0f: file system is clean; not checking
/dev/rsd0g: file system is clean; not checking
/dev/rsd0h: file system is clean; not checking
setting tty flags
starting network
hostname: doomsday.clock.org
configuring network interfaces: de0.
add net default: gateway nfs1
adding interface aliases:
root: WARNING: $dhclient is not set properly.
starting system logger
checking for core dump...
savecore: no core dump
starting rpc daemons: portmap.
mount_kernfs: : Operation not supported by device
mount_procfs: : Operation not supported by device
starting nfs daemons:
root: WARNING: /etc/exports not readable;  NFS server not started.
 nfsiod rpc.statd rpc.lockd.
setting securelevel: kern.securelevel: 0 -> 1
checking quotas: done.
building databases...
preserving editor files
clearing /tmp
updating motd.
standard daemons: update cron.
starting network daemons: xntpdroot: WARNING: $dhcrelay is not set properly.
 rwhod inetd.
starting local daemons: sshd.
Mon Jan 10 03:00:09 PST 2000

NetBSD/alpha (doomsday.clock.org) (console)

login: