Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/12/2000 17:11:57
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Dec 12 15:11:57 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/arch/i386: linux_machdep.c linux_machdep.h

Log Message:
Allow for passing through of certain ranges of ioctl command values
directly to a device. The device has to be aware of how to handle
with these special ioctls. Useful for LKMs that deal with Linux
binaries.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 syssrc/sys/compat/linux/arch/i386/linux_machdep.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/linux/arch/i386/linux_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.