Subject: CVS commit: syssrc/sys/dev/ir
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 12/02/2001 12:44:43
Module Name:	syssrc
Committed By:	augustss
Date:		Sun Dec  2 10:44:43 UTC 2001

Added Files:
	syssrc/sys/dev/ir: Makefile cir.c cirvar.h ir.c ir.h irdaio.h irframe.c
	    irframevar.h

Log Message:
Add framework for Ir devices.  The irframe device is for delivering IrDA
frame to user land and the cir device is for consumer Ir (remote controls).

This code is only partially finished, but the irframe device works (given
a low level driver for the actual IrDA device).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ir/Makefile syssrc/sys/dev/ir/cir.c \
    syssrc/sys/dev/ir/cirvar.h syssrc/sys/dev/ir/ir.c syssrc/sys/dev/ir/ir.h \
    syssrc/sys/dev/ir/irdaio.h syssrc/sys/dev/ir/irframe.c \
    syssrc/sys/dev/ir/irframevar.h

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