Author: pjd
Date: Wed Nov 16 18:42:43 2011
New Revision: 227578
URL: http://svn.freebsd.org/changeset/base/227578

Log:
  Fix make universe.

Modified:
  head/sys/sparc64/sbus/lsi64854.c

Modified: head/sys/sparc64/sbus/lsi64854.c
==============================================================================
--- head/sys/sparc64/sbus/lsi64854.c    Wed Nov 16 18:42:39 2011        
(r227577)
+++ head/sys/sparc64/sbus/lsi64854.c    Wed Nov 16 18:42:43 2011        
(r227578)
@@ -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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to