Some HDC/FDC related changes for midnight

1. Added the NSC floppy controller (TODO: to add PC87311 SIO & floppy controller)
2. Removed CMD-640 PCI (Single Channel) IDE controller
3. Alphabetized OPTI 82c611 IDE controller
This commit is contained in:
Maxwell Scott
2026-02-28 00:30:46 +07:00
parent 4cc3ba5bcd
commit 0dbbf55984
2 changed files with 2 additions and 2 deletions

View File

@@ -90,12 +90,11 @@ static const struct {
/* VLB */
{ &ide_ali5213_device },
{ &ide_cmd640_vlb_device },
{ &ide_opti611_vlb_device },
{ &ide_vlb_device },
{ &ide_vlb_2ch_device },
{ &ide_opti611_vlb_device },
/* PCI */
{ &ide_cmd640_pci_device },
{ &ide_cmd640_pci_single_channel_device },
{ &ide_cmd646_ter_qua_device },
{ &ide_cmd648_ter_qua_device },
{ &ide_cmd649_ter_qua_device },

View File

@@ -111,6 +111,7 @@ static fdc_cards_t fdc_cards[] = {
{ &fdc_xt_umc_um8398_device },
{ &fdc_at_device },
{ &fdc_at_nsc_dp8473_device },
{ &fdc_at_nsc_device }, /* TODO: PC87311 SIO & floppy controller */
{ &fdc_at_smc_device },
{ &fdc_b215_device },
{ &fdc_pii151b_device },