From owner-freebsd-current Wed Oct 2 9:34: 6 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 821D837B401 for ; Wed, 2 Oct 2002 09:34:04 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A3443E65 for ; Wed, 2 Oct 2002 09:34:04 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4438 invoked from network); 2 Oct 2002 16:34:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 2 Oct 2002 16:34:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g92GY1Bv014386; Wed, 2 Oct 2002 12:34:01 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200210021608.g92G84eO000817@grimreaper.grondar.org> Date: Wed, 02 Oct 2002 12:34:04 -0400 (EDT) From: John Baldwin To: Mark Murray Subject: Re: PCI brokenness Cc: current@FreeBSD.org 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 On 02-Oct-2002 Mark Murray wrote: >> > "Hard hang" means that the probe messages stop around the parallel >> > device, and nothing else happens. The PCCARD ethernet remains dead. >> > the disk is silent and no amount of keyboard activity does anything >> > at all. Serial console dead. Reset needed to reboot. >> >> So it doesn't boot at all, that's different from "hard-hang during reboot". >> :) After ppc your device probe is over. You could be getting an >> interrupt storm. Can you break into ddb when this happens? > > Roger the diference. :-) > > No. I cannot break into DDB. The keyboard may as well not be there. Humm. :( This is definitely a regression that needs to be fixed. (For the non-ACPI case). Did you have this problem on older kernels as well? Does 4.x work ok w/o hanging? >> > In practical terms, this is a regression, in that previous function >> > has been removed before an adequate replacement was ready. >> >> Ok, I have a question now. How did ata get probed before? If you >> add hints for it does it get probed? It doesn't appear to be a PCI >> device. It may be that we need to make it work as an ATA attachment >> somehow. Also, did ata1 show up before? > > Yes - I have hints. > > Here is my hints file (which has not changed in at least 6 months) Ok, so you only have ata0 and no ata1. So that means the ACPI ata attachment almost worked. Humm, try doing a hack to change ATA_IOADDR_RID in ata-all.h from 0 to 1 along with the previous patch to add an acpi attachment for ata and see if that works. I still have no idea why the ata hint device isn't working. It should be working fine. :( -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message