From owner-freebsd-current@FreeBSD.ORG Mon Mar 20 16:04:44 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 28D6416A400 for ; Mon, 20 Mar 2006 16:04:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8108343D55 for ; Mon, 20 Mar 2006 16:04:43 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2KG3qhe091981; Mon, 20 Mar 2006 09:03:56 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 20 Mar 2006 09:04:09 -0700 (MST) Message-Id: <20060320.090409.21564375.imp@bsdimp.com> To: anderson@centtech.com From: "M. Warner Losh" In-Reply-To: <441EBC32.2070508@centtech.com> References: <441B2718.1010909@centtech.com> <20060317.163209.48485772.imp@bsdimp.com> <441EBC32.2070508@centtech.com> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 20 Mar 2006 09:03:56 -0700 (MST) Cc: freebsd-current@freebsd.org Subject: Re: Seagate 4GB CF drive in pccard slot won't work 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: Mon, 20 Mar 2006 16:04:44 -0000 In message: <441EBC32.2070508@centtech.com> Eric Anderson writes: : Warner Losh wrote: : >> I'm running the latest 6.1-*, and inserting a cf->pccard reader with a : >> 4GB seagate cf drive installed gives me these messages: : >> : >> cbb0: ready never happened, status = 0d : >> pcib3: pccard0 requested memory range 0xdfb00000-0xdfbfffff: good : >> pccard0: Card has no functions! : >> cbb0: PC Card card activation failed : >> : > : > Something bad happened on the way to the forum... Please set : > hw.cbb.debug=1 and hw.pccard.debug=1 and try again. : > : : Here's the latest snippet from /var/log/messages with those two set: : : Mar 20 08:27:47 neutrino kernel: Status is 0x30001911 : Mar 20 08:27:47 neutrino kernel: cbb0: card inserted: event=0x00000000, : state=30001911 : Mar 20 08:27:47 neutrino kernel: pccard0: chip_socket_enable : Mar 20 08:27:47 neutrino kernel: cbb_pcic_socket_enable: : Mar 20 08:27:47 neutrino kernel: cbb0: cbb_power: 2V : Mar 20 08:27:47 neutrino kernel: cbb0: ready never happened, status = 0d : Mar 20 08:27:47 neutrino kernel: pccard0: read_cis : Mar 20 08:27:47 neutrino kernel: pcib3: pccard0 requested memory range : 0xdfb00000-0xdfbfffff: good : Mar 20 08:27:47 neutrino kernel: pccard0: check_cis_quirks : Mar 20 08:27:47 neutrino kernel: pccard0: Card has no functions! : Mar 20 08:27:47 neutrino kernel: cbb0: PC Card card activation failed : : : Anything else I can provide? : : Also - when inserting this card in the slot, my system freezes for about : 5-6 seconds. hw.pccard.cis_debug=1 may help. The 2V cbb power looks very wrong, however... Warner