|
@@ -163,7 +163,7 @@ static Property pci_bridge_dev_properties[] = {
|
|
DEFINE_PROP_ON_OFF_AUTO(PCI_BRIDGE_DEV_PROP_MSI, PCIBridgeDev, msi,
|
|
DEFINE_PROP_ON_OFF_AUTO(PCI_BRIDGE_DEV_PROP_MSI, PCIBridgeDev, msi,
|
|
ON_OFF_AUTO_AUTO),
|
|
ON_OFF_AUTO_AUTO),
|
|
DEFINE_PROP_BIT(PCI_BRIDGE_DEV_PROP_SHPC, PCIBridgeDev, flags,
|
|
DEFINE_PROP_BIT(PCI_BRIDGE_DEV_PROP_SHPC, PCIBridgeDev, flags,
|
|
- PCI_BRIDGE_DEV_F_SHPC_REQ, false),
|
|
|
|
|
|
+ PCI_BRIDGE_DEV_F_SHPC_REQ, true),
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
};
|
|
};
|
|
|
|
|