grandcentral: Fix DEVSEL.

This commit is contained in:
joevt
2025-11-05 04:50:11 -08:00
committed by dingusdev
parent 58fe6e6977
commit c7fbd5ed4a
+1
View File
@@ -46,6 +46,7 @@ GrandCentral::GrandCentral() : PCIDevice("mac-io_grandcentral"), InterruptCtrl()
// populate my PCI config header
this->vendor_id = PCI_VENDOR_APPLE;
this->device_id = MIO_DEV_ID_GRANDCENTRAL;
this->status = 0x0200; // 9:DEVSEL
this->class_rev = 0xFF000002;
this->cache_ln_sz = 8;