From 2bfaf840fc73109811946c98723bca4f885acc1c Mon Sep 17 00:00:00 2001 From: he Date: Sat, 27 Jan 2007 23:10:21 +0000 Subject: [PATCH] Fix description of the 82443BX workaround to use "stepping" instead of "revision". --- sys/arch/i386/pci/pchb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index f2568305497a..adadd26598bf 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.63 2007/01/23 10:45:33 he Exp $ */ +/* $NetBSD: pchb.c,v 1.64 2007/01/27 23:10:21 he Exp $ */ /*- * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.63 2007/01/23 10:45:33 he Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.64 2007/01/27 23:10:21 he Exp $"); #include #include @@ -196,7 +196,7 @@ pchbattach(struct device *parent, struct device *self, void *aux) case PCI_PRODUCT_INTEL_82443BX_NOAGP: /* * http://www.intel.com/design/chipsets/specupdt/290639.htm - * says this bug is fixed in revisions >= C0 (erratum 11), + * says this bug is fixed in steppings >= C0 (erratum 11), * so don't tweak the bits in that case. */ if (!(PCI_REVISION(pa->pa_class) >= 0x03)) {