Subject: CVS commit: src/sys/dev/ieee1394
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/28/2002 12:54:47
Module Name:	src
Committed By:	jmc
Date:		Sat Dec 28 10:54:47 UTC 2002

Modified Files:
	src/sys/dev/ieee1394: sbp2.c sbp2reg.h sbp2var.h

Log Message:
Implementation of page table support for 64k or greater transfers. This should
also handle uio structs passed in as well. All standard filesystem actions
are working at this stage (can copy, execute, mount, umount, fsck, etc).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ieee1394/sbp2.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ieee1394/sbp2reg.h
cvs rdiff -r1.4 -r1.5 src/sys/dev/ieee1394/sbp2var.h

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