summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agp_intel.c')
-rw-r--r--sys/dev/agp/agp_intel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c
index 11f0208..916c1a7 100644
--- a/sys/dev/agp/agp_intel.c
+++ b/sys/dev/agp/agp_intel.c
@@ -119,9 +119,6 @@ agp_intel_match(device_t dev)
return ("Intel 82845G host to AGP bridge");
};
- if (pci_get_vendor(dev) == 0x8086)
- return ("Intel Generic host to PCI bridge");
-
return NULL;
}
OpenPOWER on IntegriCloud