Skip site navigation (1)Skip section navigation (2)
Date:      18 Jun 2002 10:13:25 +1200
From:      Leigh Anderson <leighjames@tay.hitz.gen.nz>
To:        freebsd-alpha@freebsd.org
Subject:   Slow Timekeeping on AS2100 5/300
Message-ID:  <1024352005.6447.3.camel@the-luggage.hitz.gen.nz>

next in thread | raw e-mail | index | archive | help

--=-YtQIzRRxqcknAzFgcV2W
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello all

My AS 2100 appears to be keeping time approximately half as fast as the
wall time. E.g. when 5 minutes has elapsed according to the system time,
10 minutes has passed on the clock. Does anybody have any suggestions on
how I might fix this, or on what I'm doing wrong :)
I've seen this in -current kernels for about the past week, but not in
the -current kernel I built about 2 months ago, nor in a -stable one.
It may have been occuring before this, but I haven't had access to the
machine for about the prior two months.

I've attached the dmesg output and the kernel configuration I'm using.
I've also tried without the CLK_USE_I8254_CALIBRATION option, with the
same result. The only other thing which has changed is that the machine
has moved from the CST timezone to NZST. 

Thanks in advance,
Leigh Anderson

--=-YtQIzRRxqcknAzFgcV2W
Content-Disposition: attachment; filename=ALPHA-SMP
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

#
# GENERIC -- Generic kernel configuration file for FreeBSD/alpha
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../i386/conf/NOTES file.=20
# If you are in doubt as to the purpose or necessity of a line, check first=
=20
# in NOTES. Please note that this is the i386 NOTES, but it still contains
# valuable info for alpha too.
#
# For hardware specific information check HARDWARE.TXT
#
# $FreeBSD: src/sys/alpha/conf/GENERIC,v 1.132 2002/02/13 07:44:59 rwatson =
Exp $

machine		alpha
#cpu		EV4
cpu		EV5
ident		ALPHA-SABLE-SMP
maxusers	0

#To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"

#makeoptions	DEBUG=3D-g		#Build kernel with gdb(1) debug symbols

# Platforms supported
#options 	API_UP1000		# UP1000, UP1100 (Nautilus)
#options 	DEC_AXPPCI_33		# UDB, Multia, AXPpci33, NoName
#options 	DEC_EB164		# EB164, PC164, PC164LX, PC164SX
#options 	DEC_EB64PLUS		# EB64+, AlphaPC64, Aspen Alpine, etc
#options 	DEC_2100_A50		# AlphaStation 200, 250, 255, 400
options 	DEC_2100_A500		# AlphaServer 2000, 2100, 2100A
#options 	DEC_KN20AA		# AlphaStation 500, 600
#options 	DEC_ST550		# Personal Workstation 433, 500, 600
#options 	DEC_ST6600		# XP1000, DP264, DS20, DS10, family
#options 	DEC_3000_300		# DEC3000/300* Pelic* family
#options 	DEC_3000_500		# DEC3000/[4-9]00 Flamingo/Sandpiper family
#options 	DEC_1000A		# AlphaServer 1000, 1000A, 800
#options 	DEC_KN8AE		# AlphaServer 8200/8400 (Turbolaser)
#options 	DEC_KN300		# AlphaServer 4100 (Rawhide), 1200 (Tincup)

options		CLK_USE_I8254_CALIBRATION


options 	INET			#InterNETworking
#options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
#options 	MD_ROOT			#MD is a potential root device
options 	NFSCLIENT		#Network Filesystem Client
options 	NFSSERVER		#Network Filesystem Server
#options 	NFS_ROOT		#NFS usable as root device
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=3D1000	 	#Delay (in ms) before probing SCSI=20
#options 	UCONSOLE		#Allow users to grab the console
options 	KTRACE			#ktrace(1) syscall trace support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
#options	=0C	COMPAT_LINUX
#options		LINPROCFS

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger
options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, req=
uired by INVARIANTS
#options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles

# To make an SMP kernel, the next line is needed
options 	SMP			# Symmetric MultiProcessor Kernel

# Standard busses
device		isa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
#device		ata
#device		atadisk		# ATA disk drives
#device		atapicd		# ATAPI CDROM drives
#device		atapifd		# ATAPI floppy drives
#device		atapist		# ATAPI tape drives

# SCSI Controllers
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		esp		# 53C94 & friends, not CAM-ified
#device		isp		# Qlogic family
device		ncr		# NCR/Symbios Logic
device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers
#device		amr		# AMI MegaRAID
device		mlx		# Mylex DAC960 family

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc	1	# At keyboard controller
device		atkbd		# at keyboard
device		psm		# psm mouse

