Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi add translations for two ASC/ASCQs which occu...



details:   https://anonhg.NetBSD.org/src/rev/bbef094a5c60
branches:  trunk
changeset: 531891:bbef094a5c60
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue May 28 16:40:03 2002 +0000

description:
add translations for two ASC/ASCQs which occur before
the DVD player's region code is dealt with

diffstat:

 sys/dev/scsipi/scsipi_verbose.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 124a8f6186bc -r bbef094a5c60 sys/dev/scsipi/scsipi_verbose.c
--- a/sys/dev/scsipi/scsipi_verbose.c   Tue May 28 15:04:01 2002 +0000
+++ b/sys/dev/scsipi/scsipi_verbose.c   Tue May 28 16:40:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsipi_verbose.c,v 1.15 2001/11/15 09:48:17 lukem Exp $        */
+/*     $NetBSD: scsipi_verbose.c,v 1.16 2002/05/28 16:40:03 drochner Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsipi_verbose.c,v 1.15 2001/11/15 09:48:17 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsipi_verbose.c,v 1.16 2002/05/28 16:40:03 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/time.h>
@@ -274,6 +274,8 @@
 { 0x62, 0x00, "Scan Head Positioning Error" },
 { 0x63, 0x00, "End Of User Area Encountered On This Track" },
 { 0x64, 0x00, "Illegal Mode For This Track" },
+{ 0x6f, 0x03, "Read of scrambled Sector without Authentication" },
+{ 0x6f, 0x04, "Media Region Code is mismatched to Logical Unit Region" },
 { 0x00, 0x00, NULL }
 };
 



Home | Main Index | Thread Index | Old Index