Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 11/06/2007 15:24:11
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.