diff options
-rw-r--r-- | sys/dev/agp/agp_i810.c | 5 | ||||
-rw-r--r-- | sys/pci/agp_i810.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index f7f9c8f..7590c50 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; } 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; } |