Module Name: src Committed By: kamil Date: Sat Jul 11 10:32:46 UTC 2015
Modified Files: src/sys/arch/bebox/stand/boot: wdc.c src/sys/arch/cobalt/stand/boot: pciide.c src/sys/arch/ews4800mips/sbd: if_le_sbdio.c src/sys/arch/hpc/stand/hpcboot/menu: rootwindow.cpp src/sys/arch/hpcmips/tx: tx39icu.c src/sys/arch/hpcmips/vr: rtc.c src/sys/arch/hppa/hppa: machdep.c src/sys/arch/m68k/060sp/dist: ilsp.s isp.s src/sys/arch/mmeye/stand/boot: wdc.c src/sys/arch/rs6000/include: iplcb.h src/sys/arch/sgimips/dev: imcreg.h src/sys/arch/sparc64/dev: auxio.c auxioreg.h src/sys/arch/x68k/dev: fd.c src/sys/arch/x68k/stand/boot: ne.c src/sys/dev/marvell: gt.c src/sys/dev/pci: cxdtvreg.h czreg.h Log Message: Improve spelling: regsiter -> register This change is non-functional. Approved by <riastradh>, <pgoyette> To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/bebox/stand/boot/wdc.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/cobalt/stand/boot/pciide.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ews4800mips/sbd/if_le_sbdio.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hpcmips/tx/tx39icu.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hpcmips/vr/rtc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/hppa/machdep.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/m68k/060sp/dist/ilsp.s cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/060sp/dist/isp.s cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/stand/boot/wdc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/rs6000/include/iplcb.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sgimips/dev/imcreg.h cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc64/dev/auxio.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/dev/auxioreg.h cvs rdiff -u -r1.117 -r1.118 src/sys/arch/x68k/dev/fd.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/boot/ne.c cvs rdiff -u -r1.26 -r1.27 src/sys/dev/marvell/gt.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/cxdtvreg.h src/sys/dev/pci/czreg.h 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/bebox/stand/boot/wdc.c diff -u src/sys/arch/bebox/stand/boot/wdc.c:1.1 src/sys/arch/bebox/stand/boot/wdc.c:1.2 --- src/sys/arch/bebox/stand/boot/wdc.c:1.1 Thu Oct 14 06:50:43 2010 +++ src/sys/arch/bebox/stand/boot/wdc.c Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.1 2010/10/14 06:50:43 kiyohara Exp $ */ +/* $NetBSD: wdc.c,v 1.2 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -378,7 +378,7 @@ wdc_init(int addr) memset(&ch, 0, sizeof(ch)); - /* set up cmd/ctl regsiters */ + /* set up cmd/ctl registers */ tmp.c_cmdbase = addr; #define WDC_ISA_AUXREG_OFFSET 0x206 tmp.c_ctlbase = addr + WDC_ISA_AUXREG_OFFSET; Index: src/sys/arch/cobalt/stand/boot/pciide.c diff -u src/sys/arch/cobalt/stand/boot/pciide.c:1.8 src/sys/arch/cobalt/stand/boot/pciide.c:1.9 --- src/sys/arch/cobalt/stand/boot/pciide.c:1.8 Mon Apr 28 20:23:16 2008 +++ src/sys/arch/cobalt/stand/boot/pciide.c Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: pciide.c,v 1.8 2008/04/28 20:23:16 martin Exp $ */ +/* $NetBSD: pciide.c,v 1.9 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -59,7 +59,7 @@ pciide_init(struct wdc_channel *chp, u_i ctlreg = MIPS_PHYS_TO_KSEG1(COBALT_IO_SPACE_BASE + PCIIDE_COMPAT_CTL_BASE(compatchan)); - /* set up cmd regsiters */ + /* set up cmd registers */ chp->c_cmdbase = (uint8_t *)cmdreg; chp->c_data = (uint16_t *)(cmdreg + wd_data); for (i = 0; i < WDC_NPORTS; i++) Index: src/sys/arch/ews4800mips/sbd/if_le_sbdio.c diff -u src/sys/arch/ews4800mips/sbd/if_le_sbdio.c:1.7 src/sys/arch/ews4800mips/sbd/if_le_sbdio.c:1.8 --- src/sys/arch/ews4800mips/sbd/if_le_sbdio.c:1.7 Sat Oct 13 06:08:30 2012 +++ src/sys/arch/ews4800mips/sbd/if_le_sbdio.c Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_sbdio.c,v 1.7 2012/10/13 06:08:30 tsutsui Exp $ */ +/* $NetBSD: if_le_sbdio.c,v 1.8 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 1996, 2005 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_le_sbdio.c,v 1.7 2012/10/13 06:08:30 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_sbdio.c,v 1.8 2015/07/11 10:32:45 kamil Exp $"); #include "opt_inet.h" @@ -61,7 +61,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_sbdio. #include <dev/ic/am7990var.h> #define LEREG1_RDP 0 /* offset to lance data register */ -#define LEREG1_RAP 6 /* offset to lance address regsiter */ +#define LEREG1_RAP 6 /* offset to lance address register */ #define LE_MEMSIZE (64 * 1024) struct le_sbdio_softc { Index: src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp diff -u src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp:1.22 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp:1.23 --- src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp:1.22 Mon Apr 28 20:23:20 2008 +++ src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* -*-C++-*- $NetBSD: rootwindow.cpp,v 1.22 2008/04/28 20:23:20 martin Exp $ */ +/* -*-C++-*- $NetBSD: rootwindow.cpp,v 1.23 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc. @@ -245,7 +245,7 @@ RootWindow::WMCreate(HWND w, LPCREATESTR _progress_bar = new ProgressBar(_app, *this, rect); _progress_bar->create(aux); - // regsiter myself to menu + // register myself to menu HpcMenuInterface::Instance()._root = this; rect.top += _button_height; Index: src/sys/arch/hpcmips/tx/tx39icu.c diff -u src/sys/arch/hpcmips/tx/tx39icu.c:1.34 src/sys/arch/hpcmips/tx/tx39icu.c:1.35 --- src/sys/arch/hpcmips/tx/tx39icu.c:1.34 Sun Sep 21 15:52:43 2014 +++ src/sys/arch/hpcmips/tx/tx39icu.c Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: tx39icu.c,v 1.34 2014/09/21 15:52:43 christos Exp $ */ +/* $NetBSD: tx39icu.c,v 1.35 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 1999-2001 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.34 2014/09/21 15:52:43 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tx39icu.c,v 1.35 2015/07/11 10:32:45 kamil Exp $"); #include "opt_vr41xx.h" #include "opt_tx39xx.h" @@ -315,7 +315,7 @@ TX_INTR(int ppl, vaddr_t pc, uint32_t st tc = tx_conf_get_tag(); sc = tc->tc_intrt; /* - * Read regsiter ASAP + * Read register ASAP */ regs = sc->sc_regs; regs[0] = tx_conf_read(tc, TX39_INTRSTATUS6_REG); @@ -395,7 +395,7 @@ TX_INTR(int ppl, vaddr_t pc, uint32_t st } } /* - * Read regsiter again + * Read register again */ regs[0] = tx_conf_read(tc, TX39_INTRSTATUS6_REG); regs[1] = tx_conf_read(tc, TX39_INTRSTATUS1_REG); Index: src/sys/arch/hpcmips/vr/rtc.c diff -u src/sys/arch/hpcmips/vr/rtc.c:1.34 src/sys/arch/hpcmips/vr/rtc.c:1.35 --- src/sys/arch/hpcmips/vr/rtc.c:1.34 Thu Nov 20 16:18:29 2014 +++ src/sys/arch/hpcmips/vr/rtc.c Sat Jul 11 10:32:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: rtc.c,v 1.34 2014/11/20 16:18:29 christos Exp $ */ +/* $NetBSD: rtc.c,v 1.35 2015/07/11 10:32:45 kamil Exp $ */ /*- * Copyright (c) 1999 Shin Takemura. All rights reserved. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.34 2014/11/20 16:18:29 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.35 2015/07/11 10:32:45 kamil Exp $"); #include "opt_vr41xx.h" @@ -162,7 +162,7 @@ vrrtc_attach(device_t parent, device_t s /* RTC interrupt handler is directly dispatched from CPU intr */ vr_intr_establish(VR_INTR1, vrrtc_intr, sc); /* But need to set level 1 interrupt mask register, - * so regsiter fake interrurpt handler + * so register fake interrurpt handler */ if (!(sc->sc_ih = vrip_intr_establish(va->va_vc, va->va_unit, 0, IPL_CLOCK, 0, 0))) { Index: src/sys/arch/hppa/hppa/machdep.c diff -u src/sys/arch/hppa/hppa/machdep.c:1.4 src/sys/arch/hppa/hppa/machdep.c:1.5 --- src/sys/arch/hppa/hppa/machdep.c:1.4 Fri Apr 18 18:32:00 2014 +++ src/sys/arch/hppa/hppa/machdep.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $ */ +/* $NetBSD: machdep.c,v 1.5 2015/07/11 10:32:46 kamil Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.5 2015/07/11 10:32:46 kamil Exp $"); #include "opt_cputype.h" #include "opt_ddb.h" @@ -1883,7 +1883,7 @@ hppa_setvmspace(struct lwp *l) tf->tf_sr4 = tf->tf_sr5 = tf->tf_sr6 = tf->tf_iisq_head = tf->tf_iisq_tail = space; - /* Load the protection regsiters. */ + /* Load the protection registers. */ tf->tf_pidr1 = tf->tf_pidr2 = pmap->pm_pid; } Index: src/sys/arch/m68k/060sp/dist/ilsp.s diff -u src/sys/arch/m68k/060sp/dist/ilsp.s:1.1 src/sys/arch/m68k/060sp/dist/ilsp.s:1.2 --- src/sys/arch/m68k/060sp/dist/ilsp.s:1.1 Fri Apr 14 20:24:39 2000 +++ src/sys/arch/m68k/060sp/dist/ilsp.s Sat Jul 11 10:32:46 2015 @@ -1,5 +1,5 @@ # -# $NetBSD: ilsp.s,v 1.1 2000/04/14 20:24:39 is Exp $ +# $NetBSD: ilsp.s,v 1.2 2015/07/11 10:32:46 kamil Exp $ # #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -786,7 +786,7 @@ muls64_zero: # ALGORITHM *********************************************************** # # In the interest of simplicity, all operands are converted to # # longword size whether the operation is byte, word, or long. The # -# bounds are sign extended accordingly. If Rn is a data regsiter, Rn is # +# bounds are sign extended accordingly. If Rn is a data register, Rn is # # also sign extended. If Rn is an address register, it need not be sign # # extended since the full register is always used. # # The condition codes are set correctly before the final "rts". # Index: src/sys/arch/m68k/060sp/dist/isp.s diff -u src/sys/arch/m68k/060sp/dist/isp.s:1.2 src/sys/arch/m68k/060sp/dist/isp.s:1.3 --- src/sys/arch/m68k/060sp/dist/isp.s:1.2 Mon Jun 11 01:50:53 2001 +++ src/sys/arch/m68k/060sp/dist/isp.s Sat Jul 11 10:32:46 2015 @@ -1,5 +1,5 @@ # -# $NetBSD: isp.s,v 1.2 2001/06/11 01:50:53 wiz Exp $ +# $NetBSD: isp.s,v 1.3 2015/07/11 10:32:46 kamil Exp $ # #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1886,7 +1886,7 @@ movp_read_err: # word, or longword sized operands. Then, in the interest of # # simplicity, all operands are converted to longword size whether the # # operation is byte, word, or long. The bounds are sign extended # -# accordingly. If Rn is a data regsiter, Rn is also sign extended. If # +# accordingly. If Rn is a data register, Rn is also sign extended. If # # Rn is an address register, it need not be sign extended since the # # full register is always used. # # The comparisons are made and the condition codes calculated. # Index: src/sys/arch/mmeye/stand/boot/wdc.c diff -u src/sys/arch/mmeye/stand/boot/wdc.c:1.1 src/sys/arch/mmeye/stand/boot/wdc.c:1.2 --- src/sys/arch/mmeye/stand/boot/wdc.c:1.1 Thu Mar 3 05:59:37 2011 +++ src/sys/arch/mmeye/stand/boot/wdc.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: wdc.c,v 1.1 2011/03/03 05:59:37 kiyohara Exp $ */ +/* $NetBSD: wdc.c,v 1.2 2015/07/11 10:32:46 kamil Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -194,7 +194,7 @@ wdc_init(struct wd_softc *sc, u_int *uni } ctlreg = cmdreg + MMEYE_WDC_CTLBASE; - /* set up cmd regsiters */ + /* set up cmd registers */ chp->c_cmdbase = (uint8_t *)cmdreg; chp->c_data = (uint16_t *)(cmdreg + wd_data); for (i = 0; i < WDC_NPORTS; i++) Index: src/sys/arch/rs6000/include/iplcb.h diff -u src/sys/arch/rs6000/include/iplcb.h:1.1 src/sys/arch/rs6000/include/iplcb.h:1.2 --- src/sys/arch/rs6000/include/iplcb.h:1.1 Mon Dec 17 19:09:21 2007 +++ src/sys/arch/rs6000/include/iplcb.h Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: iplcb.h,v 1.1 2007/12/17 19:09:21 garbled Exp $ */ +/* $NetBSD: iplcb.h,v 1.2 2015/07/11 10:32:46 kamil Exp $ */ /* Structure for the IPL Control Block on RS/6000 machines */ @@ -547,7 +547,7 @@ struct ipl_info { int32_t io_planar_level_reg_22; int32_t io_planar_level_reg_23; - /* Component regsiter test results for the other BUID's */ + /* Component register test results for the other BUID's */ int32_t CRR_results_21; int32_t CRR_results_22; int32_t CRR_results_23; Index: src/sys/arch/sgimips/dev/imcreg.h diff -u src/sys/arch/sgimips/dev/imcreg.h:1.4 src/sys/arch/sgimips/dev/imcreg.h:1.5 --- src/sys/arch/sgimips/dev/imcreg.h:1.4 Sun Dec 11 12:18:52 2005 +++ src/sys/arch/sgimips/dev/imcreg.h Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: imcreg.h,v 1.4 2005/12/11 12:18:52 christos Exp $ */ +/* $NetBSD: imcreg.h,v 1.5 2015/07/11 10:32:46 kamil Exp $ */ /* * Copyright (c) 2001 Rafal K. Boni @@ -115,9 +115,9 @@ #define IMC_LBTIME 0x9c /* Arbiter long-burst time */ -#define IMC_MEMCFG0 0xc4 /* Mem config, regsiter 0 */ +#define IMC_MEMCFG0 0xc4 /* Mem config, register 0 */ -#define IMC_MEMCFG1 0xcc /* Mem config, regsiter 1 */ +#define IMC_MEMCFG1 0xcc /* Mem config, register 1 */ #define IMC_CPU_MEMACC 0xd4 /* CPU mem access config */ Index: src/sys/arch/sparc64/dev/auxio.c diff -u src/sys/arch/sparc64/dev/auxio.c:1.22 src/sys/arch/sparc64/dev/auxio.c:1.23 --- src/sys/arch/sparc64/dev/auxio.c:1.22 Thu Jun 2 00:24:23 2011 +++ src/sys/arch/sparc64/dev/auxio.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: auxio.c,v 1.22 2011/06/02 00:24:23 christos Exp $ */ +/* $NetBSD: auxio.c,v 1.23 2015/07/11 10:32:46 kamil Exp $ */ /* * Copyright (c) 2000, 2001 Matthew R. Green @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.22 2011/06/02 00:24:23 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: auxio.c,v 1.23 2015/07/11 10:32:46 kamil Exp $"); #include "opt_auxio.h" @@ -65,7 +65,7 @@ struct auxio_softc { /* parent's tag */ bus_space_tag_t sc_tag; - /* handles to the various auxio regsiter sets */ + /* handles to the various auxio register sets */ bus_space_handle_t sc_led; bus_space_handle_t sc_pci; bus_space_handle_t sc_freq; Index: src/sys/arch/sparc64/dev/auxioreg.h diff -u src/sys/arch/sparc64/dev/auxioreg.h:1.7 src/sys/arch/sparc64/dev/auxioreg.h:1.8 --- src/sys/arch/sparc64/dev/auxioreg.h:1.7 Thu May 29 14:51:26 2008 +++ src/sys/arch/sparc64/dev/auxioreg.h Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: auxioreg.h,v 1.7 2008/05/29 14:51:26 mrg Exp $ */ +/* $NetBSD: auxioreg.h,v 1.8 2015/07/11 10:32:46 kamil Exp $ */ /* * Copyright (c) 2000 Matthew R. Green @@ -29,7 +29,7 @@ /* * The AUXIO registers; their offset in the Ebus2 address space, plus the * bits for each register. Note that the fdthree (FD), SUNW,CS4231 (AUDIO) - * and power (POWER) devices on the Ebus2 have their AUXIO regsiters mapped + * and power (POWER) devices on the Ebus2 have their AUXIO registers mapped * into their own "reg" properties, not the "auxio" device's "reg" properties. */ #define AUXIO_FD 0x00720000 Index: src/sys/arch/x68k/dev/fd.c diff -u src/sys/arch/x68k/dev/fd.c:1.117 src/sys/arch/x68k/dev/fd.c:1.118 --- src/sys/arch/x68k/dev/fd.c:1.117 Sun Apr 26 15:15:19 2015 +++ src/sys/arch/x68k/dev/fd.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: fd.c,v 1.117 2015/04/26 15:15:19 mlelstv Exp $ */ +/* $NetBSD: fd.c,v 1.118 2015/07/11 10:32:46 kamil Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.117 2015/04/26 15:15:19 mlelstv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.118 2015/07/11 10:32:46 kamil Exp $"); #include "opt_ddb.h" #include "opt_m68k_arch.h" @@ -354,7 +354,7 @@ fdc_dmastart(struct fdc_softc *fdc, int * Note 2: * FDC is connected to LSB 8 bits of X68000 16 bit bus * (as BUS_SPACE_MAP_SHIFTED_ODD defined in bus.h) - * so each FDC regsiter is mapped at sparse odd address. + * so each FDC register is mapped at sparse odd address. * * XXX: No proper API to get DMA address of FDC register for DMAC. */ Index: src/sys/arch/x68k/stand/boot/ne.c diff -u src/sys/arch/x68k/stand/boot/ne.c:1.2 src/sys/arch/x68k/stand/boot/ne.c:1.3 --- src/sys/arch/x68k/stand/boot/ne.c:1.2 Thu Nov 1 14:46:26 2012 +++ src/sys/arch/x68k/stand/boot/ne.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: ne.c,v 1.2 2012/11/01 14:46:26 isaki Exp $ */ +/* $NetBSD: ne.c,v 1.3 2015/07/11 10:32:46 kamil Exp $ */ /* * This file is derived from sys/arch/i386/stand/lib/netif/ne.c @@ -76,7 +76,7 @@ #define DELAY(x) delay(x) /* - * NE2000 on Neptune-X and Nereid has the following regsiter mappings: + * NE2000 on Neptune-X and Nereid has the following register mappings: * - 8bit NIC registers are mapped at sparse even addresses * - 16bit data registers on NE2000 ASIC are used to transfer stream data * so no software byte swap ops are necessary even on word access Index: src/sys/dev/marvell/gt.c diff -u src/sys/dev/marvell/gt.c:1.26 src/sys/dev/marvell/gt.c:1.27 --- src/sys/dev/marvell/gt.c:1.26 Tue Jul 20 11:42:22 2010 +++ src/sys/dev/marvell/gt.c Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: gt.c,v 1.26 2010/07/20 11:42:22 kiyohara Exp $ */ +/* $NetBSD: gt.c,v 1.27 2015/07/11 10:32:46 kamil Exp $ */ /* * Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.26 2010/07/20 11:42:22 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: gt.c,v 1.27 2015/07/11 10:32:46 kamil Exp $"); #include "opt_marvell.h" #include "gtmpsc.h" @@ -759,7 +759,7 @@ gt_watchdog_init(struct gt_softc *gt) * from scratch to get it in a known state. * * on GT-64260A we always see 0xffffffff - * in both the GT_WDOG_Config_Enb and GT_WDOG_Value regsiters. + * in both the GT_WDOG_Config_Enb and GT_WDOG_Value registers. */ r = gt_read(gt, GT_WDOG_Config); if (r != ~0) { Index: src/sys/dev/pci/cxdtvreg.h diff -u src/sys/dev/pci/cxdtvreg.h:1.2 src/sys/dev/pci/cxdtvreg.h:1.3 --- src/sys/dev/pci/cxdtvreg.h:1.2 Mon Sep 26 18:07:38 2011 +++ src/sys/dev/pci/cxdtvreg.h Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: cxdtvreg.h,v 1.2 2011/09/26 18:07:38 jakllsch Exp $ */ +/* $NetBSD: cxdtvreg.h,v 1.3 2015/07/11 10:32:46 kamil Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca> @@ -67,7 +67,7 @@ #define CXDTV_I2C_C_CTRL 0x36c004 #define CXDTV_I2C_C_XFER_STATUS 0x36c044 -/* for CXDTV_PCI_INT_ regsiters */ +/* for CXDTV_PCI_INT_ registers */ #define CXT_PI_VID_INT __BIT(0) #define CXT_PI_AUD_INT __BIT(1) #define CXT_PI_TS_INT __BIT(2) Index: src/sys/dev/pci/czreg.h diff -u src/sys/dev/pci/czreg.h:1.2 src/sys/dev/pci/czreg.h:1.3 --- src/sys/dev/pci/czreg.h:1.2 Tue Dec 25 18:33:40 2007 +++ src/sys/dev/pci/czreg.h Sat Jul 11 10:32:46 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: czreg.h,v 1.2 2007/12/25 18:33:40 perry Exp $ */ +/* $NetBSD: czreg.h,v 1.3 2015/07/11 10:32:46 kamil Exp $ */ /*- * Copyright (c) 2000 Zembu Labs, Inc. @@ -74,7 +74,7 @@ */ /* - * PLX Local Address Base values for the board RAM and FPGA regsiters. + * PLX Local Address Base values for the board RAM and FPGA registers. * * These values are specific to the Cyclades-Z. */