diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-10 08:51:51 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-10 08:51:51 +0000 |
| commit | ee1b40659503ba6ae99b0572ff2005c28b675fd0 (patch) | |
| tree | 79b1ab8391cb827a9b9b8a8235f2d4765b2f61bc /sys/dev | |
| parent | d708163f7f0abab4c3b88f79c8cf7ec8bc530426 (diff) | |
Spell address with two d's. Inspired by similar changes in OpenBSD,
originating from Jonathon Gray and forwarded by jmc@openbsd.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/dp83932reg.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/siopvar_common.h | 4 | ||||
| -rw-r--r-- | sys/dev/isapnp/isic_isapnp_sws.c | 6 | ||||
| -rw-r--r-- | sys/dev/mca/edc_mca.c | 8 | ||||
| -rw-r--r-- | sys/dev/pci/cmdide.c | 6 | ||||
| -rw-r--r-- | sys/dev/pci/emuxki.c | 6 | ||||
| -rw-r--r-- | sys/dev/pci/if_tl.c | 10 | ||||
| -rw-r--r-- | sys/dev/pci/if_tlvar.h | 4 | ||||
| -rw-r--r-- | sys/dev/scsipi/cd.c | 8 |
9 files changed, 28 insertions, 28 deletions
diff --git a/sys/dev/ic/dp83932reg.h b/sys/dev/ic/dp83932reg.h index 06d427859d1..5dc92c8adaf 100644 --- a/sys/dev/ic/dp83932reg.h +++ b/sys/dev/ic/dp83932reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dp83932reg.h,v 1.2 2002/05/03 00:07:02 thorpej Exp $ */ +/* $NetBSD: dp83932reg.h,v 1.3 2003/11/10 08:51:52 wiz Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -250,7 +250,7 @@ struct sonic_cda32 { #define SONIC_ISR 0x05 /* Interrupt Status Register */ /* See IMR bits. */ -#define SONIC_UTDAR 0x06 /* Upper Tx Descriptor Adress Register */ +#define SONIC_UTDAR 0x06 /* Upper Tx Descriptor Address Register */ #define SONIC_CTDAR 0x07 /* Current Tx Descriptor Address Register */ diff --git a/sys/dev/ic/siopvar_common.h b/sys/dev/ic/siopvar_common.h index 813a4b4090d..a751741ee51 100644 --- a/sys/dev/ic/siopvar_common.h +++ b/sys/dev/ic/siopvar_common.h @@ -1,4 +1,4 @@ -/* $NetBSD: siopvar_common.h,v 1.25 2003/11/02 11:07:46 wiz Exp $ */ +/* $NetBSD: siopvar_common.h,v 1.26 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -146,7 +146,7 @@ struct siop_common_softc { bus_dma_tag_t sc_dmat; /* bus DMA tag */ void (*sc_reset) __P((struct siop_common_softc*)); /* reset callback */ bus_dmamap_t sc_scriptdma; /* DMA map for script */ - bus_addr_t sc_scriptaddr; /* on-board ram or physical adress */ + bus_addr_t sc_scriptaddr; /* on-board ram or physical address */ u_int32_t *sc_script; /* script location in memory */ struct siop_common_target *targets[16]; /* per-target states */ }; diff --git a/sys/dev/isapnp/isic_isapnp_sws.c b/sys/dev/isapnp/isic_isapnp_sws.c index 0cfe17f3099..d40ee0e7b6a 100644 --- a/sys/dev/isapnp/isic_isapnp_sws.c +++ b/sys/dev/isapnp/isic_isapnp_sws.c @@ -37,7 +37,7 @@ * iobase + 2 : isac read/write * iobase + 3 : hscx read/write ( offset 0-0x3f hscx0 , * offset 0x40-0x7f hscx1 ) - * iobase + 4 : offset for indirect adressing + * iobase + 4 : offset for indirect addressing * *--------------------------------------------------------------------------- * @@ -47,7 +47,7 @@ * EXPERIMENTAL !!!! * ================= * - * $Id: isic_isapnp_sws.c,v 1.4 2002/03/24 20:35:52 martin Exp $ + * $Id: isic_isapnp_sws.c,v 1.5 2003/11/10 08:51:52 wiz Exp $ * * last edit-date: [Fri Jan 5 11:38:29 2001] * @@ -57,7 +57,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isic_isapnp_sws.c,v 1.4 2002/03/24 20:35:52 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isic_isapnp_sws.c,v 1.5 2003/11/10 08:51:52 wiz Exp $"); #include "opt_isicpnp.h" #ifdef ISICPNP_SEDLBAUER diff --git a/sys/dev/mca/edc_mca.c b/sys/dev/mca/edc_mca.c index c45e01e7de0..7917ee0752d 100644 --- a/sys/dev/mca/edc_mca.c +++ b/sys/dev/mca/edc_mca.c @@ -1,4 +1,4 @@ -/* $NetBSD: edc_mca.c,v 1.22 2003/10/25 18:37:03 christos Exp $ */ +/* $NetBSD: edc_mca.c,v 1.23 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.22 2003/10/25 18:37:03 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: edc_mca.c,v 1.23 2003/11/10 08:51:52 wiz Exp $"); #include "rnd.h" @@ -169,7 +169,7 @@ edc_mca_attach(parent, self, aux) * * 7 6 5 4 3 2 1 0 * \ \____/ \ \__ enable: 0=adapter disabled, 1=adapter enabled - * \ \ \___ Primary/Alternate Port Adresses: + * \ \ \___ Primary/Alternate Port Addresses: * \ \ 0=0x3510-3517 1=0x3518-0x351f * \ \_____ DMA Arbitration Level: 0101=5 0110=6 0111=7 * \ 0000=0 0001=1 0011=3 0100=4 @@ -213,7 +213,7 @@ edc_mca_attach(parent, self, aux) #ifdef DIAGNOSTIC /* * It's not strictly necessary to check this, machine configuration - * utility uses only valid adresses. + * utility uses only valid addresses. */ if (drq == 2 || drq >= 8) { printf("%s: invalid DMA Arbitration Level %d\n", diff --git a/sys/dev/pci/cmdide.c b/sys/dev/pci/cmdide.c index b9b28634b32..081847b4218 100644 --- a/sys/dev/pci/cmdide.c +++ b/sys/dev/pci/cmdide.c @@ -1,4 +1,4 @@ -/* $NetBSD: cmdide.c,v 1.4 2003/10/30 01:58:17 simonb Exp $ */ +/* $NetBSD: cmdide.c,v 1.5 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 1999, 2000, 2001 Manuel Bouyer. @@ -243,7 +243,7 @@ cmd_chip_map(struct pciide_softc *sc, struct pci_attach_args *pa) /* * For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE - * and base adresses registers can be disabled at + * and base addresses registers can be disabled at * hardware level. In this case, the device is wired * in compat mode and its first channel is always enabled, * but we can't rely on PCI_COMMAND_IO_ENABLE. @@ -277,7 +277,7 @@ cmd0643_9_chip_map(struct pciide_softc *sc, struct pci_attach_args *pa) /* * For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE - * and base adresses registers can be disabled at + * and base addresses registers can be disabled at * hardware level. In this case, the device is wired * in compat mode and its first channel is always enabled, * but we can't rely on PCI_COMMAND_IO_ENABLE. diff --git a/sys/dev/pci/emuxki.c b/sys/dev/pci/emuxki.c index 83e13d45b44..6d592c3ab7a 100644 --- a/sys/dev/pci/emuxki.c +++ b/sys/dev/pci/emuxki.c @@ -1,4 +1,4 @@ -/* $NetBSD: emuxki.c,v 1.30 2003/10/30 10:02:16 hannken Exp $ */ +/* $NetBSD: emuxki.c,v 1.31 2003/11/10 08:51:52 wiz Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: emuxki.c,v 1.30 2003/10/30 10:02:16 hannken Exp $"); +__KERNEL_RCSID(0, "$NetBSD: emuxki.c,v 1.31 2003/11/10 08:51:52 wiz Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -1717,7 +1717,7 @@ emuxki_open(void *addr, int flags) /* * I did this because i have problems identifying the selected * recording source(s) which is necessary when setting recording - * params This will be adressed very soon + * params This will be addressed very soon */ if (flags & AUOPEN_READ) { sc->rvoice = emuxki_voice_new(sc, 0 /* EMU_VOICE_USE_RECORD */); diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c index dedf0c82f79..e154e1333d8 100644 --- a/sys/dev/pci/if_tl.c +++ b/sys/dev/pci/if_tl.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tl.c,v 1.63 2003/11/02 10:50:40 wiz Exp $ */ +/* $NetBSD: if_tl.c,v 1.64 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.63 2003/11/02 10:50:40 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tl.c,v 1.64 2003/11/10 08:51:52 wiz Exp $"); #undef TLDEBUG #define TL_PRIV_STATS @@ -393,7 +393,7 @@ tl_pci_attach(parent, self, aux) /* read mac addr */ if (seeprom_bootstrap_read(&sc->sc_i2c, 0x50, 0x83, 512/*?*/, sc->tl_enaddr, ETHER_ADDR_LEN)) { - printf("%s: error reading Ethernet adress\n", + printf("%s: error reading Ethernet address\n", sc->sc_dev.dv_xname); return; } @@ -737,7 +737,7 @@ static int tl_init(ifp) /* start ticks calls */ callout_reset(&sc->tl_tick_ch, hz, tl_ticks, sc); - /* write adress of Rx list and enable interrupts */ + /* write address of Rx list and enable interrupts */ TL_HR_WRITE(sc, TL_HOST_CH_PARM, sc->Rx_list[0].hw_listaddr); TL_HR_WRITE(sc, TL_HOST_CMD, HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | HOST_CMD_IntOn); @@ -1114,7 +1114,7 @@ tl_intr(v) #endif { /* - * write adress of Rx list and send Rx GO command, ack + * write address of Rx list and send Rx GO command, ack * interrupt and enable interrupts in one command */ TL_HR_WRITE(sc, TL_HOST_CH_PARM, sc->active_Rx->hw_listaddr); diff --git a/sys/dev/pci/if_tlvar.h b/sys/dev/pci/if_tlvar.h index 9b93620c2a3..7abf6c743a4 100644 --- a/sys/dev/pci/if_tlvar.h +++ b/sys/dev/pci/if_tlvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_tlvar.h,v 1.9 2003/11/02 10:50:40 wiz Exp $ */ +/* $NetBSD: if_tlvar.h,v 1.10 2003/11/10 08:51:52 wiz Exp $ */ /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. @@ -53,7 +53,7 @@ struct tl_softc { struct ethercom tl_ec; struct callout tl_tick_ch; /* tick callout */ struct callout tl_restart_ch; /* restart callout */ - u_int8_t tl_enaddr[ETHER_ADDR_LEN]; /* hardware adress */ + u_int8_t tl_enaddr[ETHER_ADDR_LEN]; /* hardware address */ struct i2c_controller sc_i2c; /* i2c controller info, for eeprom */ mii_data_t tl_mii; /* mii bus */ bus_dma_segment_t ctrl_segs; /* bus-dma memory for control blocks */ diff --git a/sys/dev/scsipi/cd.c b/sys/dev/scsipi/cd.c index 1abba56f5ec..0d7c58e4d66 100644 --- a/sys/dev/scsipi/cd.c +++ b/sys/dev/scsipi/cd.c @@ -1,4 +1,4 @@ -/* $NetBSD: cd.c,v 1.197 2003/09/18 00:06:32 mycroft Exp $ */ +/* $NetBSD: cd.c,v 1.198 2003/11/10 08:51:52 wiz Exp $ */ /*- * Copyright (c) 1998, 2001, 2003 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.197 2003/09/18 00:06:32 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.198 2003/11/10 08:51:52 wiz Exp $"); #include "rnd.h" @@ -1076,8 +1076,8 @@ cdwrite(dev, uio, ioflag) } /* - * conversion between minute-seconde-frame and logical block adress - * adresses format + * conversion between minute-seconde-frame and logical block address + * addresses format */ void lba2msf (lba, m, s, f) |
