From owner-freebsd-questions@FreeBSD.ORG Thu Nov 13 17:31:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BB416A4CF for ; Thu, 13 Nov 2003 17:31:33 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id F050843FAF for ; Thu, 13 Nov 2003 17:31:31 -0800 (PST) (envelope-from nakal@web.de) Received: from [217.225.229.213] (helo=[217.225.229.213]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #516) id 1AKSo6-0002Aq-00 for freebsd-questions@freebsd.org; Fri, 14 Nov 2003 02:31:30 +0100 From: Martin To: FreeBSD Questions In-Reply-To: <20031114002042.GA5077@teddy.fas.com> References: <20031114002042.GA5077@teddy.fas.com> Content-Type: text/plain Message-Id: <1068773488.1162.26.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 14 Nov 2003 02:31:29 +0100 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Re: Drive errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 01:31:33 -0000 Am Fr, den 14.11.2003 schrieb stan um 01:20: > Nov 12 20:00:07 black /kernel: ad3s1e: UDMA ICRC error writing fsbn > 113202879 of 56601408-56601455 (ad3s1 bn 113202879; cn 7046 tn 141 sn 6) > retrying I had a similar effect here yesterday (but on CURRENT) and I noticed that something is wrong with the allocation of interrupts for the PCI-bus (BIOS-settings). Perhaps you have same problem as myself. I figured out that on my Abit-BE6 Mainboard always assigns the same IRQ to the IDE-controller and the card in PCI-slot 3. It depended on how busy the card in slot 3 was. My TV-capture card even froze my PC completely after starting xawtv in PCI-slot 3. Check your device listing which comes right before the loader is started. Perhaps you discover a second device using same IRQ or DMA. Also check your BIOS settings. I had to set my IRQ-numbers directly in my BIOS, because I need to force it to use free interrupts that the BIOS doesn't want to use. (Seems to be a bug in the BIOS program.) I know I can choose PNP-OS in my BIOS settings, but I don't like FreeBSD allocating 4 or 5 devices on IRQ 10. If someone has got an idea how I can solve it, please tell me. (BIOS is flashed to the most recent version.) I'm already thinking about getting a new mainboard. Martin