Subject: CVS commit: src/sys/arch/xen/include/xen-public/io
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/10/2005 19:47:08
Module Name:	src
Committed By:	bouyer
Date:		Thu Mar 10 19:47:08 UTC 2005

Modified Files:
	src/sys/arch/xen/include/xen-public/io: domain_controller.h

Log Message:
Bump blkif_pdev_t from 16 to 32 bits, to fix the dev_t problem on NetBSD.
Remove the padding bits from blkif_extent_t, so that the message size doesn't
change. You'll need xentools20-2.0.3nb1 if you upgrade your kernel
(the old tools didn't zero out the padding bits, and a new kernel will
interpret them as part of the device number).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
    src/sys/arch/xen/include/xen-public/io/domain_controller.h

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