device		vga		# VGA screen

# splash screen/screen saver
device		splash

# syscons is the default console driver, resembling an SCO console
device		sc	1

# real time clock
device		mcclock

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
#device		ppc
#device		ppbus		# Parallel port bus (required)
#device		lpt		# Printer
#device		plip		# TCP/IP over parallel
#device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da
=20
# PCI Ethernet NICs.
device		de		# DEC/Intel DC21x4x (``Tulip'')
#device		le		# Lance
#device		txp		# 3Com 3cR990 (``Typhoon'')
#device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
device		miibus		# MII bus support
#device		dc		# DEC/Intel 21143 and workalikes
#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
#device		pcn		# AMD Am79C97x PCI 10/100 NICs
#device		rl		# RealTek 8129/8139
#device		sf		# Adaptec AIC-6915 (``Starfire'')
#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
#device		ste		# Sundance ST201 (D-Link DFE-550TX)
#device		tl		# Texas Instruments ThunderLAN
#device		vr		# VIA Rhine, Rhine II
#device		wb		# Winbond W89C840F
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Pseudo devices - the number indicates how many units to allocated.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
#device		sl		# Kernel SLIP
#device		ppp	1	# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying/(translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		#Berkeley packet filter

# USB support
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
#device		usb		# USB Bus (required)
#device		ugen		# Generic
#device		uhid		# "Human Interface Devices"
#device		ukbd		# Keyboard
#device		ulpt		# Printer
#device		umass		# Disks/Mass storage - Requires scbus and da0
#device		ums		# Mouse
# USB Ethernet
#device		aue		# ADMtek USB ethernet
#device		cue		# CATC USB ethernet
#device		kue		# Kawasaki LSI USB ethernet

--=-YtQIzRRxqcknAzFgcV2W
Content-Disposition: attachment; filename=mercury.dmesg
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

Unrecognized boot flag '0'.
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Mon Jun 10 00:36:40 CDT 2002
    leighjames@mercury.hitz.gen.nz:/usr/obj/usr/src/sys/ALPHA-SMP
/usr/src/sys/vm/uma_core.c:1324: could sleep with "eventhandler" locked fro=
m /usr/src/sys/kern/subr_eventhandler.c:162
/usr/src/sys/vm/uma_core.c:1324: could sleep with "eventhandler" locked fro=
m /usr/src/sys/kern/subr_eventhandler.c:162
Preloaded elf kernel "/kernel.good" at 0xfffffc00006bc000.
DEC AlphaServer 2100
AlphaServer 2100 5/300, 291MHz
8192 byte page size, 4 processors.
CPU: EV5 (21164) major=3D5 minor=3D5
OSF PAL rev: 0x4000100020116
real memory  =3D 601808896 (587704K bytes)
avail memory =3D 581148672 (567528K bytes)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
/usr/src/sys/vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locke=
d from /usr/src/sys/kern/uipc_syscalls.c:1578
/usr/src/sys/vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locke=
d from /usr/src/sys/kern/uipc_syscalls.c:1578
t20: using interrupt type 0 on pci bus 0
t20: <T2 Core Logic chipset>
pci0: <PCI bus> on pcib0
de0: <Digital 21040 Ethernet> port 0x10100-0x1017f mem 0x81838100-0x8183817=
f irq 2 at device 0.0 on pci0
de0: DEC 21040 [10Mb/s] pass 2.3
de0: address 08:00:2b:e2:63:14
ncr0: <ncr 53c810 fast10 scsi> port 0x10000-0x100ff mem 0x81838000-0x818380=
ff irq 1 at device 1.0 on pci0
eisab0: <PCI-EISA bridge> at device 2.0 on pci0
isa0: <ISA bus> on eisab0
xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0x10180-0x101ff mem 0x81838180=
-0x818381ff irq 0 at device 6.0 on pci0
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
lock order reversal
 1st 0xfffffe0010557720 xl0 (network driver) @ /usr/src/sys/pci/if_xl.c:126=
0
 2nd 0xfffffc00005c2758 allproc (allproc) @ /usr/src/sys/kern/kern_fork.c:3=
