Remove an extra agp_flush_cache(). The i810 case that needs it already has it.

This commit is contained in:
Eric Anholt 2003-02-14 06:31:45 +00:00
parent 2ff0908a66
commit 11c6a5f80d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110843
2 changed files with 0 additions and 10 deletions

View File

@ -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;
}

View File

@ -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;
}