From owner-freebsd-current@FreeBSD.ORG Sat Mar 21 17:51:45 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D2710656D0 for ; Sat, 21 Mar 2009 17:51:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id DE6E58FC0A for ; Sat, 21 Mar 2009 17:51:44 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 238094749; Sat, 21 Mar 2009 19:51:43 +0200 Message-ID: <49C5292F.1050802@FreeBSD.org> Date: Sat, 21 Mar 2009 19:51:43 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.19 (X11/20090118) MIME-Version: 1.0 To: Mike Tancsa References: <1237594983.00089764.1237583401@10.7.7.3> <49C4B848.1010906@mavhome.dp.ua> <200903211449.n2LEmxwC034905@lava.sentex.ca> In-Reply-To: <200903211449.n2LEmxwC034905@lava.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Intel X58 eSATA port ? 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: Sat, 21 Mar 2009 17:51:46 -0000 Mike Tancsa wrote: > I turned it on, but still no luck. Attached is the verbose > dmesg.boot. I wonder if the extra controller is being mis-identified as > being PATA ? As far as I can tell, there are no legacy PATA connectors > on the board > > Yet > atapci0: port > 0x2018-0x201f,0x2024-0x2027,0x2010-0x2017,0x2020-0x2023,0x2000-0x200f > mem 0xe1100000-0xe11003ff irq 16 at device 0.0 on pci6 > > implies its a PATA device ? It is or PATA controller, or SATA in legacy emulation mode. As I can see on web, there are also AHCI capable SATA channels present on this chip: http://lists.laptop.org/pipermail/server-devel/2007-July/000070.html How it is reported in pciconf? May be there is some way to make AHCI attach it? Isn't there any options about it's operation in BIOS? Don't you have any datasheet for this device? Also a bit strange for me this messages: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata0: reset tp1 mask=00 ostat0=ff ostat1=ff ata0: [MPSAFE] ata0: [ITHREAD] ata1 at port 0x170-0x177,0x376 irq 15 on isa0 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ata1: [MPSAFE] ata1: [ITHREAD] channels 0 and 1 are legacy ATA channels. A bit strange to see them when AFAIK there is no PATA support on ICH10. If it is not a parts of Marvell, then I have no idea what is this. -- Alexander Motin