From owner-freebsd-current@FreeBSD.ORG Sat Sep 2 13:43:20 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2117916A4DD for ; Sat, 2 Sep 2006 13:43:20 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A9543D60 for ; Sat, 2 Sep 2006 13:43:11 +0000 (GMT) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id CC6FC4E797; Sat, 2 Sep 2006 15:43:11 +0200 (CEST) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21002-07; Sat, 2 Sep 2006 15:43:11 +0200 (CEST) Received: from gandalf (unknown [81.0.245.205]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id 86BC14E790; Sat, 2 Sep 2006 15:43:11 +0200 (CEST) From: =?iso-8859-2?Q?Daniel_Dvo=F8=E1k?= To: "'Sam Leffler'" Date: Sat, 2 Sep 2006 15:43:10 +0200 Message-ID: <000d01c6ce95$bac6af70$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcbORV8Ws7zrV8/eQpG4RohCVQAwLQATwLZA In-Reply-To: <44F9039C.7060001@errno.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at profix.cz Cc: current@freebsd.org Subject: RE: atheros driver: countrycode and athdebug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@volny.cz List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 13:43:20 -0000 > You can override the country code but the potential values > depends on the regdomain. I thought hw.ath.countrycode was > r/w but it appears you can only set via the tunable api (kenv > hw.ath.countrycode=XXX). The dev.ath mib must be r/o since > you cannot (yet) change this after attaching the device (the > driver does not implement it). Adding support to do this is > not a big deal but hasn't been done; feel free to supply a patch. Yes, you told me, I can feel free to supply a patch for IFS slottime resetting and now for countrycode. I would like to supply, but I am not a programmer and I do not know about it at all. Be sure, that if I can do these things, I would supply patches for atheros. > > option ATH_DEBUG is required in your kernel config. If > building as a module you'll need to patch the Makefile when > it creates opt_ath.h (not sure how avoid this). > > Sam > Ok, I will compile ATH_DEBUG to kernel. Thank you. Daniel