09
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
xl0: Ethernet address: 00:10:4b:97:8c:dd
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
miibus0: <MII bus> on xl0
xlphy0: <3Com internal media interface> on miibus0
xlphy0:  /usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked fro=
m /usr/src/sys/pci/if_xl.c:415
10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:655
mlx0: <Mylex version 3 RAID interface> port 0x10200-0x1027f mem 0x81838200-=
0x8183827f irq 4 at device 7.0 on pci0
mlx0: DAC960P/PD, 3 channels, firmware 3.51-0-04, 8MB RAM
mlxd0: <Mylex System Drive> on mlx0
mlxd0: 12042MB (24662016 sectors) RAID 5 (online)
mlxd1: <Mylex System Drive> on mlx0
mlxd1: 24546MB (50270208 sectors) RAID 5 (online)
mlxd2: <Mylex System Drive> on mlx0
mlxd2: 4091MB (8378368 sectors) RAID 7 (online)
mlxd3: <Mylex System Drive> on mlx0
mlxd3: 2007MB (4110336 sectors) RAID 7 (online)
mlxd4: <Mylex System Drive> on mlx0
mlxd4: 4091MB (8378368 sectors) RAID 7 (online)
pci0: <display, VGA> at device 8.0 (no driver attached)
atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: <enhanced floppy controller (i82077, NE72065 or clone)> at port 0x3f7=
,0x3f0-0x3f5 irq 6 drq 2 on isa0
mcclock0: <MC146818A real time clock> at port 0x70-0x71 on isa0
sio0 at port 0x3f8-0x3ff irq 4 on isa0
sio0: type 16550A
sio1: reserved for low-level i/o
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=3D0x200>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 0.976 msec
Timecounter "i8254"  frequency 1193182 Hz
(probe6:ncr0:0:6:0): COMMAND FAILED (6 ff) @0xfffffe0012f9c000.
(probe5:ncr0:0:5:0): COMMAND FAILED (6 ff) @0xfffffe0012f9d000.
(probe4:ncr0:0:4:0): COMMAND FAILED (6 ff) @0xfffffe0012f9e000.
(probe3:ncr0:0:3:0): COMMAND FAILED (6 ff) @0xfffffe0012f8f400.
(probe2:ncr0:0:2:0): COMMAND FAILED (6 ff) @0xfffffe0012f9a400.
(probe1:ncr0:0:1:0): COMMAND FAILED (6 ff) @0xfffffe0012f9b400.
(probe0:ncr0:0:0:0): COMMAND FAILED (6 ff) @0xfffffe0012e19000.
sa0 at ncr0 bus 0 target 5 lun 0
sa0: <DEC TZ88     (C) DEC CD50> Removable Sequential Access SCSI-2 device=20
sa0: 10.000MB/s transfers (10.000MHz, offset 8)
da0 at ncr0 bus 0 target 1 lun 0
da0: <DEC RZ26     (C) DEC 392A> Fixed Direct Access SCSI-2 device=20
da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled
da0: 1001MB (2050860 512 byte sectors: 64H 32S/T 1001C)
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
SMP: AP CPU #2 Launched!
Mounting root from ufs:/dev/da0a
WARNING: / was not properly dismounted
de0: autosense failed: cable problem?
boot() called on cpu#0
Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped

syncing disks... 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2=20
giving up on 2 buffers
Uptime: 4m38s
Rebooting...
Unrecognized boot flag '0'.
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #0: Mon Jun 10 00:36:40 CDT 2002
    leighjames@mercury.hitz.gen.nz:/usr/obj/usr/src/sys/ALPHA-SMP
/usr/src/sys/vm/uma_core.c:1324: could sleep with "eventhandler" locked fro=
m /usr/src/sys/kern/subr_eventhandler.c:162
/usr/src/sys/vm/uma_core.c:1324: could sleep with "eventhandler" locked fro=
m /usr/src/sys/kern/subr_eventhandler.c:162
Preloaded elf kernel "/kernel.good" at 0xfffffc00006bc000.
DEC AlphaServer 2100
AlphaServer 2100 5/300, 291MHz
8192 byte page size, 4 processors.
CPU: EV5 (21164) major=3D5 minor=3D5
OSF PAL rev: 0x4000100020116
real memory  =3D 601808896 (587704K bytes)
avail memory =3D 581148672 (567528K bytes)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
/usr/src/sys/vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locke=
d from /usr/src/sys/kern/uipc_syscalls.c:1578
/usr/src/sys/vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locke=
d from /usr/src/sys/kern/uipc_syscalls.c:1578
t20: using interrupt type 0 on pci bus 0
t20: <T2 Core Logic chipset>
pci0: <PCI bus> on pcib0
de0: <Digital 21040 Ethernet> port 0x10100-0x1017f mem 0x81838100-0x8183817=
f irq 2 at device 0.0 on pci0
de0: DEC 21040 [10Mb/s] pass 2.3
de0: address 08:00:2b:e2:63:14
ncr0: <ncr 53c810 fast10 scsi> port 0x10000-0x100ff mem 0x81838000-0x818380=
ff irq 1 at device 1.0 on pci0
eisab0: <PCI-EISA bridge> at device 2.0 on pci0
isa0: <ISA bus> on eisab0
xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0x10180-0x101ff mem 0x81838180=
-0x818381ff irq 0 at device 6.0 on pci0
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
lock order reversal
 1st 0xfffffe0010557720 xl0 (network driver) @ /usr/src/sys/pci/if_xl.c:126=
