From owner-freebsd-current@FreeBSD.ORG  Wed Nov 22 03:05:57 2006
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
X-Original-To: current@freebsd.org
Delivered-To: freebsd-current@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CAC5616A407
	for <current@freebsd.org>; Wed, 22 Nov 2006 03:05:57 +0000 (UTC)
	(envelope-from john_m_cooper@yahoo.com)
Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com
	[68.142.229.216])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0570243D55
	for <current@freebsd.org>; Wed, 22 Nov 2006 03:05:30 +0000 (GMT)
	(envelope-from john_m_cooper@yahoo.com)
Received: (qmail 22229 invoked from network); 22 Nov 2006 03:05:56 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
	h=Received:X-YMail-OSG:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding;
	b=Aff2nEJz4CI0lUL2KVZYgC6A/+Dj6PL5NVFAffV0Ob2Zye4w93Rfwt6m3nRbDkp67OIvMloaJaqlKk2g30pNcxRlIwbXbcnEKtdydgXUwFeMJmIAxsIbpipUaCaANb5nn0rSANBNR1ITEqhgEvHCccmWfVJNrmS/4Z9EhHjjCvw=
	; 
Received: from unknown (HELO borgdemon2.13tentmillln.home)
	(j.m.cooper@borgsdemons.com@68.33.224.115 with login)
	by smtp102.biz.mail.re2.yahoo.com with SMTP; 22 Nov 2006 03:05:56 -0000
X-YMail-OSG: fZs39XQVM1ktVfC3nOPfdCwtBPPq29jgN0BVGBTwzmGJmER_fZF_A0sqDv4BI3vG6WMad0tzzXJEkhleLjSh_Bu2g13YJONRcVhS7P9xtchKDhzqCXso7g--
Received: from [127.0.0.1] (localhost [127.0.0.1])
	by borgdemon2.13tentmillln.home (Postfix) with ESMTP id 69E075C27;
	Tue, 21 Nov 2006 22:05:54 -0500 (EST)
Message-ID: <4563BE8E.7090803@yahoo.com>
Date: Tue, 21 Nov 2006 22:05:50 -0500
From: John Merryweather Cooper <john_m_cooper@yahoo.com>
User-Agent: Thunderbird 1.5.0.8 (X11/20061111)
MIME-Version: 1.0
To: Andrey Chernov <ache@freebsd.org>,  current@freebsd.org
References: <20061122012308.GA17979@nagual.pp.ru>
In-Reply-To: <20061122012308.GA17979@nagual.pp.ru>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: 
Subject: Re: Strange fxp state change with -current
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Nov 2006 03:05:57 -0000

Andrey Chernov wrote:
> With recent current I got
>
> fxp: link state changed to DOWN
> fxp: link state changed to UP
>
> each reboot. I don't see that before.
>
> DHCP also complains:
> fxp0: no link ...
> .
> .
> got link
>
> Who broke fpx, please think about a possible fix.
>
>   
This is the same behavior (which appears pretty normal on a wireless 
link) when wpa_supplicant is seeking authentication from the wireless 
router.  However, I've never seen this behavior on a hardwired adapter.

jmc