Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci PG3_FW device has been renamed UNINORTH_FW in pc...



details:   https://anonhg.NetBSD.org/src/rev/3dd5c5705657
branches:  trunk
changeset: 831462:3dd5c5705657
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Mar 31 15:14:47 2018 +0000

description:
PG3_FW device has been renamed UNINORTH_FW in pcidevs.

diffstat:

 sys/dev/pci/fwohci_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2b60277387f8 -r 3dd5c5705657 sys/dev/pci/fwohci_pci.c
--- a/sys/dev/pci/fwohci_pci.c  Sat Mar 31 14:50:45 2018 +0000
+++ b/sys/dev/pci/fwohci_pci.c  Sat Mar 31 15:14:47 2018 +0000
@@ -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 @@
         * 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 &&



Home | Main Index | Thread Index | Old Index