From owner-freebsd-current@FreeBSD.ORG Sat Dec 26 06:26:22 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04759106566B for ; Sat, 26 Dec 2009 06:26:22 +0000 (UTC) (envelope-from torres.g.alex@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id D0B828FC14 for ; Sat, 26 Dec 2009 06:26:21 +0000 (UTC) Received: by pzk15 with SMTP id 15so6236378pzk.3 for ; Fri, 25 Dec 2009 22:26:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=AwgujhmUrFZPnHlq5qVredj8xT885KKMgq+brzpzXkI=; b=sFoSiUmVsEJ6y2sYo6smBjLgaJDupnio/p3RVZjJeM71br7b1NXTo3tkhaw/u494KE nuhW8PuORjen+ss9OQJyTJLBE5GdmWgXoKscK+qLIEXO3OsyjskDy+SIK+qRWy6l4HHz WfxiIi+dX/LTC9ynH2CG7Ra+pJI7IXJ409CHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=B6Q/2bnZoXJtd8Wrsi2+fz9OLg1ToeIPRWsTkqzf7TJ6scO2aEP/ut9eQxzEdBivEY oY76aZmplu8UJ2PJq3kkrTm6+D6M6dr4MuhKbKLVt0QsPoO8mzPM1fxLjPTWLS8TaVnR zF9JHH43ce8CeJgrLAQKfeWesxyrVcYK/HECE= MIME-Version: 1.0 Received: by 10.142.8.9 with SMTP id 9mr8757768wfh.67.1261807474246; Fri, 25 Dec 2009 22:04:34 -0800 (PST) Date: Sat, 26 Dec 2009 14:04:34 +0800 Message-ID: <4dd9665b0912252204n4bb6d1dh2ceb351512ce7707@mail.gmail.com> From: Alex Torres To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ath(4) -> ifa_add_loopback_route: insertion failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2009 06:26:22 -0000 Hi all, Up on insertion of a atheros PCMCIA card: ath0@pci0:3:0:0: class=0x020000 card=0x2051168c chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = '802.11a/b/g Wireless Adapter (AR5212)' class = network subclass = ethernet I get the following in dmesg(8) ath0: mem 0x88000000-0x8800ffff irq 18 at device 0.0 on cardbus0 ath0: [ITHREAD] ath0: AR2413 mac 7.9 RF2413 phy 4.5 ifa_add_loopback_route: insertion failed Can anyone shed any light as to what this means ? And why this is happening ? Thanks -Alex