From d861b4992a79e0ce63e352a3907dbe73b77e8c8a Mon Sep 17 00:00:00 2001 From: ad Date: Mon, 20 Aug 2001 07:41:14 +0000 Subject: [PATCH] Add descriptions for Medium Not Present ASCQs. --- sys/dev/scsipi/scsipi_verbose.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/scsipi/scsipi_verbose.c b/sys/dev/scsipi/scsipi_verbose.c index 1caaa67d69f5..70590451f245 100644 --- a/sys/dev/scsipi/scsipi_verbose.c +++ b/sys/dev/scsipi/scsipi_verbose.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsipi_verbose.c,v 1.12 2001/04/25 17:53:40 bouyer Exp $ */ +/* $NetBSD: scsipi_verbose.c,v 1.13 2001/08/20 07:41:14 ad Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -201,6 +201,10 @@ static const struct { { 0x37, 0x00, "Rounded Parameter" }, { 0x39, 0x00, "Saving Parameters Not Supported" }, { 0x3A, 0x00, "Medium Not Present" }, +{ 0x3A, 0x01, "Medium Not Present - Tray Closed" }, +{ 0x3A, 0x02, "Medium Not Present - Tray Open" }, +{ 0x3A, 0x03, "Medium Not Present - Loadable" }, +{ 0x3A, 0x04, "Medium Not Present - Medium Auxilliary Memory Accessible" }, { 0x3B, 0x00, "Positioning Error" }, { 0x3B, 0x01, "Tape Position Error At Beginning-of-Medium" }, { 0x3B, 0x02, "Tape Position Error At End-of-Medium" },