From owner-freebsd-current Thu Sep 12 13:58:50 2002 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 8549F37B400 for ; Thu, 12 Sep 2002 13:58:47 -0700 (PDT) Received: from atlantis.homeip.net (a30032.upc-a.chello.nl [62.163.30.32]) by mx1.FreeBSD.org (Postfix) with SMTP id C684643E42 for ; Thu, 12 Sep 2002 13:58:45 -0700 (PDT) (envelope-from wvengen@stack.nl) Received: (qmail 61947 invoked from network); 12 Sep 2002 20:59:14 -0000 Received: from jeremy.ourhome.nl (HELO localhost) (192.168.1.4) by atlantis.ourhome.nl with SMTP; 12 Sep 2002 20:59:14 -0000 Date: Thu, 12 Sep 2002 22:58:35 +0200 From: Willem van Engen To: freebsd-current@freebsd.org Subject: ata0-master: timeout waiting for interrupt -> root mount failed Message-Id: <20020912225835.668593ca.wvengen@stack.nl> X-Mailer: Sylpheed version 0.8.2 (GTK+ 1.2.10; i386-portbld-freebsd4.6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed -DP1, no problem. Then I made a world and kernel (from sept 11 cvsup). Now I get this at boot: FreeBSD 5.0-CURRENT #2: Thu Sep 12 21:20:00 CEST 2002 (...) atapci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 16 on atapci1 (...) Timecounters tick every 10.000 msec ata0-master: timeout waiting for interrupt ata0-master: ATA identify failed Mounting root from ufs:/dev/ad0s2a setrootbyname failed ffs_mountroot: can't find rootvp Root mount failed: 6 Manual root filesystem specification: (...) mountroot> I searched in the archives and found the following patches: http://groups.google.com/groups?selm=200203220914.aa83048%40salmon.maths.tcd.ie http://groups.google.com/groups?selm=200203220933.g2M9XGT90073%40freebsd.dk The first patch I tried - no success. The second one I didn't try since asleep and await have been removed. Furthermore, I changed the 10*hz sleep timeout to 100*hz, no luck. I don't really know what to try next. - Willem van Engen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message