From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:42:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB5B16A41F; Fri, 17 Mar 2006 20:42:43 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCB243D46; Fri, 17 Mar 2006 20:42:42 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FKLmP-0005HW-5o; Fri, 17 Mar 2006 20:42:37 +0000 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1D49565654; Fri, 17 Mar 2006 20:42:41 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42395-02-3; Fri, 17 Mar 2006 20:42:40 +0000 (GMT) Received: by arginine.spc.org (Postfix, from userid 1078) id 4CD3165652; Fri, 17 Mar 2006 20:42:40 +0000 (GMT) Date: Fri, 17 Mar 2006 20:42:40 +0000 From: Bruce M Simpson To: Gleb Smirnoff Message-ID: <20060317204240.GH37590@spc.org> Mail-Followup-To: Bruce M Simpson , Gleb Smirnoff , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603172017.k2HKHhat004310@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603172017.k2HKHhat004310@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii mii.c src/sys/net if_media.c if_media.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:42:43 -0000 On Fri, Mar 17, 2006 at 08:17:43PM +0000, Gleb Smirnoff wrote: > MFC: > - Introduce ifmedia_baudrate(), which returns correct baudrate of the > given media status. [1] > - Utilize ifmedia_baudrate() in miibus_statchg() to update ifp->if_baudrate. Thanks. If I ever get round to committing the SpeedStream 3060 ADSL card driver I'll use this... I hacked the code which wraps the Alcatel on-board DSL chipset to use the ifmedia interface. BMS