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/device/pci_device.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/device/pci_device.c') diff --git a/src/device/pci_device.c b/src/device/pci_device.c index 862ed0e783..127ee32fe2 100644 --- a/src/device/pci_device.c +++ b/src/device/pci_device.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -771,9 +770,6 @@ static struct device_operations *get_pci_bridge_ops(device_t dev) return &default_pcix_ops_bus; } #endif -#if CONFIG_AGP_PLUGIN_SUPPORT - /* How do I detect a PCI to AGP bridge? */ -#endif #if CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT unsigned int htpos = 0; while ((htpos = pci_find_next_capability(dev, PCI_CAP_ID_HT, htpos))) { -- cgit v1.2.3