diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-12-22 19:07:51 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-12-22 19:07:51 +0000 |
commit | 0d80214797ba3d4e55b573007090af10935dbc44 (patch) | |
tree | da439b8b851d3cf576511c11a37816cb2f2249ba | |
parent | dabaee0e6c759adad14faee89461099db0db048a (diff) |
Attach all known U3 AGP bridges
-rw-r--r-- | sys/arch/macppc/pci/pchb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c index 897e8f16177..94e601a743f 100644 --- a/sys/arch/macppc/pci/pchb.c +++ b/sys/arch/macppc/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.12 2012/12/04 10:42:05 mpi Exp $ */ +/* $OpenBSD: pchb.c,v 1.13 2012/12/22 19:07:50 mpi Exp $ */ /* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */ /*- @@ -82,10 +82,12 @@ pchbmatch(struct device *parent, void *cf, void *aux) case PCI_PRODUCT_APPLE_UNINORTH6: 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_PCI2: + case PCI_PRODUCT_APPLE_U3_AGP: + case PCI_PRODUCT_APPLE_U3L_AGP: + case PCI_PRODUCT_APPLE_K2_AGP: return (1); } break; |