diff options
| author | ad <ad@NetBSD.org> | 2001-08-20 07:41:14 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2001-08-20 07:41:14 +0000 |
| commit | d861b4992a79e0ce63e352a3907dbe73b77e8c8a (patch) | |
| tree | 0b58b4de59110292281203fe811956519bc0a3c3 /sys/dev | |
| parent | 0999a72932866559f022d62100cf4faa825e82bd (diff) | |
Add descriptions for Medium Not Present ASCQs.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsipi_verbose.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/scsipi/scsipi_verbose.c b/sys/dev/scsipi/scsipi_verbose.c index 1caaa67d69f..70590451f24 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" }, |
