From owner-freebsd-current@FreeBSD.ORG Fri Sep 16 22:58:00 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 CD21616A41F for ; Fri, 16 Sep 2005 22:58:00 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE1C43D45 for ; Fri, 16 Sep 2005 22:58:00 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0F9662E5A; Fri, 16 Sep 2005 17:58:00 -0500 (CDT) Date: Fri, 16 Sep 2005 17:58:00 -0500 To: Jayton Garnett Message-ID: <20050916225800.GA29223@soaustin.net> References: <4329DC37.4090305@codegurus.org> <47d0403c0509151529177cf5cc@mail.gmail.com> <432B3100.5030409@codegurus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <432B3100.5030409@codegurus.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) X-Mailman-Approved-At: Sat, 17 Sep 2005 13:08:42 +0000 Cc: freebsd-current@freebsd.org, minimarmot@gmail.com Subject: Re: making custom kernel module with ndiscvt 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, 16 Sep 2005 22:58:00 -0000 On Fri, Sep 16, 2005 at 09:54:24PM +0100, Jayton Garnett wrote: > I am using 5.4Release (with custom kernel) and there are no manual > entries for ndisgen nor are there any applications by the name of ndisgen. man ndisgen HISTORY The ndisgen utility first appeared in FreeBSD 6.0. Unfortunately the 6.0 manpages on www.freebsd.org don't seem to have this yet. mcl