Subject: CVS commit: src/sys/arch/i386/conf
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/19/2006 00:39:36
Module Name: src
Committed By: bouyer
Date: Sun Mar 19 00:39:36 UTC 2006
Modified Files:
src/sys/arch/i386/conf: XEN3_U
Log Message:
Add xbd at xenbus, and limit MAXPHYS to 32k. The Xen vbd interface doesn't
handle 64k transfers (it's limited to 11 * PAGE_SIZE), and splitting requests
in xbd make things much more complex than needed.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/conf/XEN3_U
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.