Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/acpi Enable HW FIFO



details:   https://anonhg.NetBSD.org/src/rev/61b8f33f4daa
branches:  trunk
changeset: 931301:61b8f33f4daa
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Apr 25 21:34:26 2020 +0000

description:
Enable HW FIFO

diffstat:

 sys/arch/arm/acpi/plcom_acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 624e7e27c1de -r 61b8f33f4daa sys/arch/arm/acpi/plcom_acpi.c
--- a/sys/arch/arm/acpi/plcom_acpi.c    Sat Apr 25 21:34:08 2020 +0000
+++ b/sys/arch/arm/acpi/plcom_acpi.c    Sat Apr 25 21:34:26 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: plcom_acpi.c,v 1.2 2018/11/16 23:18:00 jmcneill Exp $ */
+/* $NetBSD: plcom_acpi.c,v 1.3 2020/04/25 21:34:26 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: plcom_acpi.c,v 1.2 2018/11/16 23:18:00 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: plcom_acpi.c,v 1.3 2020/04/25 21:34:26 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -96,7 +96,7 @@
                goto done;
        }
 
-       sc->sc_hwflags = PLCOM_HW_TXFIFO_DISABLE;
+       sc->sc_hwflags = 0;
        sc->sc_swflags = 0;
 
        sc->sc_pi.pi_type = PLCOM_TYPE_PL011;



Home | Main Index | Thread Index | Old Index