From 1ea17d228e582b1cfbf6f61e9da5fafef4063be8 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 30 Nov 2022 13:02:38 +0100 Subject: ide: Add 8-bit data mode CompactFlash uses features 0x01 and 0x81 to enable/disable 8-bit data path. Implement them. Signed-off-by: Lubomir Rintel Message-Id: <20221130120238.706717-1-lkundrak@v3.sk> Signed-off-by: Paolo Bonzini --- include/hw/ide/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/hw/ide/internal.h') diff --git a/include/hw/ide/internal.h b/include/hw/ide/internal.h index b17f36df95..fc0aa81a88 100644 --- a/include/hw/ide/internal.h +++ b/include/hw/ide/internal.h @@ -402,6 +402,7 @@ struct IDEState { uint8_t select; uint8_t status; + bool io8; bool reset_reverts; /* set for lba48 access */ -- cgit v1.2.3