From 9a862172cb84c4e7b0fda2de6f80589c40d0007e Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 15 Jun 1998 20:10:31 +0000 Subject: [PATCH] PCI_PRODUCT_VIATECH_VT82C586 is now PCI_PRODUCT_VIATECH_VT82C586_ISA. --- sys/arch/i386/pci/pcib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/pci/pcib.c b/sys/arch/i386/pci/pcib.c index e435d31267c6..a06b9560bcaf 100644 --- a/sys/arch/i386/pci/pcib.c +++ b/sys/arch/i386/pci/pcib.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.14 1998/06/09 18:49:47 thorpej Exp $ */ +/* $NetBSD: pcib.c,v 1.15 1998/06/15 20:10:31 bouyer Exp $ */ /*- * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -109,7 +109,7 @@ pcibmatch(parent, match, aux) case PCI_VENDOR_VIATECH: switch (PCI_PRODUCT(pa->pa_id)) { case PCI_PRODUCT_VIATECH_VT82C570MV: - case PCI_PRODUCT_VIATECH_VT82C586: + case PCI_PRODUCT_VIATECH_VT82C586_ISA: return (1); } break;