From owner-freebsd-mobile@FreeBSD.ORG Tue May 25 22:43:33 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 A34F916A4CE for ; Tue, 25 May 2004 22:43:33 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B0443D2F for ; Tue, 25 May 2004 22:43:32 -0700 (PDT) (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 i4Q5f80E009844; Tue, 25 May 2004 23:41:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 25 May 2004 23:41:01 -0600 (MDT) Message-Id: <20040525.234101.122831947.imp@bsdimp.com> To: lanjoe9@prodigy.net.mx From: "M. Warner Losh" In-Reply-To: <40B42563.7050509@prodigy.net.mx> References: <40B42563.7050509@prodigy.net.mx> 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: 3com 3CRDAG675 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, 26 May 2004 05:43:33 -0000 In message: <40B42563.7050509@prodigy.net.mx> "Alejandro 'Lanjoe9' Valenzuela" writes: : Hi everyone, I just bought a 3com 3CRDAG675 PCI Wireless Network card. : According to the Atheros Web Page (and the fact that it's got 802.11a : turbo on windows), it is an Atheros-Based card. : : From atheros' web page: : 3Com 11a/b/g Wireless PCI Adapter [3CRDAG675] : Chipset: AR5002X : : How can I enable it in FreeBSD 5.2.1 ? : Thanks a lot in advance device ath device wlan in the kernel config file. Warner