From owner-freebsd-mobile@FreeBSD.ORG Sat May 24 12:58:27 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6EAD37B401 for ; Sat, 24 May 2003 12:58:27 -0700 (PDT) Received: from ohsmtp02.ogw.rr.com (ohsmtp02.ogw.rr.com [65.24.7.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2B343F93 for ; Sat, 24 May 2003 12:58:26 -0700 (PDT) (envelope-from chops@cinci.rr.com) Received: from cinci.rr.com (cvg-27-164-225.cinci.rr.com [24.27.164.225]) by ohsmtp02.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h4OJwEYU018296; Sat, 24 May 2003 15:58:15 -0400 (EDT) Message-ID: <3ECFCED0.7060401@cinci.rr.com> Date: Sat, 24 May 2003 15:58:08 -0400 From: Mike B User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <3ECD0A64.3070606@cinci.rr.com> <20030523.085921.09571203.imp@bsdimp.com> In-Reply-To: <20030523.085921.09571203.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: any luck with 02micro OZ6933 CardBus Controller X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 19:58:28 -0000 When I enable cbb and insert a card I experience a hard freeze, that's why I've been playing around with pcic and pccard. Thanks for the help though. Mike M. Warner Losh wrote: > In message: <3ECD0A64.3070606@cinci.rr.com> > Mike B writes: > : My toshiba satellite 1905 has an 02micro OZ6933 cardbus controller and I > : can't seem to get it working. I have pcic, pccard, and cardbus compiled > : into my kernel. When I insert a card I get the following message > : > : May 22 13:16:04 1905 kernel: pccard0: 00 CD 3e > : May 22 13:16:04 1905 kernel: pccard0: enqueing INSERTION event > : May 22 13:16:05 1905 kernel: pccard0: insertion event > : May 22 13:16:05 1905 kernel: pccard0: pcic_chip_socket_enable cardtype mem > : May 22 13:16:05 1905 kernel: pcic_chip_mem_map window 0 bus d2800+0+400 at > : May 22 13:16:05 1905 kernel: pcic_chip_do_mem_map window 0: 00d2 80d2 3f2d > : May 22 13:16:05 1905 kernel: pcic_chip_do_mem_map window 0: 00d2 80d2 7f2d > : May 22 13:16:05 1905 kernel: pcic_chip_do_mem_map window 0: 00d2 80d2 7f2d > : May 22 13:16:05 1905 kernel: pccard0: Card has no functions! > : > : Any ideas about how to get it working, it does gives the same message > : with either my 802.11b card or my compact flash reader. Thanks in advance. > > Can you add hw.cardbus.cis_debug=1 in your /boot/loader.conf file and > tell me what prints. You should see something like: > > cbb1: card inserted: event=0x00000000, state=30000910 > pccard1: chip_socket_enable > cbb_pcic_socket_enable: > cbb1: cbb_power: CARD_VCC_0V and CARD_VPP_0V [44] > cbb1: cbb_power: CARD_VCC_3V and CARD_VPP_VCC [11] > pccard1: read_cis > cis mem map d4a08000 > pccard1: CIS tuple chain: > CISTPL_DEVICE type=null speed=null > 01 03 00 00 ff > ... > > So it looks like you might be using pcic, which won't work. Take pcic > out of your kernel and add cbb instead. O2 micro is a pci cardbus > bridge. This is for current. > > For stable, do a pccardc dumpcis. > > Warner > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" >