From owner-freebsd-current@FreeBSD.ORG Sun Mar 13 01:08:20 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C97DA16A4CE for ; Sun, 13 Mar 2005 01:08:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3795843D1D for ; Sun, 13 Mar 2005 01:08:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2D17LSW030324; Sat, 12 Mar 2005 18:07:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 12 Mar 2005 18:07:36 -0700 (MST) Message-Id: <20050312.180736.20895784.imp@bsdimp.com> To: gbergling@0xfce3.net From: "M. Warner Losh" In-Reply-To: <20050311142135.GA59088@spot.0xfce3.net> References: <20050311142135.GA59088@spot.0xfce3.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.ORG Subject: Re: built-in card reader on fsc a 7640 notebook X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 13 Mar 2005 01:08:20 -0000 In message: <20050311142135.GA59088@spot.0xfce3.net> Gordon Bergling writes: : Hi, : : I own a Fujitsu-Siemens Amilo A 7640 laptop. The laptop has an built-in : card reader (SD/MMC and so on), but nothing happens if I plug an SD card : into the reader. I think the relevant chip is this one: : : | none1@pci0:9:2: class=0x088000 card=0x106c1734 chip=0x71101217 rev=0x00 : | hdr=0x00 : | vendor = 'O2 Micro Inc' : | class = base peripheral : : Has anyone a hint on what I should do to get this feature working? : Maybe it whould be enough to tell the specific driver the card or : chip id? : : Any help whould be appreciated... :) Last time I was in contact with o2micro, they were somewhat reluctant to part with programming infomration for how to access this device. They were very helpful with the pccard/cardbus side of the chips, however, so I can't fault them too much. Since I don't have one of these bridges myself, I let the matter rest there and didn't push very hard to get the prgogramming information. Warner