From owner-freebsd-mobile@FreeBSD.ORG Wed Oct 6 03:28: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 650A716A4CE for ; Wed, 6 Oct 2004 03:28:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A7843D39 for ; Wed, 6 Oct 2004 03:28:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i963RCNO015453; Tue, 5 Oct 2004 21:27:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 05 Oct 2004 21:28:50 -0600 (MDT) Message-Id: <20041005.212850.35870802.imp@bsdimp.com> To: oberman@es.net From: "M. Warner Losh" In-Reply-To: <20041001145616.4F6555D09@ptavv.es.net> References: <415CEEFC.5080800@onr.com> <20041001145616.4F6555D09@ptavv.es.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: shelton@onr.com cc: freebsd-mobile@freebsd.org Subject: Re: pcmcia on freebsd 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: Wed, 06 Oct 2004 03:28:54 -0000 In message: <20041001145616.4F6555D09@ptavv.es.net> "Kevin Oberman" writes: : > Date: Thu, 30 Sep 2004 23:45:32 -0600 : > From: John Shelton : > Sender: owner-freebsd-mobile@freebsd.org : > : > with what version of freebsd do pcmcia network cards work? : : PCMCIA PCcards (16 bit) worked starting with V4.3, I think. The ze driver was in 3.0, which supported NE-2000 pcmcia cards. By about 3.2 base FreeBSD supported it. By about 3.4 or so had most of the PAO support merged in. : CardBus (32 : bit) cards are new in V5 and will have their first stable support if 5.3 : is declared stable in a few weeks. While the "16 bit is PCcard" and "32 : bit is CardBus" is usually true, I think that there may be some 16-bit : CardBus cards out there, but they are not common. No. There are no 16-bit CardBus cards. CardBus is pci and 32-bit by definition. Warner