aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/agp_i810.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-14 06:31:45 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-14 06:31:45 +0000
commit11c6a5f80da70171ae26cb574bb16d84ed86e2b1 (patch)
tree732b3eabd1dbae840560d5689d060fa517d53a3f /sys/pci/agp_i810.c
parent2ff0908a663ce574072b79c61d02eb5d95c29e29 (diff)
downloadsrc-11c6a5f80da70171ae26cb574bb16d84ed86e2b1.tar.gz
src-11c6a5f80da70171ae26cb574bb16d84ed86e2b1.zip
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
Notes
Notes: svn path=/head/; revision=110843
Diffstat (limited to 'sys/pci/agp_i810.c')
-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 f7f9c8f009eb..7590c501fe09 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;
}