summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/agp_intel.c')
-rw-r--r--sys/pci/agp_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 84fd071..047ed57 100644
--- a/sys/pci/agp_intel.c
+++ b/sys/pci/agp_intel.c
@@ -373,7 +373,7 @@ agp_intel_flush_tlb(device_t dev)
u_int32_t val;
val = pci_read_config(dev, AGP_INTEL_AGPCTRL, 4);
- pci_write_config(dev, AGP_INTEL_AGPCTRL, val & ~(1 << 8), 4);
+ pci_write_config(dev, AGP_INTEL_AGPCTRL, val & ~(1 << 7), 4);
pci_write_config(dev, AGP_INTEL_AGPCTRL, val, 4);
}
OpenPOWER on IntegriCloud