mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
People who wanted the "tagged opening" message can boot -v. The rest
of us, who appear to have complained incessantly about this message since it appeared, can now stop.
This commit is contained in:
parent
960d04f6fc
commit
79ccc19983
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44661
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: cam_xpt.c,v 1.46 1999/03/05 23:18:16 gibbs Exp $
|
||||
* $Id: cam_xpt.c,v 1.47 1999/03/07 22:48:50 ken Exp $
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -3045,7 +3045,7 @@ xpt_action(union ccb *start_ccb)
|
||||
xpt_dev_ccbq_resize(crs->ccb_h.path,
|
||||
crs->openings);
|
||||
|
||||
if (bootverbose || 1) {
|
||||
if (bootverbose) {
|
||||
xpt_print_path(crs->ccb_h.path);
|
||||
printf("tagged openings "
|
||||
"now %d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user