From owner-freebsd-current@FreeBSD.ORG Fri Dec 23 17:25:06 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8365016A41F for ; Fri, 23 Dec 2005 17:25:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF5E43D49 for ; Fri, 23 Dec 2005 17:25:03 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jBNHP1Bg076442; Fri, 23 Dec 2005 10:25:01 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43AC32EC.7010609@samsco.org> Date: Fri, 23 Dec 2005 10:25:00 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Daniel O'Connor" References: <200512232214.21552.doconnor@gsoft.com.au> In-Reply-To: <200512232214.21552.doconnor@gsoft.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: freebsd-current@freebsd.org Subject: Re: if_ed on !i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:25:06 -0000 Daniel O'Connor wrote: > Is there any reason it is not built? > > It works on in amd64 under qemu (about the only time you're likely to find > NE2000 hardware on amd64 I'd hope :) > > If there is no reason it isn't built by default can someone commit this patch? > > Index: modules/Makefile > =================================================================== > RCS file: /usr/local/ncvs/src/sys/modules/Makefile,v > retrieving revision 1.450.2.8 > diff -u -r1.450.2.8 Makefile > --- modules/Makefile 1 Dec 2005 02:43:13 -0000 1.450.2.8 > +++ modules/Makefile 23 Dec 2005 11:43:51 -0000 > @@ -68,7 +68,7 @@ > ${_dpt} \ > ${_drm} \ > dummynet \ > - ${_ed} \ > + ed \ > ${_el} \ > ${_elink} \ > ${_em} \ > @@ -328,7 +328,6 @@ > _cpufreq= cpufreq > _digi= digi > _drm= drm > -_ed= ed > _elink= elink > _em= em > _ep= ep > > Thanks. > Does it work on big-endian machines? Scott