From owner-freebsd-stable@FreeBSD.ORG Fri Feb 8 06:16:15 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C36F16A41A for ; Fri, 8 Feb 2008 06:16:15 +0000 (UTC) (envelope-from grayfoxbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1A86613C465 for ; Fri, 8 Feb 2008 06:16:14 +0000 (UTC) (envelope-from grayfoxbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so5328146pyb.10 for ; Thu, 07 Feb 2008 22:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=WLjx+/bo7XSbqSDUpqizAxihVMX/BRHbvzWuVt70Lrw=; b=LYriLYIKXcPLe4gMrtUwCS1ncwzPIDewIKJVIWXDqzr3r5abks7O7pce32f5GFV4lUfQWsSK2YTwwRZdJMFQjCQql9tZfS/Fb0Gr9em4mjoQ7VkBHI3muw2fbJLlTz3ZW4thgh+SKUcJGSYEhfJWxfp1edFA7pKLU62q6f9s3Q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Yt1sGiJXTZEcEa+Ei+xWxr2dRiEmKGlde9XbXpIP1/cVzReqdyyRB+AeGSjlPNaAgwePuOujuEBgPqzDicVz4dBXSpS3x2mEf1hEla7Wz2dFrLIt3y6VhM4wnc7UbYjVVLxJAq1AdAu/du8Rq/J6Hqj1rDtejM4fvycIHPzDBCM= Received: by 10.142.229.4 with SMTP id b4mr6673235wfh.125.1202451373643; Thu, 07 Feb 2008 22:16:13 -0800 (PST) Received: by 10.142.245.2 with HTTP; Thu, 7 Feb 2008 22:16:13 -0800 (PST) Message-ID: Date: Fri, 8 Feb 2008 04:16:13 -0200 From: "Thiago Pollachini" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: D-link ag 530 on freebsd (atheros) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 06:16:15 -0000 Hi all, I bought a d-link ag530 pci card and I have a surprise. ath0: mem 0xdffe0000-0xdffeffff irq 18 at device 10.0 on pci0 ath0: unable to collect channel list from hal; regdomain likely 19 country code 0 I remember that we had to use ar5k.c to rewrite the regdomain on the eeprom. Some old ag530 cards I had done successfully, but the newer ones... On mikrotik routeros i have no problem. http://lists.freebsd.org/pipermail/freebsd-net/2007-September/015267.html thanks