aboutsummaryrefslogtreecommitdiff
path: root/src/device/cardbus_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/cardbus_device.c')
-rw-r--r--src/device/cardbus_device.c2
1 files changed, 0 insertions, 2 deletions
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 |