Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev s/pedning/pending/
details: https://anonhg.NetBSD.org/src/rev/5cf245687687
branches: trunk
changeset: 368610:5cf245687687
user: andvar <andvar%NetBSD.org@localhost>
date: Thu Jul 21 14:41:59 2022 +0000
description:
s/pedning/pending/
diffstat:
sys/dev/ebus/ebusreg.h | 4 ++--
sys/dev/sbus/cs4231_sbus.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r d27095e04fd0 -r 5cf245687687 sys/dev/ebus/ebusreg.h
--- a/sys/dev/ebus/ebusreg.h Thu Jul 21 14:27:46 2022 +0000
+++ b/sys/dev/ebus/ebusreg.h Thu Jul 21 14:41:59 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ebusreg.h,v 1.9 2011/03/16 02:34:10 mrg Exp $ */
+/* $NetBSD: ebusreg.h,v 1.10 2022/07/21 14:41:59 andvar Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@@ -157,7 +157,7 @@
#define EBDMA_BURST_SIZE_16 0x000c0000 /* 11 - 16 words */
#define EBDMA_DIAG_EN 0x00100000 /* enable diag mode */
#define EBDMA_DIS_ERR_PEND 0x00400000 /* disable stop/interrupt
- on error pedning */
+ on error pending */
#define EBDMA_TCI_DIS 0x00800000 /* disable interrupt on TC */
#define EBDMA_EN_NEXT 0x01000000 /* enable next address autoload
(must set EN_CNT too) */
diff -r d27095e04fd0 -r 5cf245687687 sys/dev/sbus/cs4231_sbus.c
--- a/sys/dev/sbus/cs4231_sbus.c Thu Jul 21 14:27:46 2022 +0000
+++ b/sys/dev/sbus/cs4231_sbus.c Thu Jul 21 14:41:59 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cs4231_sbus.c,v 1.52 2019/05/08 13:40:19 isaki Exp $ */
+/* $NetBSD: cs4231_sbus.c,v 1.53 2022/07/21 14:41:59 andvar Exp $ */
/*-
* Copyright (c) 1998, 1999, 2002, 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs4231_sbus.c,v 1.52 2019/05/08 13:40:19 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs4231_sbus.c,v 1.53 2022/07/21 14:41:59 andvar Exp $");
#include "audio.h"
#if NAUDIO > 0
@@ -502,7 +502,7 @@
sbsc = arg;
sc = &sbsc->sc_cs4231;
csr = bus_space_read_4(sbsc->sc_bt, sbsc->sc_bh, APC_DMA_CSR);
- if ((csr & APC_INTR_MASK) == 0) /* any interrupt pedning? */
+ if ((csr & APC_INTR_MASK) == 0) /* any interrupt pending? */
return 0;
mutex_spin_enter(&sc->sc_ad1848.sc_intr_lock);
Home |
Main Index |
Thread Index |
Old Index