diff options
author | anholt <anholt@FreeBSD.org> | 2003-02-14 06:31:45 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-02-14 06:31:45 +0000 |
commit | fed8c49da5123b6e1a6ad7867ba0901312637273 (patch) | |
tree | 732b3eabd1dbae840560d5689d060fa517d53a3f /sys/pci | |
parent | e2a6a01e2fed06763687989ffbd8d549de6d159f (diff) | |
download | FreeBSD-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.c | 5 |
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; } |