Module Name: src Committed By: andvar Date: Sun Feb 23 13:31:30 UTC 2025
Modified Files: src/sys/arch/sgimips/hpc: hpcreg.h Log Message: s/configururation/configuration/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sgimips/hpc/hpcreg.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/sgimips/hpc/hpcreg.h diff -u src/sys/arch/sgimips/hpc/hpcreg.h:1.20 src/sys/arch/sgimips/hpc/hpcreg.h:1.21 --- src/sys/arch/sgimips/hpc/hpcreg.h:1.20 Tue Jan 25 12:21:04 2011 +++ src/sys/arch/sgimips/hpc/hpcreg.h Sun Feb 23 13:31:30 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: hpcreg.h,v 1.20 2011/01/25 12:21:04 tsutsui Exp $ */ +/* $NetBSD: hpcreg.h,v 1.21 2025/02/23 13:31:30 andvar Exp $ */ /* * Copyright (c) 2001 Rafal K. Boni @@ -126,8 +126,8 @@ struct hpc_dma_desc { #define HPC3_SCSI0_CTL 0x00001004 /* DMA control flags */ #define HPC3_SCSI0_GIO 0x00001008 /* GIO DMA FIFO pointer */ #define HPC3_SCSI0_DEV 0x0000100c /* Device DMA FIFO pointer */ -#define HPC3_SCSI0_DMACFG 0x00001010 /* DMA configururation */ -#define HPC3_SCSI0_PIOCFG 0x00001014 /* PIO configururation */ +#define HPC3_SCSI0_DMACFG 0x00001010 /* DMA configuration */ +#define HPC3_SCSI0_PIOCFG 0x00001014 /* PIO configuration */ #define HPC3_SCSI1_REGS 0x00012000 /* SCSI channel 1 registers */ #define HPC3_SCSI1_REGS_SIZE 0x00001fff @@ -139,8 +139,8 @@ struct hpc_dma_desc { #define HPC3_SCSI1_CTL 0x00001004 /* DMA control flags */ #define HPC3_SCSI1_GIO 0x00001008 /* GIO DMA FIFO pointer */ #define HPC3_SCSI1_DEV 0x0000100c /* Device DMA FIFO pointer */ -#define HPC3_SCSI1_DMACFG 0x00001010 /* DMA configururation */ -#define HPC3_SCSI1_PIOCFG 0x00001014 /* PIO configururation */ +#define HPC3_SCSI1_DMACFG 0x00001010 /* DMA configuration */ +#define HPC3_SCSI1_PIOCFG 0x00001014 /* PIO configuration */ /* HPC3_SCSIx_CTL "SCSI control register" flags: */ #define HPC3_SCSI_DMACTL_IRQ 0x01 /* IRQ asserted, dma done or parity */ @@ -193,7 +193,7 @@ struct hpc_dma_desc { #define HPC3_ENETR_RESET_LOOPBK 0x0004 /* External loopback enable */ #define HPC3_ENETR_RESET_CLRRBO 0x0008 /* Clear RBO condition (??) */ -#define HPC3_ENETR_DMACFG 0x00001018 /* Recv: DMA configururation */ +#define HPC3_ENETR_DMACFG 0x00001018 /* Recv: DMA configuration */ #define HPC3_ENETR_DMACFG_D1(_x) (((_x) << 0) & 0x000f) /* D1 gio_clk cycles */ #define HPC3_ENETR_DMACFG_D2(_x) (((_x) << 4) & 0x00f0) /* D2 gio_clk cycles */ @@ -209,7 +209,7 @@ struct hpc_dma_desc { #define HPC3_ENETR_DMACFG_FIX_INTR 0x08000 /* Enable EOP timeout */ #define HPC3_ENETR_DMACFG_TIMEOUT 0x30000 /* Timeout value for above two*/ -#define HPC3_ENETR_PIOCFG 0x0000101c /* Recv: PIO configururation */ +#define HPC3_ENETR_PIOCFG 0x0000101c /* Recv: PIO configuration */ #define HPC3_ENETR_PIOCFG_P1(_x) (((_x) << 0) & 0x000f) /* P1 gio_clk cycles */ #define HPC3_ENETR_PIOCFG_P2(_x) (((_x) << 4) & 0x00f0) /* P2 gio_clk cycles */