#1165 introduced DsdtDeviceType as a way to control the order in which devices are rendered in the DSDT table. This makes the generated DSDT code stable and independent from the VM spec.
But if there are multiple generators for a device type (such is the case for serial ports), the relative order of these devices may change depending on their SpecKey value.
#1165 introduced
DsdtDeviceTypeas a way to control the order in which devices are rendered in the DSDT table. This makes the generated DSDT code stable and independent from the VM spec.But if there are multiple generators for a device type (such is the case for serial ports), the relative order of these devices may change depending on their
SpecKeyvalue.