From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 4 01:54:27 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 C598E16A4CE for ; Mon, 4 Oct 2004 01:54:27 +0000 (GMT) Received: from grunt2.ihug.co.nz (grunt2.ihug.co.nz [203.109.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCF943D5C for ; Mon, 4 Oct 2004 01:54:26 +0000 (GMT) (envelope-from mjl@luckie.org.nz) Received: from 203-118-173-23.adsl.ihug.co.nz (lycra.luckie.org.nz) [203.118.173.23] by grunt2.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 1CEI3S-0000tz-00; Mon, 04 Oct 2004 14:54:24 +1300 Received: from 203-118-171-57.adsl.ihug.co.nz ([203.118.171.57] helo=[192.168.1.13]) by lycra.luckie.org.nz with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.42 (FreeBSD)) id 1CEI37-0000dx-43; Mon, 04 Oct 2004 14:54:03 +1300 Message-ID: <4160AD0D.4080709@luckie.org.nz> Date: Mon, 04 Oct 2004 14:53:17 +1300 From: Matthew Luckie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041002 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <20041003203548.S83317@lycra.luckie.org.nz> <416028D5.4020803@errno.com> In-Reply-To: <416028D5.4020803@errno.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: ath driver on thinkpad R50p 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: Mon, 04 Oct 2004 01:54:27 -0000 >> I notice that the HAL has changed and that NetBSD has a more recent >> HAL, one with that xchanmode parameter. FreeBSD has 0.9.6.3 while >> NetBSD has 0.9.9.13 and perhaps my bug will be fixed with a more >> recent hal.o > > Your problem is indeed in the hal and what you need to do is get a more > up to date hal. I was successful using the more recent HAL with some NetBSD clue to get my ath working with the 11b modes (well, successful enough to associate with my Linksys 802.11b accesspoint and send this email). ath0: mem 0xc0210000-0xc021ffff irq 11 at device 2.0 on pci2 ath0: mac 5.6 phy 4.1 5ghz radio 1.7 2ghz radio 2.3 ath0: Ethernet address: 00:05:4e:4a:bd:34 ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps My patches are at http://www.wand.net.nz/~mjl12/dev-ath.diff http://www.wand.net.nz/~mjl12/contrib-ath.diff and they are against BETA7 cd /usr/src/sys/dev/ath patch -p1