summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/pci')
-rw-r--r--sys/arch/macppc/pci/pchb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c
index 41171b03e7c..03b8eeead69 100644
--- a/sys/arch/macppc/pci/pchb.c
+++ b/sys/arch/macppc/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.9 2006/04/10 08:34:22 brad Exp $ */
+/* $OpenBSD: pchb.c,v 1.10 2006/04/10 22:14:12 deraadt Exp $ */
/* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */
/*-
@@ -88,7 +88,7 @@ pchbmatch(struct device *parent, void *cf, void *aux)
case PCI_PRODUCT_APPLE_K2_AGP:
case PCI_PRODUCT_APPLE_INTREPID2_AGP:
case PCI_PRODUCT_APPLE_INTREPID2_PCI1:
- case PCI_PRODUCT_APPLE_INTREPID2_PCI1:
+ case PCI_PRODUCT_APPLE_INTREPID2_PCI2:
return (1);
}
break;