mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
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:
@@ -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 },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user