Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ir



Module Name:    src
Committed By:   drochner
Date:           Tue Mar  6 20:45:59 UTC 2007

Modified Files:
        src/sys/dev/ir: irframe.c irframe_tty.c irframevar.h

Log Message:
clean up and fix irframe attachment as a line discipline:
make it a regular "bus frontend" in terms of configuration attachment
(this is something new: a device which can be real or pseudo device),
and use only autoconf functions considered exported.
This suffers a bit from the fact that pseudo-devices don't get "aux"
context data passed to the xxx_attach() function. This can be changed
easily; the differences between real and pseudo devices are diminishing...


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/dev/ir/irframe.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/ir/irframe_tty.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ir/irframevar.h

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




Home | Main Index | Thread Index | Old Index