From 46d4767d93bcb2e84869ba6d2344ebff4382be86 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 16 Nov 2004 01:45:27 +0000 Subject: better BIOS ATA translation support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1153 c046a42c-6fe2-441c-8c8c-71466251a162 --- block_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index 9d047c4..03744f7 100644 --- a/block_int.h +++ b/block_int.h @@ -68,7 +68,7 @@ struct BlockDriverState { /* NOTE: the following infos are only hints for real hardware drivers. They are not used by the block driver */ - int cyls, heads, secs; + int cyls, heads, secs, translation; int type; char device_name[32]; BlockDriverState *next; -- cgit v1.1