summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm/xscale/ixp425/ixp425_qmgr.c4
-rw-r--r--sys/compat/linprocfs/linprocfs.c2
-rw-r--r--sys/dev/cm/smc90cx6.c6
-rw-r--r--sys/dev/ctau/if_ct.c2
-rw-r--r--sys/dev/cx/if_cx.c2
-rw-r--r--sys/dev/idt/idt_pci.c2
-rw-r--r--sys/dev/isp/isp_target.c4
-rw-r--r--sys/dev/mpt/mpt.c6
-rw-r--r--sys/dev/my/if_my.c2
-rw-r--r--sys/dev/sio/sio.c2
-rw-r--r--sys/dev/sound/isa/ad1816.c8
-rw-r--r--sys/dev/sound/isa/ad1816.h2
-rw-r--r--sys/dev/sound/pci/atiixp.c2
-rw-r--r--sys/dev/sound/pci/emu10kx.c2
-rw-r--r--sys/dev/sound/pci/envy24.c2
-rw-r--r--sys/dev/sound/pci/envy24ht.c2
-rw-r--r--sys/dev/sound/sbus/cs4231.c2
-rw-r--r--sys/i4b/layer1/isic/i4b_avm_a1.c2
-rw-r--r--sys/i4b/layer1/isic/i4b_elsa_pcc16.c2
-rw-r--r--sys/i4b/layer1/isic/i4b_isic.c4
-rw-r--r--sys/i4b/layer1/isic/i4b_itk_ix1.c4
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s016.c2
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s0163.c2
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s08.c2
-rw-r--r--sys/netinet/sctp_output.c2
-rw-r--r--sys/netinet/sctputil.c2
-rw-r--r--sys/pc98/cbus/sio.c2
-rw-r--r--sys/pci/if_wb.c2
-rw-r--r--sys/pci/if_xl.c4
29 files changed, 41 insertions, 41 deletions
diff --git a/sys/arm/xscale/ixp425/ixp425_qmgr.c b/sys/arm/xscale/ixp425/ixp425_qmgr.c
index 655acd9..3048209 100644
--- a/sys/arm/xscale/ixp425/ixp425_qmgr.c
+++ b/sys/arm/xscale/ixp425/ixp425_qmgr.c
@@ -341,7 +341,7 @@ ixpqmgr_qconfig(int qId, int qEntries, int ne, int nf, int srcSel,
*/
sc->aqmFreeSramAddress += (qi->qSizeInWords * sizeof(uint32_t));
- /* Set the interupt source if this queue is in the range 0-31 */
+ /* Set the interrupt source if this queue is in the range 0-31 */
if (qId < IX_QMGR_MIN_QUEUPP_QID)
aqm_srcsel_write(sc, qId, srcSel);
@@ -604,7 +604,7 @@ ixpqmgr_notify_enable(int qId, int srcSel)
/* Calculate the checkMask and checkValue for this q */
aqm_calc_statuscheck(sc, qId, srcSel);
#endif
- /* Set the interupt source if this queue is in the range 0-31 */
+ /* Set the interrupt source if this queue is in the range 0-31 */
if (qId < IX_QMGR_MIN_QUEUPP_QID)
aqm_srcsel_write(sc, qId, srcSel);
diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c
index e5cd300..c23ec32 100644
--- a/sys/compat/linprocfs/linprocfs.c
+++ b/sys/compat/linprocfs/linprocfs.c
@@ -114,7 +114,7 @@ __FBSDID("$FreeBSD$");
*
* The linux procfs state field displays one of the characters RSDZTW to
* denote running, sleeping in an interruptible wait, waiting in an
- * uninteruptible disk sleep, a zombie process, process is being traced
+ * uninterruptible disk sleep, a zombie process, process is being traced
* or stopped, or process is paging respectively.
*
* Our struct kinfo_proc contains the variable ki_stat which contains a
diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c
index e8645ca..be0d871 100644
--- a/sys/dev/cm/smc90cx6.c
+++ b/sys/dev/cm/smc90cx6.c
@@ -592,7 +592,7 @@ cleanup:
sc->sc_rx_act = buffer;
sc->sc_intmask |= CM_RI;
- /* this also clears the RI flag interupt: */
+ /* this also clears the RI flag interrupt: */
PUTREG(CMCMD, CM_RXBC(buffer));
PUTREG(CMSTAT, sc->sc_intmask);
@@ -779,7 +779,7 @@ cmintr(arg)
* configured sender)
*/
log(LOG_WARNING,
- "%s: spurious RX interupt or sender 0 "
+ "%s: spurious RX interrupt or sender 0 "
" (ignored)\n", ifp->if_xname);
/*
* restart receiver on same buffer.
@@ -797,7 +797,7 @@ cmintr(arg)
/*
* Start receiver on other receive
* buffer. This also clears the RI
- * interupt flag.
+ * interrupt flag.
*/
PUTREG(CMCMD, CM_RXBC(buffer));
/* in RX intr, so mask is ok for RX */
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index 3769419..25e927a 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -272,7 +272,7 @@ static void ct_led_off (void *arg)
}
/*
- * Activate interupt handler from DDK.
+ * Activate interrupt handler from DDK.
*/
static void ct_intr (void *arg)
{
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index b75f23b..34ccd5a 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -358,7 +358,7 @@ static void cx_led_off (void *arg)
}
/*
- * Activate interupt handler from DDK.
+ * Activate interrupt handler from DDK.
*/
static void cx_intr (void *arg)
{
diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c
index 07c061d..e446713 100644
--- a/sys/dev/idt/idt_pci.c
+++ b/sys/dev/idt/idt_pci.c
@@ -219,7 +219,7 @@ idt_detach(device_t dev)
idt_device_stop(sc); /* Stop the device */
/*
- * Lock out all device interupts.
+ * Lock out all device interrupts.
*/
DEVICE_LOCK(&sc->iu_cmn);
idt_free(dev);
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index 9ad79ab..531f64b 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -1332,7 +1332,7 @@ isp_handle_ctio(ispsoftc_t *isp, ct_entry_t *ct)
* Bus Device Reset message received or the SCSI Bus has
* been Reset; the firmware has gone to Bus Free.
*
- * The firmware generates an async mailbox interupt to
+ * The firmware generates an async mailbox interrupt to
* notify us of this and returns outstanding CTIOs with this
* status. These CTIOs are handled in that same way as
* CT_ABORTED ones, so just fall through here.
@@ -1486,7 +1486,7 @@ isp_handle_ctio2(ispsoftc_t *isp, ct2_entry_t *ct)
/*
* Target Reset function received.
*
- * The firmware generates an async mailbox interupt to
+ * The firmware generates an async mailbox interrupt to
* notify us of this and returns outstanding CTIOs with this
* status. These CTIOs are handled in that same way as
* CT_ABORTED ones, so just fall through here.
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 2cd6a2f..38fab51 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -1356,7 +1356,7 @@ mpt_send_handshake_cmd(struct mpt_softc *mpt, size_t len, void *cmd)
len = (len + 3) >> 2;
data32 = cmd;
- /* Clear any left over pending doorbell interupts */
+ /* Clear any left over pending doorbell interrupts */
if (MPT_DB_INTR(mpt_rd_intr(mpt)))
mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0);
@@ -2095,7 +2095,7 @@ mpt_send_event_request(struct mpt_softc *mpt, int onoff)
}
/*
- * Un-mask the interupts on the chip.
+ * Un-mask the interrupts on the chip.
*/
void
mpt_enable_ints(struct mpt_softc *mpt)
@@ -2105,7 +2105,7 @@ mpt_enable_ints(struct mpt_softc *mpt)
}
/*
- * Mask the interupts on the chip.
+ * Mask the interrupts on the chip.
*/
void
mpt_disable_ints(struct mpt_softc *mpt)
diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c
index 4cd0781..c94f084 100644
--- a/sys/dev/my/if_my.c
+++ b/sys/dev/my/if_my.c
@@ -1441,7 +1441,7 @@ my_start_locked(struct ifnet * ifp)
/*
* Place the request for the upload interrupt in the last descriptor
* in the chain. This way, if we're chaining several packets at once,
- * we'll only get an interupt once for the whole chain rather than
+ * we'll only get an interrupt once for the whole chain rather than
* once for each packet.
*/
MY_TXCTL(cur_tx) |= MY_TXIC;
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 006eefc..04d10ef 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -600,7 +600,7 @@ sioprobe(dev, xrid, rclk, noprobe)
}
/*
- * Enable the interrupt gate and disable device interupts. This
+ * Enable the interrupt gate and disable device interrupts. This
* should leave the device driving the interrupt line low and
* guarantee an edge trigger if an interrupt can be generated.
*/
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c
index d3ece80..4c5ecab 100644
--- a/sys/dev/sound/isa/ad1816.c
+++ b/sys/dev/sound/isa/ad1816.c
@@ -128,22 +128,22 @@ ad1816_intr(void *arg)
unsigned char c, served = 0;
ad1816_lock(ad1816);
- /* get interupt status */
+ /* get interrupt status */
c = io_rd(ad1816, AD1816_INT);
- /* check for stray interupts */
+ /* check for stray interrupts */
if (c & ~(AD1816_INTRCI | AD1816_INTRPI)) {
printf("pcm: stray int (%x)\n", c);
c &= AD1816_INTRCI | AD1816_INTRPI;
}
- /* check for capture interupt */
+ /* check for capture interrupt */
if (sndbuf_runsz(ad1816->rch.buffer) && (c & AD1816_INTRCI)) {
ad1816_unlock(ad1816);
chn_intr(ad1816->rch.channel);
ad1816_lock(ad1816);
served |= AD1816_INTRCI; /* cp served */
}
- /* check for playback interupt */
+ /* check for playback interrupt */
if (sndbuf_runsz(ad1816->pch.buffer) && (c & AD1816_INTRPI)) {
ad1816_unlock(ad1816);
chn_intr(ad1816->pch.channel);
diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h
index e09f40d..b21d3cd 100644
--- a/sys/dev/sound/isa/ad1816.h
+++ b/sys/dev/sound/isa/ad1816.h
@@ -34,7 +34,7 @@
/* AD1816 register macros */
#define AD1816_ALE 0 /* indirect reg access */
-#define AD1816_INT 1 /* interupt status */
+#define AD1816_INT 1 /* interrupt status */
#define AD1816_LOW 2 /* indirect low byte */
#define AD1816_HIGH 3 /* indirect high byte */
diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c
index 777e1b1..d1d01d7 100644
--- a/sys/dev/sound/pci/atiixp.c
+++ b/sys/dev/sound/pci/atiixp.c
@@ -902,7 +902,7 @@ atiixp_intr(void *p)
detected_codecs = status & CODEC_CHECK_BITS;
sc->codec_not_ready_bits |= detected_codecs;
- /* disable detected interupt sources */
+ /* disable detected interrupt sources */
enable = atiixp_rd(sc, ATI_REG_IER);
enable &= ~detected_codecs;
atiixp_wr(sc, ATI_REG_IER, enable);
diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c
index 35af8aa..c2a8249 100644
--- a/sys/dev/sound/pci/emu10kx.c
+++ b/sys/dev/sound/pci/emu10kx.c
@@ -950,7 +950,7 @@ emu_intr_unregister(struct emu_sc_info *sc, int hnumber)
sc->ihandler[hnumber].softc = NULL;
sc->ihandler[hnumber].irq_func = NULL;
- /* other interupt handlers may use this INTE value */
+ /* other interrupt handlers may use this INTE value */
for (i = 0; i < EMU_MAX_IRQ_CONSUMERS; i++)
if (sc->ihandler[i].inte_mask != 0)
x |= sc->ihandler[i].inte_mask;
diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c
index 136477b..e35b456 100644
--- a/sys/dev/sound/pci/envy24.c
+++ b/sys/dev/sound/pci/envy24.c
@@ -2461,7 +2461,7 @@ envy24_alloc_resource(struct sc_info *sc)
pci_read_config(sc->dev, PCIR_MT, 4));
#endif
- /* allocate interupt resource */
+ /* allocate interrupt resource */
sc->irqid = 0;
sc->irq = bus_alloc_resource(sc->dev, SYS_RES_IRQ, &sc->irqid,
0, ~0, 1, RF_ACTIVE | RF_SHAREABLE);
diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c
index 4b08c0c..a3e4f36 100644
--- a/sys/dev/sound/pci/envy24ht.c
+++ b/sys/dev/sound/pci/envy24ht.c
@@ -2416,7 +2416,7 @@ envy24ht_alloc_resource(struct sc_info *sc)
pci_read_config(sc->dev, PCIR_MT, 4));
#endif
- /* allocate interupt resource */
+ /* allocate interrupt resource */
sc->irqid = 0;
sc->irq = bus_alloc_resource(sc->dev, SYS_RES_IRQ, &sc->irqid,
0, ~0, 1, RF_ACTIVE | RF_SHAREABLE);
diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c
index 26e9301..a785f96 100644
--- a/sys/dev/sound/sbus/cs4231.c
+++ b/sys/dev/sound/sbus/cs4231.c
@@ -622,7 +622,7 @@ cs4231_power_reset(struct cs4231_softc *sc, int how)
/* turn on cs4231 mode */
cs4231_write(sc, CS_MISC_INFO,
cs4231_read(sc, CS_MISC_INFO) | CS_MODE2);
- /* enable interupts & clear CSR */
+ /* enable interrupts & clear CSR */
cs4231_write(sc, CS_PIN_CONTROL,
cs4231_read(sc, CS_PIN_CONTROL) | INTERRUPT_ENABLE);
CS_WRITE(sc, CS4231_STATUS, 0);
diff --git a/sys/i4b/layer1/isic/i4b_avm_a1.c b/sys/i4b/layer1/isic/i4b_avm_a1.c
index 45a92de..e9b0416 100644
--- a/sys/i4b/layer1/isic/i4b_avm_a1.c
+++ b/sys/i4b/layer1/isic/i4b_avm_a1.c
@@ -251,7 +251,7 @@ isic_probe_avma1(device_t dev)
/* get the irq number */
sc->sc_irq = rman_get_start(sc->sc_resources.irq);
- /* register interupt routine */
+ /* register interrupt routine */
if (bus_setup_intr(dev, sc->sc_resources.irq, INTR_TYPE_NET, NULL,
(void(*)(void *))(isicintr), sc, &ih) != 0)
{
diff --git a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
index e2af2ea..359d239 100644
--- a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
+++ b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
@@ -354,7 +354,7 @@ isic_probe_Epcc16(device_t dev)
break;
}
- /* register interupt routine */
+ /* register interrupt routine */
bus_setup_intr(dev,sc->sc_resources.irq,INTR_TYPE_NET,
NULL, (void(*)(void *))(isicintr),
sc,&ih);
diff --git a/sys/i4b/layer1/isic/i4b_isic.c b/sys/i4b/layer1/isic/i4b_isic.c
index cb871f1..4b9af74 100644
--- a/sys/i4b/layer1/isic/i4b_isic.c
+++ b/sys/i4b/layer1/isic/i4b_isic.c
@@ -88,7 +88,7 @@ struct i4b_l1mux_func isic_l1mux_func = {
void
isicintr(struct l1_softc *sc)
{
- if(sc->sc_ipac == 0) /* HSCX/ISAC interupt routine */
+ if(sc->sc_ipac == 0) /* HSCX/ISAC interrupt routine */
{
u_char was_hscx_irq = 0;
u_char was_isac_irq = 0;
@@ -455,7 +455,7 @@ isic_detach_common(device_t dev)
if(sc->sc_resources.irq)
{
- /* tear down interupt handler */
+ /* tear down interrupt handler */
bus_teardown_intr(dev, sc->sc_resources.irq,
(void(*)(void *))isicintr);
diff --git a/sys/i4b/layer1/isic/i4b_itk_ix1.c b/sys/i4b/layer1/isic/i4b_itk_ix1.c
index e1a0e33..7009bdb 100644
--- a/sys/i4b/layer1/isic/i4b_itk_ix1.c
+++ b/sys/i4b/layer1/isic/i4b_itk_ix1.c
@@ -273,10 +273,10 @@ isic_probe_itkix1(device_t dev)
printf("done.\n");
#endif
- /* register interupt routine */
+ /* register interrupt routine */
#if defined(ITK_PROBE_DEBUG)
- printf("Setting up access interupt...");
+ printf("Setting up access interrupt...");
#endif
if (bus_setup_intr(dev, sc->sc_resources.irq, INTR_TYPE_NET, NULL,
diff --git a/sys/i4b/layer1/isic/i4b_tel_s016.c b/sys/i4b/layer1/isic/i4b_tel_s016.c
index e64a1f3..6ffa732 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s016.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s016.c
@@ -300,7 +300,7 @@ isic_probe_s016(device_t dev)
return ENXIO;
}
- /* register interupt routine */
+ /* register interrupt routine */
if (bus_setup_intr(dev, sc->sc_resources.irq, INTR_TYPE_NET, NULL,
(void(*)(void *))(isicintr), sc, &ih) != 0)
diff --git a/sys/i4b/layer1/isic/i4b_tel_s0163.c b/sys/i4b/layer1/isic/i4b_tel_s0163.c
index 8da8135..01d274b 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s0163.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s0163.c
@@ -338,7 +338,7 @@ isic_probe_s0163(device_t dev)
break;
}
- /* register interupt routine */
+ /* register interrupt routine */
if (bus_setup_intr(dev, sc->sc_resources.irq, INTR_TYPE_NET, NULL,
(void(*)(void *))(isicintr), sc, &ih) != 0)
{
diff --git a/sys/i4b/layer1/isic/i4b_tel_s08.c b/sys/i4b/layer1/isic/i4b_tel_s08.c
index df3163e..3ca0f2c 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s08.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s08.c
@@ -264,7 +264,7 @@ isic_probe_s08(device_t dev)
break;
}
- /* register interupt routine */
+ /* register interrupt routine */
bus_setup_intr(dev, sc->sc_resources.irq,
INTR_TYPE_NET,
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c
index e80573e..48bf4b0 100644
--- a/sys/netinet/sctp_output.c
+++ b/sys/netinet/sctp_output.c
@@ -11693,7 +11693,7 @@ sctp_lower_sosend(struct socket *so,
} else {
/*
* Just got locked to this guy in case of an
- * interupt.
+ * interrupt.
*/
strm->last_msg_incomplete = 1;
asoc->stream_locked = 1;
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index ba3ec2d..76a7902 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -5575,7 +5575,7 @@ get_more_data:
if (TAILQ_NEXT(control, next) == NULL) {
/*
* If we don't have a next we need a
- * lock, if there is a next interupt
+ * lock, if there is a next interrupt
* is filling ahead of us and we
* don't need a lock to remove this
* guy (which is the head of the
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 718214d..648cb04 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -1069,7 +1069,7 @@ sioprobe(dev, xrid, rclk, noprobe)
}
/*
- * Enable the interrupt gate and disable device interupts. This
+ * Enable the interrupt gate and disable device interrupts. This
* should leave the device driving the interrupt line low and
* guarantee an edge trigger if an interrupt can be generated.
*/
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 671a0b3..f42bc56 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -1502,7 +1502,7 @@ wb_start_locked(ifp)
* Place the request for the upload interrupt
* in the last descriptor in the chain. This way, if
* we're chaining several packets at once, we'll only
- * get an interupt once for the whole chain rather than
+ * get an interrupt once for the whole chain rather than
* once for each packet.
*/
WB_TXCTL(cur_tx) |= WB_TXCTL_FINT;
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index e82511d..a14ade7 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -2628,7 +2628,7 @@ xl_start_locked(struct ifnet *ifp)
* Place the request for the upload interrupt
* in the last descriptor in the chain. This way, if
* we're chaining several packets at once, we'll only
- * get an interupt once for the whole chain rather than
+ * get an interrupt once for the whole chain rather than
* once for each packet.
*/
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |
@@ -2748,7 +2748,7 @@ xl_start_90xB_locked(struct ifnet *ifp)
* Place the request for the upload interrupt
* in the last descriptor in the chain. This way, if
* we're chaining several packets at once, we'll only
- * get an interupt once for the whole chain rather than
+ * get an interrupt once for the whole chain rather than
* once for each packet.
*/
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |
OpenPOWER on IntegriCloud