diff --git a/src/device/cardbus_device.c b/src/device/cardbus_device.c index 826d785fd4..48c54bc16a 100644 --- a/src/device/cardbus_device.c +++ b/src/device/cardbus_device.c @@ -152,8 +152,6 @@ void cardbus_enable_resources(struct device *dev) ctrl = pci_read_config16(dev, PCI_CB_BRIDGE_CONTROL); ctrl |= (dev->link_list->bridge_ctrl & ( - PCI_BRIDGE_CTL_PARITY | - PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_NO_ISA | PCI_BRIDGE_CTL_VGA | PCI_BRIDGE_CTL_MASTER_ABORT |