summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-02-14 06:31:45 +0000
committeranholt <anholt@FreeBSD.org>2003-02-14 06:31:45 +0000
commitfed8c49da5123b6e1a6ad7867ba0901312637273 (patch)
tree732b3eabd1dbae840560d5689d060fa517d53a3f /sys/pci
parente2a6a01e2fed06763687989ffbd8d549de6d159f (diff)
downloadFreeBSD-src-fed8c49da5123b6e1a6ad7867ba0901312637273.zip
FreeBSD-src-fed8c49da5123b6e1a6ad7867ba0901312637273.tar.gz
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp_i810.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index f7f9c8f..7590c50 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/agp_i810.c
@@ -374,11 +374,6 @@ agp_i810_attach(device_t dev)
gatt->ag_physical = pgtblctl & ~1;
}
- /*
- * Make sure the chipset can see everything.
- */
- agp_flush_cache();
-
return 0;
}
OpenPOWER on IntegriCloud