From owner-freebsd-current@FreeBSD.ORG Sun May 18 22:49:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE5737B401 for ; Sun, 18 May 2003 22:49:55 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8365843F3F for ; Sun, 18 May 2003 22:49:54 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id PAA13361; Mon, 19 May 2003 15:49:47 +1000 Date: Mon, 19 May 2003 15:49:45 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: walt In-Reply-To: <3EC85B48.3020007@myrealbox.com> Message-ID: <20030519154108.C22275@gamplex.bde.org> References: <3EC85B48.3020007@myrealbox.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: IDE disk initialization problem with tonight's kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 05:49:56 -0000 On Sun, 18 May 2003, walt wrote: > Sometime between this morning's cvsup at around 12:00 noon GMT Sunday > and tonight's cvsup at 03:00 GMT Monday some changes were made in the > kernel which caused these errors: > > ad0: 76319MB [155061/16/63] at ata0-master UDMA33 > ad1: 76319MB [155061/16/63] at ata0-slave UDMA33 > acd0: CDROM at ata1-master PIO4 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) > Mounting root from ufs:/dev/ad0s3a > ad0: UDMA ICRC error cmd=write fsbn 281961420 of 140980710-140980713 > retrying > ad0: UDMA ICRC error cmd=write fsbn 281961420 of 140980710-140980713 > retrying > ad0: UDMA ICRC error cmd=write fsbn 281961420 of 140980710-140980713 > retrying > ad0: UDMA ICRC error cmd=write fsbn 281961420 of 140980710-140980713 > falling back to PIO mode > > Note that ad0 and ad1 are both wrongly identified as UDMA33 devices > when they are really UDMA100. Switching back to this morning's > kernel eliminates the errors, so it seems not to be bad hardware: Also, the block number is garbage. fsbn 281961420 is _not_ "of 140980710-140980713" See old mail for patches. Bruce