Contribution from Petri Laakso: Fix some spelling.

This commit is contained in:
jkunz 2012-12-16 19:40:00 +00:00
parent 5379dc3878
commit 8a7d722d8b
4 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $Id: imx23_apbdma.c,v 1.1 2012/11/20 19:06:12 jkunz Exp $ */
/* $Id: imx23_apbdma.c,v 1.2 2012/12/16 19:40:00 jkunz Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -184,7 +184,7 @@ apbdma_activate(device_t self, enum devact act)
/*
* Reset the APB{H,X}DMA block.
*
* Inspired by i.MX233 RM "39.3.10 Correct Way to Soft Reset a Block"
* Inspired by i.MX23 RM "39.3.10 Correct Way to Soft Reset a Block"
*/
static void
apbdma_reset(struct apbdma_softc *sc)

View File

@ -1,4 +1,4 @@
/* $Id: imx23_icoll.c,v 1.1 2012/11/20 19:06:13 jkunz Exp $ */
/* $Id: imx23_icoll.c,v 1.2 2012/12/16 19:40:00 jkunz Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -317,7 +317,7 @@ icoll_activate(device_t self, enum devact act)
/*
* Reset the ICOLL block.
*
* Inspired by i.MX233 RM "39.3.10 Correct Way to Soft Reset a Block"
* Inspired by i.MX23 RM "39.3.10 Correct Way to Soft Reset a Block"
*/
static void
icoll_reset(struct icoll_softc *sc)

View File

@ -1,4 +1,4 @@
/* $Id: imx23_icollreg.h,v 1.1 2012/11/20 19:06:13 jkunz Exp $ */
/* $Id: imx23_icollreg.h,v 1.2 2012/12/16 19:40:00 jkunz Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#define HW_ICOLL_SIZE 0x2000
/*
* IRQ numbers known to i.MX233.
* IRQ numbers known to i.MX23.
*/
#define IRQ_DEBUG_UART 0 /* Non DMA on the debug UART */
#define IRQ_COMMS_RX 1 /* JTAG debug communications port */
@ -125,7 +125,7 @@
/* IRQ's 66-127 are reserved. */
#define IRQ_MAX 127 /* Number or IRQ registers on i.MX233. */
#define IRQ_MAX 127 /* Number or IRQ registers on i.MX23. */
/*

View File

@ -1,4 +1,4 @@
/* $Id: imx23_timrot.c,v 1.1 2012/11/20 19:06:14 jkunz Exp $ */
/* $Id: imx23_timrot.c,v 1.2 2012/12/16 19:40:00 jkunz Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -290,7 +290,7 @@ stattimer_irq(void *frame)
/*
* Reset the TIMROT block.
*
* Inspired by i.MX233 RM "39.3.10 Correct Way to Soft Reset a Block"
* Inspired by i.MX23 RM "39.3.10 Correct Way to Soft Reset a Block"
*/
static void
timrot_reset(void)