Subject: CVS commit: src/sys/compat/irix
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/13/2007 15:57:40
Module Name:	src
Committed By:	dsl
Date:		Sun May 13 15:57:40 UTC 2007

Modified Files:
	src/sys/compat/irix: irix_ioctl.c irix_usema.c

Log Message:
There is no need to copy data out to userspace when its address is being
passed to the driver as the ioctl 'data' argument.
Change boths parts to expect a kernel memory buffer.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/compat/irix/irix_ioctl.c
cvs rdiff -r1.18 -r1.19 src/sys/compat/irix/irix_usema.c

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