From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 8 16:50:54 2004 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 C359016A4CE for ; Thu, 8 Jul 2004 16:50:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57DDE43D58 for ; Thu, 8 Jul 2004 16:50:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i68Glfvb085666; Thu, 8 Jul 2004 10:47:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 08 Jul 2004 10:47:53 -0600 (MDT) Message-Id: <20040708.104753.78074011.imp@bsdimp.com> To: bryce@xanthworld.com From: "M. Warner Losh" In-Reply-To: <004f01c464a9$200e5f80$80371e0a@zeus> References: <004f01c464a9$200e5f80$80371e0a@zeus> 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-mobile@freebsd.org Subject: Re: Unrecognized PCMCIA using FreeBSD 4.10 on Gateway Laptop. 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: Thu, 08 Jul 2004 16:50:54 -0000 In message: <004f01c464a9$200e5f80$80371e0a@zeus> "Bryce Alexander" writes: : I did notice that in the man page for pcic that the 02micro 6912 is not : on the list of supported cardbus bridges and the warning that the 02 : micro chips may not work well. : : : : My question is if anyone knows the development status of the 02 micro : chip support on the pcic, or if there are any patches or workarounds? is pccardd enabled and running? There's some changes in -current's newcard that work around issues with the 02micro, but they haven't been ported to OLDCARD. Feel free to port them, I'll commit them if you can test them. Warner