diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-07-29 19:55:57 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-07-29 19:55:57 +0000 |
commit | 6dde5163f86a3be5501e53b192983379ca896017 (patch) | |
tree | b305150369078ecb637915fcb2cbd0b1af0d49a6 | |
parent | b44bddec975d44d19e71af201374cff9bd96f615 (diff) |
Recognize additional host bridges, pretty printing only, no function diff.
-rw-r--r-- | sys/arch/macppc/pci/pchb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c index 71bfe35d7a5..8631e1d78e8 100644 --- a/sys/arch/macppc/pci/pchb.c +++ b/sys/arch/macppc/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.3 2002/03/14 01:26:37 millert Exp $ */ +/* $OpenBSD: pchb.c,v 1.4 2002/07/29 19:55:56 drahn Exp $ */ /* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */ /*- @@ -83,6 +83,9 @@ pchbmatch(parent, cf, aux) case PCI_PRODUCT_APPLE_UNINORTH2: case PCI_PRODUCT_APPLE_UNINORTH2ETH: case PCI_PRODUCT_APPLE_UNINORTH2AGP: + case PCI_PRODUCT_APPLE_UNINORTH_AGP3: + case PCI_PRODUCT_APPLE_UNINORTH5: + case PCI_PRODUCT_APPLE_UNINORTH6: return (1); } break; |