Change the internal name for VLB IDE controllers
This should fix an issue with HDDs and CD-ROMs connected to those controllers not appearing in the status bar.
This commit is contained in:
@@ -118,8 +118,8 @@ static const struct {
|
||||
{ "esdi_mca", &esdi_ps2_device },
|
||||
{ "ide_pci", &ide_pci_device },
|
||||
{ "ide_pci_2ch", &ide_pci_2ch_device },
|
||||
{ "vlb_isa", &ide_vlb_device },
|
||||
{ "vlb_isa_2ch", &ide_vlb_2ch_device },
|
||||
{ "ide_vlb", &ide_vlb_device },
|
||||
{ "ide_vlb_2ch", &ide_vlb_2ch_device },
|
||||
{ "", NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user