diff --git a/sys/arch/xen/include/xen-public/io/domain_controller.h b/sys/arch/xen/include/xen-public/io/domain_controller.h index 850445da08b3..5f541eef1c2c 100644 --- a/sys/arch/xen/include/xen-public/io/domain_controller.h +++ b/sys/arch/xen/include/xen-public/io/domain_controller.h @@ -1,4 +1,4 @@ -/* $NetBSD: domain_controller.h,v 1.2 2005/03/09 22:39:20 bouyer Exp $ */ +/* $NetBSD: domain_controller.h,v 1.3 2005/03/10 19:47:08 bouyer Exp $ */ /* * Copyright (c) 2004, K A Fraser @@ -104,7 +104,7 @@ typedef struct { /* These are used by both front-end and back-end drivers. */ #define blkif_vdev_t u16 -#define blkif_pdev_t u16 +#define blkif_pdev_t u32 #define blkif_sector_t u64 /* @@ -206,7 +206,6 @@ typedef struct { blkif_sector_t sector_start; /* 0 */ blkif_sector_t sector_length; /* 8 */ blkif_pdev_t device; /* 16 */ - u16 __pad; /* 18 */ } PACKED blkif_extent_t; /* 20 bytes */ /* Non-specific 'okay' return. */