Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 11/08/2000 08:00:19
Module Name:	syssrc
Committed By:	onoe
Date:		Wed Nov  8 06:00:18 UTC 2000

Modified Files:
	syssrc/sys/dev/ieee1394: fwohci.c fwohcivar.h

Log Message:
Add powerhook and shutdownhook to support Notebook.
Use PAGE_SIZE instead of OHCI_PAGE_SIZE for each DMA mem.
	OHCI_PAGE_SIZE(2kB) will be round up PAGE_SIZE, anyway.
	XXX: need more sophisticated way to manage buffer.
Clear IntEvent first not to lose SelfIDCompleted in multiple bus reset.
Be careful not to clear BusReset int event in SelfID duration to follow
the OHCI spec.
Initiate BusReset if selfid is not completed within 3sec after busreset.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ieee1394/fwohci.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ieee1394/fwohcivar.h

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