Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   haya
Date:           Wed Dec  4 00:28:45 UTC 2002

Modified Files:
        syssrc/sys/arch/i386/conf: majors.i386
        syssrc/sys/arch/macppc/conf: majors.macppc
        syssrc/sys/conf: files
        syssrc/sys/dev: Makefile
        syssrc/sys/dev/ieee1394: fwohci.c fwohcireg.h fwohcivar.h ieee1394reg.h
            ieee1394var.h
        syssrc/sys/dev/pci: fwohci_pci.c
Added Files:
        syssrc/sys/dev/ieee1394: Makefile fwiso.c fwiso_ioctl.h fwisovar.h

Log Message:
New Feature: add pseudo device for IEEE 1394 isochronous stream and
isochronous reception routine for IEEE 1394 OHCI (fwohci).  The
transmission part is under construction.

The minimum configuration options for this feature are:

# IEEE 1394 (i.LINK)
fwohci* at pci? dev ? function ?
pseudo-device   fwiso           1


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/i386/conf/majors.i386
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/macppc/conf/majors.macppc
cvs rdiff -r1.581 -r1.582 syssrc/sys/conf/files
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/Makefile
cvs rdiff -r0 -r1.3 syssrc/sys/dev/ieee1394/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ieee1394/fwiso.c \
    syssrc/sys/dev/ieee1394/fwiso_ioctl.h syssrc/sys/dev/ieee1394/fwisovar.h
cvs rdiff -r1.61 -r1.62 syssrc/sys/dev/ieee1394/fwohci.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ieee1394/fwohcireg.h
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/ieee1394/fwohcivar.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ieee1394/ieee1394reg.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/ieee1394/ieee1394var.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/pci/fwohci_pci.c

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