summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci/pchb.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2005-09-29 20:11:14 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2005-09-29 20:11:14 +0000
commitb5ddf9bb7a7343ecf58525f053f96d5797822de2 (patch)
treea19f48c06f82b7b75d8f613e0d43f6a661fad0d2 /sys/arch/macppc/pci/pchb.c
parent3d4046f6f31fd50df9dd2053ca2e19c6166f4e96 (diff)
Add Shasta HyperTransport.
ok deraadt@
Diffstat (limited to 'sys/arch/macppc/pci/pchb.c')
-rw-r--r--sys/arch/macppc/pci/pchb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c
index 3f9430052a7..4455b7d1b91 100644
--- a/sys/arch/macppc/pci/pchb.c
+++ b/sys/arch/macppc/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.6 2003/10/15 23:00:57 drahn Exp $ */
+/* $OpenBSD: pchb.c,v 1.7 2005/09/29 20:11:13 kettenis Exp $ */
/* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */
/*-
@@ -83,6 +83,7 @@ pchbmatch(struct device *parent, void *cf, void *aux)
case PCI_PRODUCT_APPLE_UNINORTH_AGP3:
case PCI_PRODUCT_APPLE_UNINORTH5:
case PCI_PRODUCT_APPLE_UNINORTH6:
+ case PCI_PRODUCT_APPLE_SHASTA_HT:
return (1);
}
break;