summaryrefslogtreecommitdiffstats
path: root/sys/scsi/worm.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-03-15 14:22:12 +0000
committerdufault <dufault@FreeBSD.org>1995-03-15 14:22:12 +0000
commita2ba9cd1b8ee3df0f77c580a3f92fa591873ea5c (patch)
treefe70ef9e140150260e09472556888a192eb7f6a7 /sys/scsi/worm.c
parentc20bdce1e09ff7c3db7910a8b0353fadb210e6f1 (diff)
downloadFreeBSD-src-a2ba9cd1b8ee3df0f77c580a3f92fa591873ea5c.zip
FreeBSD-src-a2ba9cd1b8ee3df0f77c580a3f92fa591873ea5c.tar.gz
1. Add text for ASC/ASCQ
2. Clean up probe messages. This is how I propose it looks for 2.1 so if you don't like it you have my e-mail address.
Diffstat (limited to 'sys/scsi/worm.c')
-rw-r--r--sys/scsi/worm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c
index 78917b4..df83572 100644
--- a/sys/scsi/worm.c
+++ b/sys/scsi/worm.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id:$
+ * $Id: worm.c,v 1.1 1995/03/04 20:51:10 dufault Exp $
*/
/* XXX This is PRELIMINARY.
@@ -130,9 +130,9 @@ wormattach(struct scsi_link *sc_link)
printf("- UNTESTED ");
if (worm_size(sc_link) == 0)
- printf("- can't get capacity.\n");
+ printf("- can't get capacity.");
else
- printf("with %ld %ld byte blocks.\n", worm->n_blks, worm->blk_size);
+ printf("with %ld %ld byte blocks.", worm->n_blks, worm->blk_size);
return 0;
}
OpenPOWER on IntegriCloud