From owner-freebsd-current@FreeBSD.ORG Tue Nov 28 08:14:23 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3513016A407 for ; Tue, 28 Nov 2006 08:14:23 +0000 (UTC) (envelope-from soren.schmidt@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDA143CA6 for ; Tue, 28 Nov 2006 08:14:21 +0000 (GMT) (envelope-from soren.schmidt@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1291200uge for ; Tue, 28 Nov 2006 00:14:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XtLwDBRPBOkLwac5RKkhEBXh6g/k0/hJxH1Kg1hIHgcHNC/PldlHqLQ1xWX4UQjTr1XPc1l3uWEVTgnEnMn45kf4Jr6SSCrQ3/4My/B8R78CAgLi4be70l/3gt5dY9vRqV/yQ3cap0u81b9NBImm1eOoGIbvkcv07UuYnmb4JdA= Received: by 10.82.101.3 with SMTP id y3mr111611bub.1164701660888; Tue, 28 Nov 2006 00:14:20 -0800 (PST) Received: by 10.82.182.16 with HTTP; Tue, 28 Nov 2006 00:14:20 -0800 (PST) Message-ID: <82eac8c60611280014i7daf72c3n919cdc1b07003507@mail.gmail.com> Date: Tue, 28 Nov 2006 09:14:20 +0100 From: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" To: "Martin Nilsson" In-Reply-To: <456BB57C.8020907@gneto.com> MIME-Version: 1.0 References: <456BB57C.8020907@gneto.com> X-Mailman-Approved-At: Tue, 28 Nov 2006 12:40:38 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: Marvell ATA controller on intel desktop boards. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 28 Nov 2006 08:14:23 -0000 On 11/28/06, Martin Nilsson wrote: > > Hi S=F8ren, > > I've got a couple of intel boards for my home machines they are DP965LT > and DG965SS, I've noticed that the ATA controllers are recognised but > not my DVD drives that are connected to them! > This is: 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Nov 24. > Is there anything you can do without having access to the hardware? > > atapci0: port > 0x2018-0x201f,0x2024-0x2027,0x2010-0x2017,0x2020-0x2023,0x2000-0x2 > 00f mem 0x32100000-0x321001ff irq 17 at device 0.0 on pci3 > ata2: on atapci0 > ata3: on atapci0 > > lspci -v gives: > 03:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101 > (rev b1) (prog-if 8f [Master SecP SecO PriP PriO]) > Subsystem: Marvell Technology Group Ltd. Unknown device 6101 > Flags: bus master, fast devsel, latency 0, IRQ 17 > I/O ports at 2018 > I/O ports at 2024 > I/O ports at 2010 > I/O ports at 2020 > I/O ports at 2000 > Memory at 32100000 (32-bit, non-prefetchable) > Capabilities: [48] Power Management version 2 > Capabilities: [50] Message Signalled Interrupts: 64bit- > Queue=3D0/0 Enable- > Capabilities: [e0] Express Legacy Endpoint IRQ 0 I know of the problem and I have a board here to work on, just havn't had time to get it fixored yet. The problem seems to be that the data read from the device is bogus hence the detect fails. More news at 11.... -S=F8ren