IDE changes (now for MCA).

Added McIDE (MCA IDE) controller for MCA machines that don't have it (PS/2 models 50+).
This commit is contained in:
TC1995
2024-03-01 22:54:31 +01:00
parent 929fa7328d
commit af786bec0a
3 changed files with 292 additions and 9 deletions

View File

@@ -109,6 +109,7 @@ static const struct {
{ &ide_pci_2ch_device },
{ &ide_vlb_device },
{ &ide_vlb_2ch_device },
{ &mcide_device },
{ NULL }
// clang-format on
};