From owner-freebsd-bugs Thu Mar 7 16:40:47 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.gank.org (nat72962.owentools.com [206.50.138.221]) by hub.freebsd.org (Postfix) with ESMTP id ADC4D37B405; Thu, 7 Mar 2002 16:40:42 -0800 (PST) Received: from aldaris (dsl081-113-221.dfw1.dsl.speakeasy.net [64.81.113.221]) by mail.gank.org (GankMail) with SMTP id 9C3365F24; Thu, 7 Mar 2002 18:40:41 -0600 (CST) Message-ID: <002d01c1c639$e00fc550$5f45a8c0@auir.gank.org> Reply-To: "Craig Boston" From: "Craig Boston" To: , , Cc: Subject: Re: misc/32631: installing 4.4 "mounting root from ufs:/dev/md0c" and won't continue Date: Thu, 7 Mar 2002 18:40:38 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have identical symptoms on a Vaio PCG-FX170K (hangs right after trying to mount root partition). Problem is present in everything after 4.4-PRERELEASE, including 4.4-RC, all the way through 4.5-STABLE (still happening). This happens both when the kernel is used to boot a live system, as well as the install CDs. Affects both GENERIC and custom kernels. I did a little playing around with cvsup and was able to track the problem to this commit on 2001/08/15: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pccard/pcic_pci.c#rev1.54.2.6 (about 12 hours before newvers.sh was changed to 4.4-RC) With pcic_pci.c and .h files prior to this commit, system boots fine. With the new version, it hangs exactly as the original post described. I was going to try to figure out what the change was, but this scared me off: Changes since 1.54.2.5: +505 -193 lines Yikes... This is Warner's MFC of some of the new cardbus code from -current, it looks like. Should we get his opinion on it? I can provide bootverbose or whatever debugging output that's needed, but it's a hard lock -- no DDB :( -- Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message