From owner-freebsd-scsi@FreeBSD.ORG Sun Jul 27 16:40:17 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF0E437B401; Sun, 27 Jul 2003 16:40:16 -0700 (PDT) Received: from franky.speednet.com.au (franky.speednet.com.au [203.57.65.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB6243FAF; Sun, 27 Jul 2003 16:40:15 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [203.38.96.242])h6RNeDDs001057; Mon, 28 Jul 2003 09:40:13 +1000 (EST) (envelope-from andyf@speednet.com.au) Received: from hewey.af.speednet.com.au (hewey.af.speednet.com.au [172.22.2.1])h6RNeBXY008710; Mon, 28 Jul 2003 09:40:12 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Mon, 28 Jul 2003 09:40:10 +1000 (EST) From: Andy Farkas X-X-Sender: andyf@hewey.af.speednet.com.au To: Don Bowman In-Reply-To: Message-ID: <20030728092953.L8406-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "'freebsd-scsi@freebsd.org'" cc: aic7xxx@freebsd.org Subject: Re: AIC7902 w/ seagate U320 drive issue on releng-4 (and current) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 23:40:17 -0000 On Sat, 26 Jul 2003, Don Bowman wrote: > Jul 26 19:27:20 /kernel: <<<<<<<<<<<<<<<< Dump Card State Ends > >>>>>>>>>>>>>>>>>> > > Message from syslogd@ at Sat Jul 26 19:27:20 2003 ... > /kernel: <<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>> ... > Jul 26 19:29:34 /kernel: <<<<<<<<<<<<<<<< Dump Card State Ends > >>>>>>>>>>>>>>>>>> > > Message from syslogd@ at Sat Jul 26 19:29:34 2003 ... > /kernel: <<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>> Dear scsi gurus, please fix the above messages. Even though the fix is trivial, this bug should be persued. Why would a newline at the begining of a message cause syslogd to think its an emergency and alert every user that is logged in! (spamming users' screens while they're reading email is not nice!) --- aic7xxx.c-orig Mon Jul 28 09:28:39 2003 +++ aic7xxx.c Mon Jul 28 09:29:08 2003 @@ -6886,7 +6886,7 @@ } ahc_platform_dump_card_state(ahc); - printf("\n<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>\n"); + printf("<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>\n"); ahc_outb(ahc, SCBPTR, saved_scbptr); if (paused == 0) ahc_unpause(ahc); --- aic79xx.c-orig Mon Jul 28 09:33:09 2003 +++ aic79xx.c Mon Jul 28 09:33:26 2003 @@ -8735,7 +8735,7 @@ ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF); ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF); } - printf("\n<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>\n"); + printf("<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>\n"); ahd_platform_dump_card_state(ahd); ahd_restore_modes(ahd, saved_modes); if (paused == 0) -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/