diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-10 22:14:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-10 22:14:13 +0000 |
commit | f31c615d3f4c26fc619a5f39173d58e424d349de (patch) | |
tree | e91567c3cbb1f35f486584324e6518ce152793ce | |
parent | 3b794608ddb677be85bc4306e51e93fb558826f6 (diff) |
typo by brad
-rw-r--r-- | sys/arch/macppc/pci/pchb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/pchb.c b/sys/arch/macppc/pci/pchb.c index 41171b03e7c..03b8eeead69 100644 --- a/sys/arch/macppc/pci/pchb.c +++ b/sys/arch/macppc/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.9 2006/04/10 08:34:22 brad Exp $ */ +/* $OpenBSD: pchb.c,v 1.10 2006/04/10 22:14:12 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.4 2000/01/25 07:19:11 tsubai Exp $ */ /*- @@ -88,7 +88,7 @@ pchbmatch(struct device *parent, void *cf, void *aux) case PCI_PRODUCT_APPLE_K2_AGP: case PCI_PRODUCT_APPLE_INTREPID2_AGP: case PCI_PRODUCT_APPLE_INTREPID2_PCI1: - case PCI_PRODUCT_APPLE_INTREPID2_PCI1: + case PCI_PRODUCT_APPLE_INTREPID2_PCI2: return (1); } break; |