From 0287706d799b8dfe26bf939974c52e51b15a02d3 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 6 Aug 2023 17:21:09 -0400 Subject: [PATCH] Comments to ifdefs --- src/machine/m_at_slot1.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/machine/m_at_slot1.c b/src/machine/m_at_slot1.c index f5cf3bc5e..5ab99916d 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -250,7 +250,9 @@ machine_at_p2bls_coreboot_init(const machine_t *model) device_add(&piix4e_device); device_add(&keyboard_ps2_ami_pci_device); device_add(&w83977ef_device); - // device_add(ics9xxx_get(ICS9150_08)); /* setting proper speeds requires some interaction with the AS97127F ASIC */ +#if 0 + device_add(ics9xxx_get(ICS9150_08)); /* setting proper speeds requires some interaction with the AS97127F ASIC */ +#endif device_add(&sst_flash_39sf020_device); spd_register(SPD_TYPE_SDRAM, 0xF, 256); device_add(&w83781d_device); /* fans: Chassis, CPU, Power; temperatures: MB, unused, CPU */ @@ -265,7 +267,9 @@ machine_at_p3bf_init(const machine_t *model) { int ret; -// ret = bios_load_linear("roms/machines/p3bf/bx3f1006.awd", +#if 0 + ret = bios_load_linear("roms/machines/p3bf/bx3f1006.awd", +#endif ret = bios_load_linear("roms/machines/p3bf/1008f.004", 0x000c0000, 262144, 0);