From owner-freebsd-current Thu Dec 27 17:20:17 2001 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id AC7F537B417; Thu, 27 Dec 2001 17:20:13 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011228012013.XSWI20122.rwcrmhc53.attbi.com@InterJet.elischer.org>; Fri, 28 Dec 2001 01:20:13 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA90300; Thu, 27 Dec 2001 17:13:23 -0800 (PST) Date: Thu, 27 Dec 2001 17:13:23 -0800 (PST) From: Julian Elischer To: Maksim Yevmenkin Cc: current@freebsd.org, jhay@freebsd.org Subject: Re: [PATCH] if_ar and if_sr compile problem In-Reply-To: <3C2BBDEF.492478F@digisle.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG there are SEPARATE modules for the netgraph versions ng_sr and ng_ar, compiled from the same sources.. ng_sync_sr and ng_sync_ar are specifically for the non-netgraph versions. -r-xr-xr-x 1 root wheel 26500 Nov 7 00:08 /boot/kernel/ng_sync_ar.ko -r-xr-xr-x 1 root wheel 28523 Nov 7 00:08 /boot/kernel/ng_sync_sr.ko compiled from /sys/modules/netgraph/sync_sr and sync_ar you need to find what is broken in the NON netgraph case.. On Thu, 27 Dec 2001, Maksim Yevmenkin wrote: > Hackers, > > it looks like if_ar and if_sr modules will not compile > unless you have enabled NETGRAPH. patches are simple and > attached. > > thanks, > max > > p.s. i'm trying today's -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message