Module Name: src Committed By: martin Date: Thu Mar 8 18:48:25 UTC 2018
Modified Files: src/sys/arch/evbmips/loongson/dev: pcib.c Log Message: The PCI_PRODUCT_VIATECH_VT82C686A_SMB has been renamed, adjust. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/loongson/dev/pcib.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbmips/loongson/dev/pcib.c diff -u src/sys/arch/evbmips/loongson/dev/pcib.c:1.1 src/sys/arch/evbmips/loongson/dev/pcib.c:1.2 --- src/sys/arch/evbmips/loongson/dev/pcib.c:1.1 Sat Aug 27 13:42:46 2011 +++ src/sys/arch/evbmips/loongson/dev/pcib.c Thu Mar 8 18:48:25 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: pcib.c,v 1.1 2011/08/27 13:42:46 bouyer Exp $ */ +/* $NetBSD: pcib.c,v 1.2 2018/03/08 18:48:25 martin Exp $ */ /*- * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.1 2011/08/27 13:42:46 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.2 2018/03/08 18:48:25 martin Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -83,7 +83,7 @@ pcibmatch(device_t parent, cfdata_t matc break; case PCI_VENDOR_VIATECH: switch (PCI_PRODUCT(pa->pa_id)) { - case PCI_PRODUCT_VIATECH_VT82C686A_SMB: + case PCI_PRODUCT_VIATECH_VT82C686A_PWR: /* mis-identifies itself as a ISA bridge */ return (0); }