From owner-freebsd-net@FreeBSD.ORG Mon Aug 16 18:37:52 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A0E16A4CE; Mon, 16 Aug 2004 18:37:52 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CC243D1F; Mon, 16 Aug 2004 18:37:51 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7GIbk6B069558 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Aug 2004 21:37:47 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i7GIbkIC087119; Mon, 16 Aug 2004 21:37:46 +0300 (EEST) (envelope-from ru) Date: Mon, 16 Aug 2004 21:37:46 +0300 From: Ruslan Ermilov To: "Bjoern A. Zeeb" Message-ID: <20040816183746.GC33984@ip.net.ua> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xo44VMWPx7vlQ2+2" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: freebsd-net@FreeBSD.org cc: Gleb Smirnoff Subject: Re: netgraph only on i386/ia64 - why ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.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: Mon, 16 Aug 2004 18:37:52 -0000 --xo44VMWPx7vlQ2+2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 16, 2004 at 06:03:33PM +0000, Bjoern A. Zeeb wrote: > Hi, >=20 > It seems netgraph is only build on ia64 and i386. > Can someone please explain why ? >=20 I think this is an omission from the old days. If it survives ``make universe'', this should probably be committed. Gleb, do you feel like testing this with ``make universe''? %%% Index: 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: /home/ncvs/src/sys/modules/Makefile,v retrieving revision 1.391 diff -u -r1.391 Makefile --- Makefile 3 Aug 2004 19:24:54 -0000 1.391 +++ Makefile 16 Aug 2004 18:24:23 -0000 @@ -143,7 +143,7 @@ ${_ncp} \ ${_ncv} \ ${_ndis} \ - ${_netgraph} \ + netgraph \ nfsclient \ nfsserver \ nge \ @@ -308,7 +308,6 @@ _ncp=3D ncp _ncv=3D ncv _ndis=3D ndis -_netgraph=3D netgraph _nsp=3D nsp _nwfs=3D nwfs _oltr=3D oltr @@ -401,7 +400,6 @@ _hfa=3D hfa _iir=3D iir _mly=3D mly -_netgraph=3D netgraph _pccard=3D pccard _ray=3D ray _scsi_low=3D scsi_low %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --xo44VMWPx7vlQ2+2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBIP76qRfpzJluFF4RAlKxAJ9rJf/cZfy3hYcMWTUFcFzTHTgHKACfdpkZ GlTplrsORqSs7mG6x05jvdc= =TZeZ -----END PGP SIGNATURE----- --xo44VMWPx7vlQ2+2--