From owner-freebsd-stable@FreeBSD.ORG Tue Mar 8 03:21:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD6BB16A4CE for ; Tue, 8 Mar 2005 03:21:10 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A10E643D5F for ; Tue, 8 Mar 2005 03:21:10 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 979E872DD8; Mon, 7 Mar 2005 19:21:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 924E972DCB; Mon, 7 Mar 2005 19:21:10 -0800 (PST) Date: Mon, 7 Mar 2005 19:21:10 -0800 (PST) From: Doug White To: sthaug@nethelp.no In-Reply-To: <21136.1110016329@bizet.nethelp.no> Message-ID: <20050307191901.H32508@carver.gumbysoft.com> References: <20050304233814.U4084@carver.gumbysoft.com> <21136.1110016329@bizet.nethelp.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: 1000baseTX? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 03:21:10 -0000 On Sat, 5 Mar 2005 sthaug@nethelp.no wrote: > > > In man pages, dmesg and ifconfig of FreeBSD5, GbE operation over > > > twisted pair is mostly referred as '1000baseTX'. I guess most of them > > > should be replaced by '1000baseT'. 1000base"TX" and 1000base"T" are > > > different standard and they are not compatible ("TX" needs CAT6 cable > > > and uses pairs in different way). Also 1000baseTX support is very > > > rare yet. I'm sorry I'm not sure if some devices really support "TX". > > > > Do you have any documentation to back up this claim? > > 1000baseTX was an attempt at producing less expensive hardware (NICs > etc) that could be used with Cat6 cabling. It is basically dead, and > was never blessed by the IEEE. > > The IEEE is quite clear on the fact that Gigabit Ethernet on Cat5 UTP > is called 1000Base-T. See for instance Chapter 34, "Introduction to > 1000 Mb/s baseband network", in IEEE 802.3-2002, available from > > http://standards.ieee.org/getieee802/802.3.html > > So using 1000baseTX as the name in FreeBSD is clearly wrong. Thanks for doing the research on this. Its too bad that this is in a user-visible knob, so changing it would break scripts. We could create an alias for it, but that'd log an already busy mediatypes list. Considering that has been that way since 4.x and this is the first complaint I've heard of, I'm tempted to let it slide, at least for 5.x. 6.x could probably get away with it if someone offered the megapatch to fix all the drivers (or whatever code does the mediatype foo). -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org