From owner-freebsd-current@FreeBSD.ORG Fri Oct 8 13:11: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 4BCF816A4CE for ; Fri, 8 Oct 2004 13:11: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 E0CAA43D1D for ; Fri, 8 Oct 2004 13:11:10 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i98DB5me026928; Fri, 8 Oct 2004 15:11:07 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <416691E0.4030307@DeepCore.dk> Date: Fri, 08 Oct 2004 15:10:56 +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: "Patrick M. Hausen" References: <200410081222.i98CMrKP025993@hugo10.ka.punkt.de> In-Reply-To: <200410081222.i98CMrKP025993@hugo10.ka.punkt.de> 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: freebsd-current@freebsd.org Subject: Re: 5.3-BETA7 ata problem with VIA 8235 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: Fri, 08 Oct 2004 13:11:12 -0000 Patrick M. Hausen wrote: > Hi! >=20 > Next test with the current beta: >=20 > We have a system with a VIA chipset based mainboard, the ATA > controller is reported to be a VIA 8235. > This system has worked just fine with 5.1 then stopped working when > the atang changes were commited. It wasn't that important to us > (it's really cheap [tm] hardware), but since I'm doing some tests > with the current beta anyway and there were various ata fixes > announced: >=20 > Boot from miniinst.iso: >=20 > ... > atapci0: port 0xdc00-0xdc0f,0x376,0x170-0= x177,0x3f6,0x1f0-0x1f7 at deviec 17.1 on pci0 > ata0: channel #0 on atapci0 > ata1: channel #1 on atapci0 > ... > ata0-master: FAILURE - ATA_IDENTTIFY timed out > ... > ata1-master: FAILURE - ATAPI_IDENTIFY timed out > ... Looks like you dont get interrupts.. Any changes if run with ACPI/APIC disabled ? -S=F8ren