From owner-freebsd-current@FreeBSD.ORG Thu Dec 14 20:12:41 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 3B3D416A47C for ; Thu, 14 Dec 2006 20:12:41 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED2D43CA5 for ; Thu, 14 Dec 2006 20:10:27 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so207859ana for ; Thu, 14 Dec 2006 12:12:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dFhOc6KEZYIy6+hUGH0lW1y2lcZVpKYaCzPsk15EwXWegEcBPYOETKwWE7h4s5KeprDpvmVKZNzoAE8hKFqAYGv8WDmrJy/2vR+RM5LUBqdnPV2HMrRXjocSXLVFNJTnq61l4BqUuCbgnoJWE6z1J/Uvmf8UC75WzbZ7SMTWmQg= Received: by 10.100.112.19 with SMTP id k19mr1212250anc.1166127123348; Thu, 14 Dec 2006 12:12:03 -0800 (PST) Received: by 10.100.136.16 with HTTP; Thu, 14 Dec 2006 12:12:03 -0800 (PST) Message-ID: <6eb82e0612141212t50fb25aeidfbc84435ca2d521@mail.gmail.com> Date: Fri, 15 Dec 2006 04:12:03 +0800 From: "Rong-en Fan" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: SD slot on ThinkPad X60 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: Thu, 14 Dec 2006 20:12:41 -0000 My ThinkPad X60 has a SD card slot. pciconf -lv shows none7@pci21:0:2: class=0x080500 card=0x201d17aa chip=0x08221180 rev=0x18 hdr=0x00 vendor = 'Ricoh Company, Ltd.' device = 'SD Bus Host Adapter' class = base peripheral How to use this slot to read SD cards? In ThinkPad X31, the CF slot is simulated as an ata drive, so I have adX for the CF card. It seems the SD slot here works differently. Any ideas? Regards, Rong-En Fan