diff options
author | bo zhou - Sun Microsystems - Beijing China <Bo.Zhou@Sun.COM> | 2009-05-01 13:57:25 +0800 |
---|---|---|
committer | bo zhou - Sun Microsystems - Beijing China <Bo.Zhou@Sun.COM> | 2009-05-01 13:57:25 +0800 |
commit | 91c6a5021a6255e4e42f856ee64428fb66f862a9 (patch) | |
tree | 4e814deddcda7fa4ee7563a43ad7dd84f085ff57 /usr | |
parent | 71a535e3b24d87fb6be3793380f86bd09f2768ac (diff) | |
download | illumos-gate-91c6a5021a6255e4e42f856ee64428fb66f862a9.tar.gz |
6822447 Error messages introduced in CR #6595726
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/cmd/format/auto_sense.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/cmd/format/auto_sense.c b/usr/src/cmd/format/auto_sense.c index 739a4d5f4b..6462807cbd 100644 --- a/usr/src/cmd/format/auto_sense.c +++ b/usr/src/cmd/format/auto_sense.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -1032,13 +1032,6 @@ generic_disk_sense( * is zero, we think the inquiry of page 3 and page 4 failed. * We will set the geometry infomation by ourselves. */ - err_print("\nThe device does not support mode page 3 " - "or page 4,"); - err_print("\nor the reported geometry info is invalid."); - err_print("\nWARNING: Disk geometry is based on " - "capacity data.\n\n"); - - /* convert capacity to nsect * nhead * pcyl */ compute_chs_values(tblocks, nblocks, &pcyl, &nhead, &nsect); } |