From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 5 12:41:05 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FF216A41F for ; Mon, 5 Sep 2005 12:41:05 +0000 (GMT) (envelope-from kpielorz@tdx.co.uk) Received: from caladan.tdx.co.uk (caladan2.tdx.co.uk [62.13.130.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A8743D48 for ; Mon, 5 Sep 2005 12:41:03 +0000 (GMT) (envelope-from kpielorz@tdx.co.uk) Received: from thebrick.dmpriest.net.uk (thebrick.dmpriest.net.uk [62.13.130.30]) by caladan.tdx.co.uk (8.13.3/8.13.1) with ESMTP id j85Cewak058525 for ; Mon, 5 Sep 2005 13:41:00 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Date: Mon, 05 Sep 2005 13:41:00 +0100 From: Karl Pielorz To: hackers@freebsd.org Message-ID: X-Mailer: Mulberry/4.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FreeBSD 6.0 Beta #3 - IDE Problems? (Intel / ICH6 based laptop) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:41:05 -0000 Hi All, I recently tried to boot the FreeBSD 6.0 Beta #3 on my laptop, and ran into a problem. The hard drive controller probes as: " atapci0: port 0xbfa0-0xbfaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 irq 17 at device 31.2 on pci0 ... ad0: 57231MB [116280/16/63] at ata0-master UDMA100 " But I then get the following spewed out: " ad0: FAILURE - READ_DMA status=51 error=4 LBA=11721023 ad0: FAILURE - READ_DMA status=51 error=4 LBA=0 ad0: FAILURE - READ_DMA status=51 error=4 LBA=11721022 ad0: FAILURE - READ_DMA status=51 error=4 LBA=1 ad0: FAILURE - READ_DMA status=51 error=4 LBA=11721023 ad0: FAILURE - READ_DMA status=51 error=4 LBA=0 ad0: FAILURE - READ_DMA status=51 error=4 LBA=11721017 " Sysinstall cautions me that the Geometry for the drive is unlikely, and that it's using a more sensible one (it displays 7296/255/63, with 117210240 blocks). The drive itself is partitioned already (with a WinXP partition, and a FreeBSD slice, from an older 5.x install) - however, sysinstall claims it can't see any of that and the drive is all unused. The laptop itself is a Dell XPS Gen 2. Any suggestions? Thanks, -Karl