summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-12-18 17:33:35 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-12-18 17:33:35 +0000
commit55e4f3a0c60b0b88051ff49629012e3ed8d6bfd3 (patch)
treeb8c679e14e9a67b7dd23c5e26c25a66d4eb680e3
parent5c04346578bd315522330bc107f775047d7e421d (diff)
Recognize newer uni-n chips.
-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 6b3f4b02a2a..6b19dd8839d 100644
--- a/sys/arch/macppc/pci/pchb.c
+++ b/sys/arch/macppc/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.1 2001/09/01 15:55:17 drahn Exp $ */
+/* $OpenBSD: pchb.c,v 1.2 2001/12/18 17:33:34 drahn Exp $ */
/* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */
/*-
@@ -80,6 +80,9 @@ pchbmatch(parent, cf, aux)
case PCI_PRODUCT_APPLE_PANGEA_PCI1:
case PCI_PRODUCT_APPLE_PANGEA_PCI2:
case PCI_PRODUCT_APPLE_PANGEA_AGP:
+ case PCI_PRODUCT_APPLE_UNINORTH2:
+ case PCI_PRODUCT_APPLE_UNINORTH2ETH:
+ case PCI_PRODUCT_APPLE_UNINORTH2AGP:
return (1);
}
break;