Module Name: src
Committed By: sevan
Date: Sat Mar 31 15:14:47 UTC 2018
Modified Files:
src/sys/dev/pci: fwohci_pci.c
Log Message:
PG3_FW device has been renamed UNINORTH_FW in pcidevs.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/fwohci_pci.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/dev/pci/fwohci_pci.c
diff -u src/sys/dev/pci/fwohci_pci.c:1.44 src/sys/dev/pci/fwohci_pci.c:1.45
--- src/sys/dev/pci/fwohci_pci.c:1.44 Wed May 10 02:46:33 2017
+++ src/sys/dev/pci/fwohci_pci.c Sat Mar 31 15:14:47 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci_pci.c,v 1.44 2017/05/10 02:46:33 msaitoh Exp $ */
+/* $NetBSD: fwohci_pci.c,v 1.45 2018/03/31 15:14:47 sevan Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci_pci.c,v 1.44 2017/05/10 02:46:33 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci_pci.c,v 1.45 2018/03/31 15:14:47 sevan Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -80,7 +80,7 @@ fwohci_pci_match(device_t parent, cfdata
* until someone with the right hardware can investigate
*/
if ((PCI_VENDOR(pa->pa_id) == PCI_VENDOR_APPLE) &&
- (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_PBG3_FW))
+ (PCI_PRODUCT(pa->pa_id) == PCI_PRODUCT_APPLE_UNINORTH_FW))
return 0;
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
PCI_SUBCLASS(pa->pa_class) == PCI_SUBCLASS_SERIALBUS_FIREWIRE &&