Fixed the ATi Mach64 and S3 Virge graphics cards;
HDD controller initializer now ignores non-IDE controllers if the specified model has IDE; The RTL8029AS NIC and BusLogic BT-958D SCSI controller are now APIC-aware.
This commit is contained in:
@@ -988,7 +988,7 @@ static void recalc_hdd_list(HWND hdlg, int model, int use_selected_hdd)
|
||||
|
||||
h = GetDlgItem(hdlg, IDC_COMBO_HDC);
|
||||
|
||||
if (models[model].flags & MODEL_HAS_IDE)
|
||||
if (models[temp_model].flags & MODEL_HAS_IDE)
|
||||
{
|
||||
hdc_ignore = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user