Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 1996 00:30:22 -0600 (CST)
From:      "Mike Pritchard" <mpp@mpp.minn.net>
To:        freebsd-hackers@freebsd.org
Subject:   kern/subr_diskslice debug messages
Message-ID:  <199601180630.AAA00204@mpp.minn.net>

next in thread | raw e-mail | index | archive | help
I've noticed that if I shutdown into single user mode and
unmount all my disks, and then do something to access my second
SCSI hard disk (e.g. fsck it), I will get debug output from 
sys/kern/subr_diskslice.c.  These are messages generated by the TRACE 
macro defined in that module.  These messages are only printed if ds_debug 
is set, which it should not be, and I can't find anything that does
set it.  One odd this is that ds_debug is declared as volatile.
Anyone else seen this, or have any clue why these messages are coming out?
-- 
Mike Pritchard
mpp@minn.net
"Go that way.  Really fast.  If something gets in your way, turn"



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