/*
 * Device driver for the SYMBIOS/LSILOGIC 53C8XX and 53C1010 family 
 * of PCI-SCSI IO processors.
 *
 * Copyright (C) 1999-2001  Gerard Roudier <groudier@free.fr>
 * Copyright (c) 2003-2005  Matthew Wilcox <matthew@wil.cx>
 *
 * This driver is derived from the Linux sym53c8xx driver.
 * Copyright (C) 1998-2000  Gerard Roudier
 *


--- linux-2.6.13-15.7/drivers/scsi/sym53c8xx_2/sym_hipd.c.orig	2005-08-29 11:41:01.000000000 +1200
+++ linux-2.6.13-15.7/drivers/scsi/sym53c8xx_2/sym_hipd.c	2006-01-12 22:46:15.000000000 +1300
@@ -2556,6 +2556,11 @@ static void sym_int_ma (struct sym_hcb *
 	 *  if old phase not dataphase, leave here.
 	 */
 	if (cmd & 2) {
+		/* Huge number of these phase changes logged in normal use
+		   (at least with a scanner).
+		   Allow to suppress with verb=0.
+		   Volker Kuhlmann, VolkerKuhlmann@gmx.de 12 Jan 2006 */
+		if (sym_verbose >= 1)
 		sym_print_addr(cp->cmd,
 			"phase change %x-%x %d@%08x resid=%d.\n",
 			cmd&7, INB(np, nc_sbcl)&7, (unsigned)olen,
