The Intel SIO and PIIX* southbridges now have the undocumented (by the datasheets, but fully documented by the Intel motherboard technical specifications) second PIT on ports 48h-4Bh.

This commit is contained in:
OBattler
2021-04-13 03:47:46 +02:00
parent 5a228ba8db
commit 76f3f08d78
4 changed files with 21 additions and 2 deletions

View File

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