Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/29/1999 08:02:58
Module Name:	syssrc
Committed By:	mycroft
Date:		Fri Oct 29 15:02:58 UTC 1999

Modified Files:
	syssrc/sys/compat/linux/common: linux_cdrom.c linux_cdrom.h
	syssrc/sys/dev/scsipi: cd.c
Added Files:
	syssrc/sys/sys: dvdio.h

Log Message:
Emulate the Linux DVD_* ioctls(2).  This gets us 90% of the way to running the
LiViD DVD player.  (See forthcoming mail to current-users.)
XXX NOTE: We should do something to probe capabilities, rather than allowing
these ioctls on any device.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/linux/common/linux_cdrom.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/linux/common/linux_cdrom.h
cvs rdiff -r1.131 -r1.132 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r0 -r1.1 syssrc/sys/sys/dvdio.h

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