From 754fac43467f87d6b926a181b6150867a08fb9b3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 2 Feb 2015 15:56:27 +0200 Subject: PCI subsystem: Remove AGP bridge type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no auto-detection for AGP type and we have no hardware that selects this. Furthermore, we treat AGP bridges just like PCI bridges, there is no optimisation for higher bandwidth. Change-Id: I4fe87c83411643cb9b8d3216f2af07bf098174d3 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/8367 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc Reviewed-by: Patrick Georgi --- src/include/device/agp.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/include/device/agp.h (limited to 'src/include/device') diff --git a/src/include/device/agp.h b/src/include/device/agp.h deleted file mode 100644 index be2b833762..0000000000 --- a/src/include/device/agp.h +++ /dev/null @@ -1,14 +0,0 @@ -/* (c) 2005 Linux Networx GPL see COPYING for details */ - -#ifndef DEVICE_AGP_H -#define DEVICE_AGP_H - -#include - -unsigned int agp_scan_bus(struct bus *bus, - unsigned min_devfn, unsigned max_devfn, unsigned int max); -unsigned int agp_scan_bridge(device_t dev, unsigned int max); - -extern struct device_operations default_agp_ops_bus; - -#endif /* DEVICE_AGP_H */ -- cgit v1.2.3