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/2aecac36889f
branches: trunk
changeset: 1009528:2aecac36889f
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 91c5fdc2c62c -r 2aecac36889f 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