hw/ide: Remove DSCM-1XXXX microdrive device model

The DSCM-1XXXX microdrive device model was used only by the
XScale-based Zaurus machine types.  Now they have been removed, we
can delete this device too.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241003140010.1653808-4-peter.maydell@linaro.org
This commit is contained in:
Peter Maydell
2024-10-15 15:16:17 +01:00
parent 513a1c4471
commit 819946d275
4 changed files with 0 additions and 654 deletions
-6
View File
@@ -43,12 +43,6 @@ config IDE_VIA
bool
select IDE_PCI
config MICRODRIVE
bool
select IDE_BUS
select IDE_DEV
depends on PCMCIA
config AHCI
bool
select IDE_BUS
-1
View File
@@ -13,4 +13,3 @@ system_ss.add(when: 'CONFIG_IDE_PCI', if_true: files('pci.c'))
system_ss.add(when: 'CONFIG_IDE_PIIX', if_true: files('piix.c', 'ioport.c'))
system_ss.add(when: 'CONFIG_IDE_SII3112', if_true: files('sii3112.c'))
system_ss.add(when: 'CONFIG_IDE_VIA', if_true: files('via.c'))
system_ss.add(when: 'CONFIG_MICRODRIVE', if_true: files('microdrive.c'))
-644
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -60,7 +60,4 @@ struct PCMCIACardClass {
#define CISTPL_END 0xff /* Tuple End */
#define CISTPL_ENDMARK 0xff
/* dscm1xxxx.c */
PCMCIACardState *dscm1xxxx_init(DriveInfo *bdrv);
#endif