summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-10 08:34:23 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-10 08:34:23 +0000
commitbee2991467aab82e6b56f330bac6a586deca23a1 (patch)
treeffca6961def07cca7bc1bfa9360ba91ba330e279
parent0f64ebbffb105c5c417d0a31a9780c6644f5e92e (diff)
Intrepid 2 host bridges.
-rw-r--r--sys/arch/macppc/pci/pchb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c
index f851e86aa38..41171b03e7c 100644
--- a/sys/arch/macppc/pci/pchb.c
+++ b/sys/arch/macppc/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.8 2005/10/02 22:09:40 brad Exp $ */
+/* $OpenBSD: pchb.c,v 1.9 2006/04/10 08:34:22 brad Exp $ */
/* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */
/*-
@@ -86,6 +86,9 @@ pchbmatch(struct device *parent, void *cf, void *aux)
case PCI_PRODUCT_APPLE_SHASTA_HT:
case PCI_PRODUCT_APPLE_K2:
case PCI_PRODUCT_APPLE_K2_AGP:
+ case PCI_PRODUCT_APPLE_INTREPID2_AGP:
+ case PCI_PRODUCT_APPLE_INTREPID2_PCI1:
+ case PCI_PRODUCT_APPLE_INTREPID2_PCI1:
return (1);
}
break;