From owner-cvs-all Sun Apr 9 21:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 8819B37B837; Sun, 9 Apr 2000 21:29:27 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id GAA36257; Mon, 10 Apr 2000 06:28:44 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200004100428.GAA36257@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: src/sys/i386/isa if_sr.c In-Reply-To: <200004100403.VAA47532@gndrsh.dnsmgr.net> from "Rodney W. Grimes" at "Apr 9, 2000 09:03:02 pm" To: freebsd@gndrsh.dnsmgr.net (Rodney W. Grimes) Date: Mon, 10 Apr 2000 06:28:44 +0200 (SAT) Cc: archie@whistle.com (Archie Cobbs), jhay@FreeBSD.org (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Rodney W. Grimes writes: > > > > sys/i386/isa if_sr.c > > > > Log: > > > > Make the N2 isa cards probe again. Remove the unused frame relay hooks. > ^^^^^^^^^^^^^^^^^^ > > > > > This should also fix PR 17814 where flags were ignored on the first > > > > usage of ifconfig on the interface. > > > > > > Just what are the options for running frame relay under FreeBSD? Is > > > ET Inc the only game in town??? > > > > Netgraph should work, assuming this driver is working and you > ^^^^^^?? Has it even been tested? > > > compile the kernel with options NETGRAPH. > > > > Wouldn't the above commit have broken this??? No. The hooks that I removed was the hooks to SDL's own frame-relay code. But they don't want to make it available, so there is no point in haveing it. The ar(4) and sr(4) drivers with the cards that they support should work just fine with netgraph(4). ... Except that somewhere between netgraph and the kld mechanism something is broken. You have to define "options NETGRAPH" to get the netgraph hooks into the ar(4) and sr(4) drivers, but then when you try to use it, the rest of the netgraph klds don't realise it and try to load it again and nothing works. At the end I just took all the NETGRAPH options from LINT and compiled it into my kernel. John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message