From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 07:19:12 2004 Return-Path: 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 6762116A4CE for ; Wed, 11 Aug 2004 07:19:12 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B665843D39 for ; Wed, 11 Aug 2004 07:19:11 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (csc-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7B7J0j1063846; Wed, 11 Aug 2004 09:19:05 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4119C858.6070000@DeepCore.dk> Date: Wed, 11 Aug 2004 09:18:48 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Radek Kozlowski References: <4113EB2A.7060401@root.org> <20040806221109.GC55186@werd><411406AA.3030607@root.org> <20040810203822.GB28585@werd><41193370.3020302@root.org> <20040810210112.GC28585@werd><411939FC.5060001@root.org> <20040810215907.GD28585@werd> In-Reply-To: <20040810215907.GD28585@werd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: current@freebsd.org cc: Nate Lawson Subject: Re: Panic on boot with today's CURRENT, ata related X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 07:19:12 -0000 Radek Kozlowski wrote: > -atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x8080 > [...] > -ata0-master: setting UDMA100 on AcerLabs Aladdin chip > [...] > -ATAPI_RESET time =3D 160us > +ATAPI_RESET time =3D 180us > [...] > -ad0: 16 secs/int, 1 depth queue, UDMA100 > +ad0: 16 secs/int, 1 depth queue, PIO4 >=20 > Please tell me if there's more I can do. Thank you. Hmm, you are not getting the DMA resource, or the PCI config registers=20 are not responding as they should. To get more info you should instrument the code in ata-pci.c around=20 lines 178-190 to see what it is that rejects the DMA resource. Something changes in the resources/PCI config that is sent to the ATA=20 driver so that it either cant get at the I/O ports for DMA or so that=20 the PCI config regs wont allow busmastering to be enabled.. Wether this is in ACPI or the PCI code I cant tell without more info=20 from doing the above instrumenting.. -S=F8ren