0
 2nd 0xfffffc00005c2758 allproc (allproc) @ /usr/src/sys/kern/kern_fork.c:3=
09
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
xl0: Ethernet address: 00:10:4b:97:8c:dd
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:1260
miibus0: <MII bus> on xl0
xlphy0: <3Com internal media interface> on miibus0
xlphy0:  /usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked fro=
m /usr/src/sys/pci/if_xl.c:415
10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:655
mlx0: <Mylex version 3 RAID interface> port 0x10200-0x1027f mem 0x81838200-=
0x8183827f irq 4 at device 7.0 on pci0
mlx0: DAC960P/PD, 3 channels, firmware 3.51-0-04, 8MB RAM
mlxd0: <Mylex System Drive> on mlx0
mlxd0: 12042MB (24662016 sectors) RAID 5 (online)
mlxd1: <Mylex System Drive> on mlx0
mlxd1: 24546MB (50270208 sectors) RAID 5 (online)
mlxd2: <Mylex System Drive> on mlx0
mlxd2: 4091MB (8378368 sectors) RAID 7 (online)
mlxd3: <Mylex System Drive> on mlx0
mlxd3: 2007MB (4110336 sectors) RAID 7 (online)
mlxd4: <Mylex System Drive> on mlx0
mlxd4: 4091MB (8378368 sectors) RAID 7 (online)
pci0: <display, VGA> at device 8.0 (no driver attached)
atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: <enhanced floppy controller (i82077, NE72065 or clone)> at port 0x3f7=
,0x3f0-0x3f5 irq 6 drq 2 on isa0
mcclock0: <MC146818A real time clock> at port 0x70-0x71 on isa0
sio0 at port 0x3f8-0x3ff irq 4 on isa0
sio0: type 16550A
sio1: reserved for low-level i/o
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=3D0x200>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 0.976 msec
Timecounter "i8254"  frequency 1193182 Hz
(probe6:ncr0:0:6:0): COMMAND FAILED (6 ff) @0xfffffe0012f9c000.
(probe5:ncr0:0:5:0): COMMAND FAILED (6 ff) @0xfffffe0012f9d000.
(probe4:ncr0:0:4:0): COMMAND FAILED (6 ff) @0xfffffe0012f9e000.
(probe3:ncr0:0:3:0): COMMAND FAILED (6 ff) @0xfffffe0012f8f400.
(probe2:ncr0:0:2:0): COMMAND FAILED (6 ff) @0xfffffe0012f9a400.
(probe1:ncr0:0:1:0): COMMAND FAILED (6 ff) @0xfffffe0012f9b400.
(probe0:ncr0:0:0:0): COMMAND FAILED (6 ff) @0xfffffe0012e19000.
sa0 at ncr0 bus 0 target 5 lun 0
sa0: <DEC TZ88     (C) DEC CD50> Removable Sequential Access SCSI-2 device=20
sa0: 10.000MB/s transfers (10.000MHz, offset 8)
da0 at ncr0 bus 0 target 1 lun 0
da0: <DEC RZ26     (C) DEC 392A> Fixed Direct Access SCSI-2 device=20
da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled
da0: 1001MB (2050860 512 byte sectors: 64H 32S/T 1001C)
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
Mounting root from ufs:/dev/da0a
/usr/obj: mount pending error: blocks 1216 files 1
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2974
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:617
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:415
de0: autosense failed: cable problem?
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:985
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2108
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2108
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2108
/usr/src/sys/vm/uma_core.c:1324: could sleep with "xl0" locked from /usr/sr=
c/sys/pci/if_xl.c:2108
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:613
/usr/src/sys/vm/uma_core.c:1324: could sleep with "process lock" locked fro=
m /usr/src/sys/kern/kern_prot.c:511

--=-YtQIzRRxqcknAzFgcV2W--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1024352005.6447.3.camel>