From owner-svn-src-head@FreeBSD.ORG Fri Mar 12 20:50:29 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34B82106566C; Fri, 12 Mar 2010 20:50:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id CEA7A8FC1F; Fri, 12 Mar 2010 20:50:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o2CKkMRn071941; Fri, 12 Mar 2010 13:46:22 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 12 Mar 2010 13:46:29 -0700 (MST) Message-Id: <20100312.134629.981381289162171405.imp@bsdimp.com> To: qingli@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <9ace436c1003112327i3350a0e8n9f6d5e917e9d1411@mail.gmail.com> References: <4B99EA09.80108@elischer.org> <9ace436c1003112327i3350a0e8n9f6d5e917e9d1411@mail.gmail.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, jmallett@FreeBSD.org, svn-src-all@FreeBSD.org, rwatson@FreeBSD.org, julian@elischer.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r205024 - head/sys/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 20:50:29 -0000 julian> probably should add a flag that means "we have media state" julian> and if it is not set, assume it is always on. qing> That's a good idea. I will take your approach. I do too. While I have many of the older cards that don't support media detect (because the chips don't report that info), it will take some time to test them all out... Warner