Subject: CVS commit: src/sys/compat/ndis
To: None <source-changes@NetBSD.org>
From: Alan Ritter <rittera@netbsd.org>
List: source-changes
Date: 03/31/2006 02:43:18
Module Name: src
Committed By: rittera
Date: Fri Mar 31 02:43:18 UTC 2006
Added Files:
src/sys/compat/ndis: files.ndis nbcompat.c nbcompat.h
Log Message:
Added 3 files which were not part of the original FreeBSD code:
1. sys/compat/ndis/files.ndis
-needed to compile sys/compat/ndis into the kernel
2. sys/compat/ndis/nbcompat.h
-Various macros, typedefs, etc. needed for NetBSD
3. sys/compat/ndis/nbcompat.c
-A few function definitions needed for NetBSD. Mainly functions
available in the FreeBSD kernel, but not in NetBSD.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/compat/ndis/files.ndis \
src/sys/compat/ndis/nbcompat.c src/sys/compat/ndis/nbcompat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.