ASL Output: SSDT3.dsl - 755 bytes $ grep -i cd7 *dsl $ grep -i cd6 *dsl DSDT.dsl: OperationRegion (PIOR, SystemIO, 0x0CD6, 0x02) SSDT1.dsl: OperationRegion (PMIO, SystemIO, 0x0CD6, 0x02) $ grep -i b00 *dsl DSDT.dsl: Name (_HID, EisaId ("PNP0B00")) // _HID: Hardware ID DSDT.dsl: OperationRegion (SMB0, SystemIO, 0x0B00, 0x0C)
Hi
so it is generated in SSDT1 and also not generated in DSDT. you will need to see PIOR and PMIO if they are marked reserved somehow.
Thanks Rudolf