Subject: Re: CVS commit: src
To: None <rittera@netbsd.org>
From: Juan RP <juan@xtrarom.org>
List: source-changes
Date: 04/18/2006 18:55:35
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 instead
> 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 from
> GENERIC (I checked using nm), so there is no reason for this to be commented
> out.
>
> 3. Added ndiscvt to usr.sbin/Makefile.
Thanks for these changes, but now you have enabled ndiscvt in usr.sbin/Makefile
you'll have to add it into the list sets (src/distrib/sets).
Cheers.