From owner-freebsd-current@FreeBSD.ORG Fri Apr 24 16:00:25 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 1E7F21065672 for ; Fri, 24 Apr 2009 16:00:25 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id DD0BC8FC18 for ; Fri, 24 Apr 2009 16:00:24 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id n3OG0Mlx017313; Fri, 24 Apr 2009 10:00:23 -0600 Message-Id: From: Rafal Jaworowski To: Mike Tancsa In-Reply-To: <200904241528.n3OFSc0W010742@lava.sentex.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 24 Apr 2009 18:00:20 +0200 References: <200904241435.n3OEZmZC010476@lava.sentex.ca> <6936CBF8-5033-4D7D-B19C-FA9C773A113D@semihalf.com> <200904241528.n3OFSc0W010742@lava.sentex.ca> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-current@freebsd.org Subject: Re: new Marvell SATA controller 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: Fri, 24 Apr 2009 16:00:25 -0000 On 2009-04-24, at 17:29, Mike Tancsa wrote: > At 11:06 AM 4/24/2009, Rafal Jaworowski wrote: > >> On 2009-04-24, at 16:36, Mike Tancsa wrote: >> >>> One of my suppliers sent me a new inexpensive Supermicro SATA >>> controller >>> >>> none1@pci0:1:0:0: class=0x010000 card=0x050015d9 >>> chip=0x648511ab rev=0x01 hdr=0x00 >>> vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' >>> device = 'MV6446x System Controller for PowerPC Processors, >>> Revision B' >>> class = mass storage >>> subclass = SCSI >>> cap 01[48] = powerspec 2 supports D0 D1 D3 current D0 >>> cap 05[50] = MSI supports 1 message, 64 bit >>> cap 10[e0] = PCI-Express 1 legacy endpoint >>> >>> Does anyone know if this is just a case of adding the device IDs or >>> is it a different beast all together ? >> >> >> Have you got more info on the whole product like name/symbol? > > > http://www.supermicro.com/manuals/other/AOC-SASLP-MV8.pdf > is the product. It seems to imply it has a 88SE6480 controller on it ? > > > Nothing else shows up in the dmesg nor pciconf -lvc It seems that 88SE6480 internally is build around this integrated controller then, and simply presents as such during enumeration. If our ata(4) does not support other similar models (88SE6320, 6440), a new driver would probably be needed for this to work. Rafal