From owner-freebsd-net@FreeBSD.ORG Tue Nov 11 17:28:26 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C37B614E for ; Tue, 11 Nov 2014 17:28:26 +0000 (UTC) Received: from mario.brtsvcs.net (mario.brtsvcs.net [199.48.128.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF24C96 for ; Tue, 11 Nov 2014 17:28:26 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:2580:674:21c:c0ff:fe7f:96ee]) by mario.brtsvcs.net (Postfix) with ESMTPSA id 3ED542C1614; Tue, 11 Nov 2014 17:28:24 +0000 (UTC) Received: from [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29] (ivy.libssl.so [IPv6:2601:7:2580:674:baca:3aff:fe83:bd29]) by chombo.houseloki.net (Postfix) with ESMTPSA id 03D8317F; Tue, 11 Nov 2014 09:28:21 -0800 (PST) Message-ID: <54624735.80206@bluerosetech.com> Date: Tue, 11 Nov 2014 09:28:21 -0800 From: Darren Pilgrim Reply-To: freebsd-net@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Ian Smith , freebsd-net@freebsd.org Subject: Re: Whither ep(4) on 9.3-RELEASE? References: <20141111203429.I31139@sola.nimnet.asn.au> In-Reply-To: <20141111203429.I31139@sola.nimnet.asn.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 17:28:26 -0000 On 11/11/2014 2:31 AM, Ian Smith wrote: > In a conversation on questions@ re natd(8), Gary said he was about to > upgrade to 9.3 from some (embarrassingly :) old version, and I said: > > >> Strangely, there's no man page for ep nor if_ep on 8.x or 9.x? > > To which Gary replied: > > > ugh. That will be interesting when my upgrade starts in a few days. > > Dang. > > man ep > > ep -- Ethernet driver for 3Com Etherlink III (3c5x9) interfaces I'm amazed people still use tech this old. > So can anyone confirm that ep(4) is present on 9.3-R, even if only i386? It's available in i386, all releases (even head, presently). It's not in amd64 due to no ISA support.