From f31c615d3f4c26fc619a5f39173d58e424d349de Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 10 Apr 2006 22:14:13 +0000 Subject: typo by brad --- sys/arch/macppc/pci/pchb.c | 4 ++-- 1 file 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; -- cgit v1.2.3