Module Name:    src
Committed By:   jmcneill
Date:           Sat Apr 25 21:34:26 UTC 2020

Modified Files:
        src/sys/arch/arm/acpi: plcom_acpi.c

Log Message:
Enable HW FIFO


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/acpi/plcom_acpi.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/arch/arm/acpi/plcom_acpi.c
diff -u src/sys/arch/arm/acpi/plcom_acpi.c:1.2 src/sys/arch/arm/acpi/plcom_acpi.c:1.3
--- src/sys/arch/arm/acpi/plcom_acpi.c:1.2	Fri Nov 16 23:18:00 2018
+++ src/sys/arch/arm/acpi/plcom_acpi.c	Sat Apr 25 21:34:26 2020
@@ -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 @@ plcom_acpi_attach(device_t parent, devic
 		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;

Reply via email to