GrandCentral: properly connect Curio SCSI.

This commit is contained in:
Maxim Poliakovski 2022-05-17 13:27:58 +02:00
parent 0c77cccb9e
commit 51e6ffb24f

View File

@ -66,6 +66,7 @@ GrandCentral::GrandCentral() : PCIDevice("mac-io/grandcentral"), InterruptCtrl()
this->escc = std::unique_ptr<EsccController> (new EsccController()); this->escc = std::unique_ptr<EsccController> (new EsccController());
this->scsi_0 = std::unique_ptr<Sc53C94> (new Sc53C94()); this->scsi_0 = std::unique_ptr<Sc53C94> (new Sc53C94());
gMachineObj->add_subdevice("Curio_SCSI0", this->scsi_0.get());
} }
void GrandCentral::notify_bar_change(int bar_num) void GrandCentral::notify_bar_change(int bar_num)