Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 12/18/2000 16:43:44
Module Name:	syssrc
Committed By:	fvdl
Date:		Mon Dec 18 14:43:44 UTC 2000

Modified Files:
	syssrc/sys/sys: ioctl.h

Log Message:
Add defines for 'passthrough' (PTIOC) ioctl commands. To be used for
devices that use private sets of ioctls (in LKMs), which should not
conflict with other defines. Define a value for each emulation, so
that, for example, Linux binaries which have specific ioctls
redefined to passthrough ones by the compat code, don't conflict
with other emulations.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/sys/ioctl.h

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