mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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'))
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -60,7 +60,4 @@ struct PCMCIACardClass {
|
||||
#define CISTPL_END 0xff /* Tuple End */
|
||||
#define CISTPL_ENDMARK 0xff
|
||||
|
||||
/* dscm1xxxx.c */
|
||||
PCMCIACardState *dscm1xxxx_init(DriveInfo *bdrv);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user