From owner-freebsd-stable@FreeBSD.ORG Wed May 11 02:35:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8006716A4CE for ; Wed, 11 May 2005 02:35:02 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019EC43D83 for ; Wed, 11 May 2005 02:35:02 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from drjekyll.mkbuelow.net (p54AAE59D.dip.t-dialin.net [84.170.229.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 1ABE62F0ED; Wed, 11 May 2005 04:34:55 +0200 (CEST) Received: from [IPv6:::1] (localhost.mkbuelow.net [IPv6:::1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j4B2ZxSr006250; Wed, 11 May 2005 04:36:00 +0200 (CEST) (envelope-from mkb@incubus.de) Message-ID: <42816F8F.4040500@incubus.de> Date: Wed, 11 May 2005 04:35:59 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050509) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirk Strauser References: <200505090942.56059.kirk@strauser.com> <200505101337.53863.kirk@strauser.com> <20050510.151550.74677018.imp@bsdimp.com> <200505101805.42166.kirk@strauser.com> In-Reply-To: <200505101805.42166.kirk@strauser.com> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Use PCMCIA instead of CardBus? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 02:35:02 -0000 Kirk Strauser wrote: > Basically, for a magic formula to make my non-Cardbus PCMCIA card work under > FreeBSD (without throwing "CIS is too long" errors) just like it does under > OpenBSD, NetBSD, and Linux. I'm trying to do similar things.. I'm trying to get a wi0 wi-fi card working on non-cardbus pcmcia. It worked mostly (with acpi disabled) on 5.3. With 5.4 now I just get device timeout. Plus, the sysinstall for several iterations of the same manual procedure set the interface down (and kept it down) after I manually configured it in the fixit shell (providing the same options in sysinstall's network dialog wouldn't work). Ah.. the pain... I think I'll switch back to NetBSD on that box aswell, which ran fine. *sigh* mkb.