Subject: Re: CVS commit: src
To: Juan RP <juan@xtrarom.org>
From: Alan Ritter <ritter.alan@gmail.com>
List: source-changes
Date: 04/18/2006 10:45:53
On 4/18/06, Juan RP <juan@xtrarom.org> wrote:
> On Tue, 18 Apr 2006 16:49:19 +0000 (UTC)
> Alan Ritter <rittera@netbsd.org> wrote:
>
> >
> > Module Name:  src
> > Committed By: rittera
> > Date:         Tue Apr 18 16:49:19 UTC 2006
> >
> > Modified Files:
> >       src/sys/arch/i386/conf: GENERIC files.i386
> >       src/sys/dev/if_ndis: if_ndis.c if_ndis_pci.c
> >       src/sys/dev/pci: files.pci
> >       src/usr.sbin: Makefile
> >       src/usr.sbin/ndiscvt: Makefile inf-parse.y inf-token.l inf.c inf.=
h
> >
> > Log Message:
> > A number of minor changes for NDIS.  (OK'd by phil)
> >
> > 1. Removed the makeoptions line from arch/i386/conf/GENERIC.  Now
> > ndis_driver_data.h is simply copied into the kernel build directory ins=
tead
> > of editing the config file to specify its location.
> >
> > 2. Uncommented lines in files.i386 and files.pci related to NDIS.  NDIS=
 will
> > not be compiled into the kernel unless the two lines are uncommented fr=
om
> > GENERIC (I checked using nm), so there is no reason for this to be comm=
ented
> > out.
> >
> > 3. Added ndiscvt to usr.sbin/Makefile.
>
> Thanks for these changes, but now you have enabled ndiscvt in usr.sbin/Ma=
kefile
> you'll have to add it into the list sets (src/distrib/sets).

OK, thanks; I wasn't aware of this.  Should I remove ndiscvt from
usr.sbin/Makefile untill I figure out exactly what changes need to be
done here?