From c4cc84a0f6ab23de90b07fd08a8841fc5dd1f557 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Fri, 31 Oct 2003 22:00:13 +0000 Subject: [PATCH] Remove the matching for the host to PCI bridge, since this is actually an AGP controller/host to PCI bridge and thus gets dealt with in a different way. --- sys/bus/pci/pcisupport.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/bus/pci/pcisupport.c b/sys/bus/pci/pcisupport.c index 0c31ca3be4..24b7a788c9 100644 --- a/sys/bus/pci/pcisupport.c +++ b/sys/bus/pci/pcisupport.c @@ -1,7 +1,7 @@ /************************************************************************** ** ** $FreeBSD: src/sys/pci/pcisupport.c,v 1.154.2.15 2003/04/29 15:55:06 simokawa Exp $ -** $DragonFly: src/sys/bus/pci/pcisupport.c,v 1.5 2003/10/31 21:51:23 asmodai Exp $ +** $DragonFly: src/sys/bus/pci/pcisupport.c,v 1.6 2003/10/31 22:00:13 asmodai Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -745,8 +745,6 @@ pcib_match(device_t dev) case 0x006c10de: case 0x01e810de: return ("NVIDIA nForce2 PCI-PCI bridge"); - case 0x01e010de: - return ("NVIDIA nForce2 host to PCI bridge"); /* Others */ case 0x00221014: -- 2.41.0