Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   kiyohara
Date:           Tue Nov  6 15:24:11 UTC 2007

Modified Files:
        src/sys/dev/cardbus: fwohci_cardbus.c
        src/sys/dev/ieee1394: fwohci.c fwohcivar.h
        src/sys/dev/pci: fwohci_pci.c

Log Message:
The argument of *_intr_establish() is changed to fwohci_flit.
  Our ieee1394 coordinates from FreeBSD implementation.
Add fwohci_pci_shutdown() and fwohci_pci_power().
Move __KERNEL_RCSID to ahead.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/cardbus/fwohci_cardbus.c
cvs rdiff -r1.111 -r1.112 src/sys/dev/ieee1394/fwohci.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/ieee1394/fwohcivar.h
cvs rdiff -r1.26 -r1.27 src/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