From owner-freebsd-current@FreeBSD.ORG Sat Jul 25 21:02:28 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 48E5E106564A for ; Sat, 25 Jul 2009 21:02:28 +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 C6C898FC13 for ; Sat, 25 Jul 2009 21:02:27 +0000 (UTC) (envelope-from mav@FreeBSD.org) 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 249724346; Sun, 26 Jul 2009 00:02:24 +0300 Message-ID: <4A6B72C4.6050408@FreeBSD.org> Date: Sun, 26 Jul 2009 00:01:56 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Greg Kerr , FreeBSD-Current References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: SiI3124/3132/3531 CAM driver 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, 25 Jul 2009 21:02:28 -0000 Greg Kerr wrote: > Put it on an 8b2 amd64 Toshiba notebook with a WD Studio II 2TB sata > drive attached to a Rosewill ExpressCard, installed > > $ kldstat > Id Refs Address Size Name > 6 1 0xffffffff80c5b000 8d78 siis.ko Have you loaded siis via loader.conf or later with kldload? You should use loader.conf, or ata(4) will grab first. > $ lspci | grep 3132 > 02:00.0 Mass storage controller: Silicon Image, Inc. SiI 3132 Serial > ATA Raid II Controller (rev 01) Show `pciconf -lbcv` for it please. -- Alexander Motin