From owner-freebsd-current@FreeBSD.ORG Fri Dec 23 11:44:32 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 8CD9F16A41F for ; Fri, 23 Dec 2005 11:44:32 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF05343D58 for ; Fri, 23 Dec 2005 11:44:29 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (ppp132-74.lns2.adl2.internode.on.net [59.167.132.74]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id jBNBiRZd048100 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 23 Dec 2005 22:14:27 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Fri, 23 Dec 2005 22:14:13 +1030 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4190476.Dv6TNIgTFJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512232214.21552.doconnor@gsoft.com.au> X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.54 on 203.31.81.10 Subject: 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 11:44:32 -0000 --nextPart4190476.Dv6TNIgTFJ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Is there any reason it is not built? It works on in amd64 under qemu (about the only time you're likely to find= =20 NE2000 hardware on amd64 I'd hope :) If there is no reason it isn't built by default can someone commit this pat= ch? Index: modules/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/ncvs/src/sys/modules/Makefile,v retrieving revision 1.450.2.8 diff -u -r1.450.2.8 Makefile =2D-- 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 \ =2D ${_ed} \ + ed \ ${_el} \ ${_elink} \ ${_em} \ @@ -328,7 +328,6 @@ _cpufreq=3D cpufreq _digi=3D digi _drm=3D drm =2D_ed=3D ed _elink=3D elink _em=3D em _ep=3D ep Thanks. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart4190476.Dv6TNIgTFJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDq+MV5ZPcIHs/zowRAu1UAJ4khE9Vpuz8ybmKvVtqnARXCQrrjgCePC/I /qqSwtJll1St3GCuqpSEByc= =pCX/ -----END PGP SIGNATURE----- --nextPart4190476.Dv6TNIgTFJ--