From owner-freebsd-current Mon Jul 10 11:54:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 8677237B7BA; Mon, 10 Jul 2000 11:53:59 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA28857; Mon, 10 Jul 2000 11:51:32 -0700 Date: Mon, 10 Jul 2000 11:49:37 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mark Murray Cc: wpaul@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: if_de as a module... In-Reply-To: <200007101848.UAA67042@grimreaper.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *I'll* check it too- I'd *love* to have if_de as a loadable since most of the alphas I have use if_de (not dc)! On Mon, 10 Jul 2000, Mark Murray wrote: > Hi Bill > > If I apply the enclosed patch to sys/pci/if_de.c, and make a > copy of (say) sys/modules/dc to sys/modules/de (while changing > all relevant dc --> de), I can build a loadable module for de. > > Could you please check that this works in your (no doubt) > excellent laboratory and either commit or review for me to > commit. > > Thanks! :-) > > M > > Index: sys/pci/if_de.c > =================================================================== > RCS file: /home/ncvs/src/sys/pci/if_de.c,v > retrieving revision 1.129 > diff -u -d -r1.129 if_de.c > --- sys/pci/if_de.c 2000/05/28 16:06:56 1.129 > +++ sys/pci/if_de.c 2000/07/09 08:27:09 > @@ -54,10 +54,9 @@ > #include > #include > > -#include "opt_inet.h" > -#include "opt_ipx.h" > - > #include > +#include > +#include > #include > #include > #ifdef TULIP_USE_SOFTINTR > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message