Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sunxi "s_cir" function is now named "s_cir_rx"
details: https://anonhg.NetBSD.org/src/rev/969ba50b0428
branches: trunk
changeset: 997299:969ba50b0428
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Mar 03 17:09:24 2019 +0000
description:
"s_cir" function is now named "s_cir_rx"
diffstat:
sys/arch/arm/sunxi/sun8i_a83t_gpio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2d575d1d8690 -r 969ba50b0428 sys/arch/arm/sunxi/sun8i_a83t_gpio.c
--- a/sys/arch/arm/sunxi/sun8i_a83t_gpio.c Sun Mar 03 17:00:22 2019 +0000
+++ b/sys/arch/arm/sunxi/sun8i_a83t_gpio.c Sun Mar 03 17:09:24 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i_a83t_gpio.c,v 1.4 2018/12/31 19:07:21 jmcneill Exp $ */
+/* $NetBSD: sun8i_a83t_gpio.c,v 1.5 2019/03/03 17:09:24 jmcneill Exp $ */
/*-
* Copyright (c) 2016-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sun8i_a83t_gpio.c,v 1.4 2018/12/31 19:07:21 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sun8i_a83t_gpio.c,v 1.5 2019/03/03 17:09:24 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -167,7 +167,7 @@
{ "PL9", 0, 9, { "gpio_in", "gpio_out", "s_i2c", NULL, NULL, NULL, "irq" } },
{ "PL10", 0, 10, { "gpio_in", "gpio_out", "s_pwm", NULL, NULL, NULL, "irq" } },
{ "PL11", 0, 11, { "gpio_in", "gpio_out", NULL, NULL, NULL, "irq" } },
- { "PL12", 0, 12, { "gpio_in", "gpio_out", "s_cir", NULL, NULL, NULL, "irq" } },
+ { "PL12", 0, 12, { "gpio_in", "gpio_out", "s_cir_rx", NULL, NULL, NULL, "irq" } },
};
const struct sunxi_gpio_padconf sun8i_a83t_padconf = {
Home |
Main Index |
Thread Index |
Old Index