From 11c6a5f80da70171ae26cb574bb16d84ed86e2b1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 14 Feb 2003 06:31:45 +0000 Subject: Remove an extra agp_flush_cache(). The i810 case that needs it already has it. --- sys/dev/agp/agp_i810.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index f7f9c8f009eb1..7590c501fe09d 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/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; } -- cgit v1.3