Temporarily disabled the second PIT on the PIIX and SIO to gain some performance back.

This commit is contained in:
OBattler
2021-04-29 23:46:44 +02:00
parent cefb9e24ec
commit 50e32b6873
2 changed files with 2 additions and 2 deletions

View File

@@ -1377,7 +1377,7 @@ static void
else
dev->board_config[1] |= 0x00;
device_add(&i8254_sec_device);
// device_add(&i8254_sec_device);
return dev;
}

View File

@@ -539,7 +539,7 @@ sio_init(const device_t *info)
timer_add(&dev->timer, NULL, NULL, 0);
device_add(&i8254_sec_device);
// device_add(&i8254_sec_device);
return dev;
}