From owner-freebsd-current@FreeBSD.ORG Sun May 18 22:32:16 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 DBAC737B404 for ; Sun, 18 May 2003 22:32:16 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA78543FA3 for ; Sun, 18 May 2003 22:32:14 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.8p1/8.12.8) id h4J5WCRL023144; Mon, 19 May 2003 07:32:12 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200305190532.h4J5WCRL023144@spider.deepcore.dk> In-Reply-To: <3EC85B48.3020007@myrealbox.com> To: walt Date: Mon, 19 May 2003 07:32:12 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 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:32:17 -0000 It seems 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: Hmm, that clearly shouldn't happen :) I cant tell what controller this is from the above, could you mail me the output of dmesg and pciconf -l please ? -Søren