Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/dev/scsipi Make this compile for the non-SCSIVE...



details:   https://anonhg.NetBSD.org/src/rev/14a6ceba48e1
branches:  thorpej_scsipi
changeset: 477442:14a6ceba48e1
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 29 17:15:01 2001 +0000

description:
Make this compile for the non-SCSIVERBOSE case.

diffstat:

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

diffs (18 lines):

diff -r 98835596e94a -r 14a6ceba48e1 sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Thu Mar 29 16:44:45 2001 +0000
+++ b/sys/dev/scsipi/st.c       Thu Mar 29 17:15:01 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.114.2.7 2001/02/11 19:16:19 bouyer Exp $ */
+/*     $NetBSD: st.c,v 1.114.2.8 2001/03/29 17:15:01 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2510,7 +2510,7 @@
                                printf(", requested size: %d (decimal)", info);
                                break;
                        case SKEY_ABORTED_COMMAND:
-                               if (xs->retries)
+                               if (xs->xs_retries)
                                        printf(", retrying");
                                printf(", cmd 0x%x, info 0x%x",
                                    xs->cmd->opcode, info);



Home | Main Index | Thread Index | Old Index