Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/03/2006 08:15:50
Module Name:	src
Committed By:	scw
Date:		Mon Apr  3 08:15:50 UTC 2006

Modified Files:
	src/distrib/sets/lists/base: mi
	src/distrib/sets/lists/comp: mi
	src/distrib/sets/lists/man: mi
	src/etc: MAKEDEV.tmpl
	src/share/man/man4: Makefile usb.4
	src/sys/conf: majors
	src/sys/dev: DEVNAMES
	src/sys/dev/usb: Makefile files.usb
	src/usr.bin: Makefile
Added Files:
	src/share/man/man4: utoppy.4
	src/sys/dev/usb: utoppy.c utoppy.h
	src/usr.bin/utoppya: Makefile utoppya.1 utoppya.c

Log Message:
Add a kernel driver and userland program for the Topfield TF5000PVR range
of digital video recorders popular in Europe and Australia.

These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.


To generate a diff of this commit:
cvs rdiff -r1.610 -r1.611 src/distrib/sets/lists/base/mi
cvs rdiff -r1.867 -r1.868 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.872 -r1.873 src/distrib/sets/lists/man/mi
cvs rdiff -r1.51 -r1.52 src/etc/MAKEDEV.tmpl
cvs rdiff -r1.380 -r1.381 src/share/man/man4/Makefile
cvs rdiff -r1.80 -r1.81 src/share/man/man4/usb.4
cvs rdiff -r0 -r1.1 src/share/man/man4/utoppy.4
cvs rdiff -r1.20 -r1.21 src/sys/conf/majors
cvs rdiff -r1.195 -r1.196 src/sys/dev/DEVNAMES
cvs rdiff -r1.7 -r1.8 src/sys/dev/usb/Makefile
cvs rdiff -r1.65 -r1.66 src/sys/dev/usb/files.usb
cvs rdiff -r0 -r1.1 src/sys/dev/usb/utoppy.c src/sys/dev/usb/utoppy.h
cvs rdiff -r1.149 -r1.150 src/usr.bin/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/utoppya/Makefile \
    src/usr.bin/utoppya/utoppya.1 src/usr.bin/utoppya/utoppya.c

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