Subject: CVS commit: src/sys/dev/if_ndis
To: None <source-changes@NetBSD.org>
From: Alan Ritter <rittera@netbsd.org>
List: source-changes
Date: 03/31/2006 03:20:20
Module Name: src
Committed By: rittera
Date: Fri Mar 31 03:20:20 UTC 2006
Modified Files:
src/sys/dev/if_ndis: if_ndis.c if_ndis_pci.c
Log Message:
Removed the #include of ndis_driver_data.h, and replaced it with NDIS_DRV_DATA,
so that the location of the ndis_driver_data.h file which is built from
the Windows driver's .inf and .sys files using the ndiscvt utility can be
specified from the kernel configuration file.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/if_ndis/if_ndis.c \
src/sys/dev/if_ndis/if_ndis_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.