Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2011 13:33:22 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r227718 - stable/9/sys/sparc64/sbus
Message-ID:  <201111191333.pAJDXM7N045297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Nov 19 13:33:21 2011
New Revision: 227718
URL: http://svn.freebsd.org/changeset/base/227718

Log:
  MFC: r227578
  
  Fix compilation with DEBUG defined.
  
  Approved by:	re (kib)

Modified:
  stable/9/sys/sparc64/sbus/lsi64854.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/amd64/include/xen/   (props changed)
  stable/9/sys/boot/   (props changed)
  stable/9/sys/boot/i386/efi/   (props changed)
  stable/9/sys/boot/ia64/efi/   (props changed)
  stable/9/sys/boot/ia64/ski/   (props changed)
  stable/9/sys/boot/powerpc/boot1.chrp/   (props changed)
  stable/9/sys/boot/powerpc/ofw/   (props changed)
  stable/9/sys/cddl/contrib/opensolaris/   (props changed)
  stable/9/sys/conf/   (props changed)
  stable/9/sys/contrib/dev/acpica/   (props changed)
  stable/9/sys/contrib/octeon-sdk/   (props changed)
  stable/9/sys/contrib/pf/   (props changed)
  stable/9/sys/contrib/x86emu/   (props changed)

Modified: stable/9/sys/sparc64/sbus/lsi64854.c
==============================================================================
--- stable/9/sys/sparc64/sbus/lsi64854.c	Sat Nov 19 13:30:12 2011	(r227717)
+++ stable/9/sys/sparc64/sbus/lsi64854.c	Sat Nov 19 13:33:21 2011	(r227718)
@@ -561,7 +561,7 @@ lsi64854_scsi_intr(void *arg)
 
 	DPRINTF(LDB_SCSI, ("%s: tcl=%d, tcm=%d, tch=%d; trans=%d, resid=%d\n",
 	    __func__, NCR_READ_REG(nsc, NCR_TCL), NCR_READ_REG(nsc, NCR_TCM),
-	    (nsc->sc_sc_features & NCR_F_LARGEXFER) != 0 ?
+	    (nsc->sc_features & NCR_F_LARGEXFER) != 0 ?
 	    NCR_READ_REG(nsc, NCR_TCH) : 0, trans, resid));
 
 	if (dmasize != 0) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111191333.pAJDXM7N045297>