Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia Don't match tegra210, this doesn't work ...



details:   https://anonhg.NetBSD.org/src/rev/480d8646d870
branches:  trunk
changeset: 825526:480d8646d870
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 20 01:45:38 2017 +0000

description:
Don't match tegra210, this doesn't work yet.

diffstat:

 sys/arch/arm/nvidia/tegra_pcie.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 6b5627351b72 -r 480d8646d870 sys/arch/arm/nvidia/tegra_pcie.c
--- a/sys/arch/arm/nvidia/tegra_pcie.c  Thu Jul 20 01:13:47 2017 +0000
+++ b/sys/arch/arm/nvidia/tegra_pcie.c  Thu Jul 20 01:45:38 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_pcie.c,v 1.18 2017/05/26 20:14:17 jmcneill Exp $ */
+/* $NetBSD: tegra_pcie.c,v 1.19 2017/07/20 01:45:38 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_pcie.c,v 1.18 2017/05/26 20:14:17 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_pcie.c,v 1.19 2017/07/20 01:45:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -126,7 +126,9 @@
 tegra_pcie_match(device_t parent, cfdata_t cf, void *aux)
 {
        const char * const compatible[] = {
+#if notyet
                "nvidia,tegra210-pcie",
+#endif
                "nvidia,tegra124-pcie",
                NULL
        };



Home | Main Index | Thread Index | Old Index