Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 1995 18:24:23 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        phk@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com
Cc:        CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com
Subject:   Re: cvs commit: src/sys/i386/isa diskslice_machdep.c
Message-ID:  <199505190824.SAA23888@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> phk         95/05/18 15:45:35
>> 
>>   Modified:    sys/i386/isa  diskslice_machdep.c
>>   Log:
>>   Make the "information" slice printfs if(bootverbose).
>>   Fix the message about Ontrack.

>Reviewed by:????

Review: bootverbose is for controlling boots and should not be used in
a routine that is called from open() and ioctl().  I suggest hiding
the "OK" messages using TRACE(()) and printing the error messages if
(dp->dp_typ == DOSPTYP_386BSD || dsi_debug).

Bruce



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