svn commit: r300060 - in stable/10/sys: dev/aic7xxx dev/aic7xxx/aicasm dev/ciss dev/drm2/radeon dev/drm2/ttm dev/hptiop dev/hwpmc dev/isci/scil dev/pccbb dev/wbwd dev/wtap dev/wtap/plugins sys
Pedro F. Giffuni
pfg at FreeBSD.org
Tue May 17 15:18:06 UTC 2016
Author: pfg
Date: Tue May 17 15:18:01 2016
New Revision: 300060
URL: https://svnweb.freebsd.org/changeset/base/300060
Log:
MFC r298931, r298981, r299375:
Minor spelling fixes in:
sys/dev, sys/sys
Many of these have user-visible strings.
Modified:
stable/10/sys/dev/aic7xxx/aic79xx.c
stable/10/sys/dev/aic7xxx/aic79xx.h
stable/10/sys/dev/aic7xxx/aic79xx.reg
stable/10/sys/dev/aic7xxx/aic79xx.seq
stable/10/sys/dev/aic7xxx/aic79xx_inline.h
stable/10/sys/dev/aic7xxx/aic79xx_pci.c
stable/10/sys/dev/aic7xxx/aic7xxx.c
stable/10/sys/dev/aic7xxx/aic7xxx.h
stable/10/sys/dev/aic7xxx/aic7xxx.reg
stable/10/sys/dev/aic7xxx/aic7xxx.seq
stable/10/sys/dev/aic7xxx/aic7xxx_inline.h
stable/10/sys/dev/aic7xxx/aic7xxx_pci.c
stable/10/sys/dev/aic7xxx/aicasm/aicasm.c
stable/10/sys/dev/aic7xxx/aicasm/aicasm_gram.y
stable/10/sys/dev/ciss/ciss.c
stable/10/sys/dev/drm2/radeon/radeon_fb.c
stable/10/sys/dev/drm2/ttm/ttm_bo_vm.c
stable/10/sys/dev/hptiop/hptiop.c
stable/10/sys/dev/hwpmc/hwpmc_mod.c
stable/10/sys/dev/isci/scil/scic_phy.h
stable/10/sys/dev/isci/scil/scic_sds_phy.c
stable/10/sys/dev/pccbb/pccbb_pci.c
stable/10/sys/dev/wbwd/wbwd.c
stable/10/sys/dev/wtap/if_wtap.c
stable/10/sys/dev/wtap/if_wtap_module.c
stable/10/sys/dev/wtap/plugins/visibility.c
stable/10/sys/sys/ata.h
stable/10/sys/sys/buf.h
stable/10/sys/sys/buf_ring.h
stable/10/sys/sys/iconv.h
stable/10/sys/sys/imgact_binmisc.h
stable/10/sys/sys/imgact_elf.h
stable/10/sys/sys/ipc.h
stable/10/sys/sys/ipmi.h
stable/10/sys/sys/linker.h
stable/10/sys/sys/memrange.h
stable/10/sys/sys/pmc.h
stable/10/sys/sys/priority.h
stable/10/sys/sys/priv.h
stable/10/sys/sys/proc.h
stable/10/sys/sys/procctl.h
stable/10/sys/sys/shm.h
stable/10/sys/sys/sockio.h
stable/10/sys/sys/soundcard.h
stable/10/sys/sys/sx.h
stable/10/sys/sys/sysctl.h
stable/10/sys/sys/user.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/aic7xxx/aic79xx.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx.c Tue May 17 15:18:01 2016 (r300060)
@@ -1209,7 +1209,7 @@ ahd_handle_seqint(struct ahd_softc *ahd,
* that requires host assistance for completion.
* While handling the message phase(s), we will be
* notified by the sequencer after each byte is
- * transfered so we can track bus phase changes.
+ * transferred so we can track bus phase changes.
*
* If this is the first time we've seen a HOST_MSG_LOOP
* interrupt, initialize the state of the host message
@@ -1623,7 +1623,7 @@ ahd_handle_scsiint(struct ahd_softc *ahd
/*
* Although the driver does not care about the
* 'Selection in Progress' status bit, the busy
- * LED does. SELINGO is only cleared by a sucessfull
+ * LED does. SELINGO is only cleared by a successful
* selection, so we must manually clear it to insure
* the LED turns off just incase no future successful
* selections occur (e.g. no devices on the bus).
@@ -2699,7 +2699,7 @@ ahd_clear_critical_section(struct ahd_so
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
ahd_outb(ahd, SIMODE1, simode1);
/*
- * SCSIINT seems to glitch occassionally when
+ * SCSIINT seems to glitch occasionally when
* the interrupt masks are restored. Clear SCSIINT
* one more time so that only persistent errors
* are seen as a real interrupt.
@@ -3029,7 +3029,7 @@ ahd_validate_width(struct ahd_softc *ahd
/*
* Update the bitmask of targets for which the controller should
- * negotiate with at the next convenient oportunity. This currently
+ * negotiate with at the next convenient opportunity. This currently
* means the next time we send the initial identify messages for
* a new transaction.
*/
@@ -3380,7 +3380,7 @@ ahd_update_neg_table(struct ahd_softc *a
/*
* During packetized transfers, the target will
- * give us the oportunity to send command packets
+ * give us the opportunity to send command packets
* without us asserting attention.
*/
if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
@@ -4845,7 +4845,7 @@ ahd_handle_msg_reject(struct ahd_softc *
/*
* Requeue all tagged commands for this target
- * currently in our posession so they can be
+ * currently in our possession so they can be
* converted to untagged commands.
*/
ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
@@ -5498,7 +5498,7 @@ ahd_shutdown(void *arg)
/*
* Reset the controller and record some information about it
* that is only available just after a reset. If "reinit" is
- * non-zero, this reset occured after initial configuration
+ * non-zero, this reset occurred after initial configuration
* and the caller requests that the chip be fully reinitialized
* to a runable state. Chip interrupts are *not* enabled after
* a reinitialization. The caller must enable interrupts via
@@ -5751,7 +5751,7 @@ ahd_init_scbdata(struct ahd_softc *ahd)
}
/*
- * Note that we were successfull
+ * Note that we were successful
*/
return (0);
@@ -8794,7 +8794,7 @@ ahd_check_patch(struct ahd_softc *ahd, s
cur_patch += cur_patch->skip_patch;
} else {
/* Accepted this patch. Advance to the next
- * one and wait for our intruction pointer to
+ * one and wait for our instruction pointer to
* hit this point.
*/
cur_patch++;
@@ -9673,7 +9673,7 @@ ahd_write_seeprom(struct ahd_softc *ahd,
return (error);
/*
- * Write the data. If we don't get throught the loop at
+ * Write the data. If we don't get through the loop at
* least once, the arguments were invalid.
*/
retval = EINVAL;
Modified: stable/10/sys/dev/aic7xxx/aic79xx.h
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx.h Tue May 17 15:18:01 2016 (r300060)
@@ -478,7 +478,7 @@ struct hardware_scb {
* each S/G element is expired, its datacnt field is checked to see
* if the LAST_SEG flag is set. If so, SG_LIST_NULL is set in the
* residual sg ptr and the transfer is considered complete. If the
- * sequencer determines that there is a residual in the tranfer, or
+ * sequencer determines that there is a residual in the transfer, or
* there is non-zero status, it will set the SG_STATUS_VALID flag in
* sgptr and dma the scb back into host memory. To sumarize:
*
@@ -486,7 +486,7 @@ struct hardware_scb {
* o A residual has occurred if SG_FULL_RESID is set in sgptr,
* or residual_sgptr does not have SG_LIST_NULL set.
*
- * o We are transfering the last segment if residual_datacnt has
+ * o We are transferring the last segment if residual_datacnt has
* the SG_LAST_SEG flag set.
*
* Host:
@@ -529,7 +529,7 @@ struct hardware_scb {
*/
/*
- * Definition of a scatter/gather element as transfered to the controller.
+ * Definition of a scatter/gather element as transferred to the controller.
* The aic7xxx chips only support a 24bit length. We use the top byte of
* the length to store additional address bits and a flag to indicate
* that a given segment terminates the transfer. This gives us an
Modified: stable/10/sys/dev/aic7xxx/aic79xx.reg
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.reg Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx.reg Tue May 17 15:18:01 2016 (r300060)
@@ -283,7 +283,7 @@ register HS_MAILBOX {
}
/*
- * Sequencer Interupt Status
+ * Sequencer Interrupt Status
*/
register SEQINTSTAT {
address 0x00C
@@ -643,7 +643,7 @@ register DCHRXMSG0 {
}
/*
- * CMC Recieve Message 0
+ * CMC Receive Message 0
*/
register CMCRXMSG0 {
address 0x090
@@ -654,7 +654,7 @@ register CMCRXMSG0 {
}
/*
- * Overlay Recieve Message 0
+ * Overlay Receive Message 0
*/
register OVLYRXMSG0 {
address 0x090
@@ -690,7 +690,7 @@ register DCHRXMSG1 {
}
/*
- * CMC Recieve Message 1
+ * CMC Receive Message 1
*/
register CMCRXMSG1 {
address 0x091
@@ -700,7 +700,7 @@ register CMCRXMSG1 {
}
/*
- * Overlay Recieve Message 1
+ * Overlay Receive Message 1
*/
register OVLYRXMSG1 {
address 0x091
@@ -735,7 +735,7 @@ register DCHRXMSG2 {
}
/*
- * CMC Recieve Message 2
+ * CMC Receive Message 2
*/
register CMCRXMSG2 {
address 0x092
@@ -745,7 +745,7 @@ register CMCRXMSG2 {
}
/*
- * Overlay Recieve Message 2
+ * Overlay Receive Message 2
*/
register OVLYRXMSG2 {
address 0x092
@@ -774,7 +774,7 @@ register DCHRXMSG3 {
}
/*
- * CMC Recieve Message 3
+ * CMC Receive Message 3
*/
register CMCRXMSG3 {
address 0x093
@@ -784,7 +784,7 @@ register CMCRXMSG3 {
}
/*
- * Overlay Recieve Message 3
+ * Overlay Receive Message 3
*/
register OVLYRXMSG3 {
address 0x093
@@ -1192,7 +1192,7 @@ register TARGPCISTAT {
/*
* LQ Packet In
- * The last LQ Packet recieved
+ * The last LQ Packet received
*/
register LQIN {
address 0x020
@@ -2424,7 +2424,7 @@ register IOPDNCTL {
}
/*
- * Shaddow Host Address.
+ * Shadow Host Address.
*/
register SHADDR {
address 0x060
@@ -3726,7 +3726,7 @@ scratch_ram {
/*
* The maximum amount of time to wait, when interrupt coalescing
- * is enabled, before issueing a CMDCMPLT interrupt for a completed
+ * is enabled, before issuing a CMDCMPLT interrupt for a completed
* command.
*/
INT_COALESCING_TIMER {
Modified: stable/10/sys/dev/aic7xxx/aic79xx.seq
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx.seq Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx.seq Tue May 17 15:18:01 2016 (r300060)
@@ -217,7 +217,7 @@ BEGIN_CRITICAL;
scbdma_tohost_done:
test CCSCBCTL, CCARREN jz fill_qoutfifo_dmadone;
/*
- * An SCB has been succesfully uploaded to the host.
+ * An SCB has been successfully uploaded to the host.
* If the SCB was uploaded for some reason other than
* bad SCSI status (currently only for underruns), we
* queue the SCB for normal completion. Otherwise, we
@@ -960,7 +960,7 @@ p_status_okay:
* This is done to allow the host to send messages outside of an identify
* sequence while protecting the seqencer from testing the MK_MESSAGE bit
* on an SCB that might not be for the current nexus. (For example, a
- * BDR message in responce to a bad reselection would leave us pointed to
+ * BDR message in response to a bad reselection would leave us pointed to
* an SCB that doesn't have anything to do with the current target).
*
* Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
@@ -1507,7 +1507,7 @@ service_fifo:
* If the other FIFO needs loading, then it
* must not have claimed the S/G cache yet
* (SG_CACHE_AVAIL would have been cleared in
- * the orginal FIFO mode and we test this above).
+ * the original FIFO mode and we test this above).
* Return to the idle loop so we can process the
* FIFO not currently on the bus first.
*/
@@ -1551,7 +1551,7 @@ idle_sg_avail:
test DFSTATUS, PRELOAD_AVAIL jz return;
/*
* On the A, preloading a segment before HDMAENACK
- * comes true can clobber the shaddow address of the
+ * comes true can clobber the shadow address of the
* first segment in the S/G FIFO. Wait until it is
* safe to proceed.
*/
@@ -2004,10 +2004,10 @@ pkt_handle_xfer:
* Defer handling of this NONPACKREQ until we
* can be sure it pertains to this FIFO. SAVEPTRS
* will not be asserted if the NONPACKREQ is for us,
- * so we must simulate it if shaddow is valid. If
- * shaddow is not valid, keep running this FIFO until we
+ * so we must simulate it if shadow is valid. If
+ * shadow is not valid, keep running this FIFO until we
* have satisfied the transfer by loading segments and
- * waiting for either shaddow valid or last_seg_done.
+ * waiting for either shadow valid or last_seg_done.
*/
test MDFFSTAT, SHVALID jnz pkt_saveptrs;
pkt_service_fifo:
@@ -2171,7 +2171,7 @@ pkt_status_check_nonpackreq:
/*
* The unexpected nonpkt phase handler assumes that any
* data channel use will have a FIFO reference count. It
- * turns out that the status handler doesn't need a refernce
+ * turns out that the status handler doesn't need a references
* count since the status received flag, and thus completion
* processing, cannot be set until the handler is finished.
* We increment the count here to make the nonpkt handler
Modified: stable/10/sys/dev/aic7xxx/aic79xx_inline.h
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx_inline.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx_inline.h Tue May 17 15:18:01 2016 (r300060)
@@ -417,7 +417,7 @@ ahd_targetcmd_offset(struct ahd_softc *a
- (uint8_t *)ahd->qoutfifo);
}
-/*********************** Miscelaneous Support Functions ***********************/
+/********************** Miscellaneous Support Functions ***********************/
static __inline void ahd_complete_scb(struct ahd_softc *ahd,
struct scb *scb);
static __inline void ahd_update_residual(struct ahd_softc *ahd,
@@ -534,7 +534,7 @@ static __inline void
ahd_outw(struct ahd_softc *ahd, u_int port, u_int value)
{
/*
- * Write low byte first to accomodate registers
+ * Write low byte first to accommodate registers
* such as PRGMCNT where the order maters.
*/
ahd_outb(ahd, port, value & 0xFF);
Modified: stable/10/sys/dev/aic7xxx/aic79xx_pci.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic79xx_pci.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic79xx_pci.c Tue May 17 15:18:01 2016 (r300060)
@@ -491,7 +491,7 @@ ahd_pci_test_register_access(struct ahd_
* Next create a situation where write combining
* or read prefetching could be initiated by the
* CPU or host bridge. Our device does not support
- * either, so look for data corruption and/or flaged
+ * either, so look for data corruption and/or flagged
* PCI errors. First pause without causing another
* chip reset.
*/
@@ -1013,7 +1013,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
| AHD_FAINT_LED_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
@@ -1034,7 +1034,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
| AHD_BUSFREEREV_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);
Modified: stable/10/sys/dev/aic7xxx/aic7xxx.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx.c Tue May 17 15:18:01 2016 (r300060)
@@ -116,7 +116,7 @@ static const u_int num_phases = NUM_ELEM
/*
* Valid SCSIRATE values. (p. 3-17)
- * Provides a mapping of tranfer periods in ns to the proper value to
+ * Provides a mapping of transfer periods in ns to the proper value to
* stick in the scsixfer reg.
*/
static struct ahc_syncrate ahc_syncrates[] =
@@ -682,7 +682,7 @@ ahc_handle_seqint(struct ahc_softc *ahc,
* that requires host assistance for completion.
* While handling the message phase(s), we will be
* notified by the sequencer after each byte is
- * transfered so we can track bus phase changes.
+ * transferred so we can track bus phase changes.
*
* If this is the first time we've seen a HOST_MSG_LOOP
* interrupt, initialize the state of the host message
@@ -925,7 +925,7 @@ ahc_handle_seqint(struct ahc_softc *ahc,
scbptr, ahc_inb(ahc, ARG_1),
ahc->scb_data->hscbs[scbptr].tag);
ahc_dump_card_state(ahc);
- panic("for saftey");
+ panic("for safety");
break;
}
case OUT_OF_RANGE:
@@ -1171,7 +1171,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc
/*
* Although the driver does not care about the
* 'Selection in Progress' status bit, the busy
- * LED does. SELINGO is only cleared by a sucessfull
+ * LED does. SELINGO is only cleared by a successful
* selection, so we must manually clear it to insure
* the LED turns off just incase no future successful
* selections occur (e.g. no devices on the bus).
@@ -1381,7 +1381,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc
if (lastphase != P_BUSFREE) {
/*
* Renegotiate with this device at the
- * next oportunity just in case this busfree
+ * next opportunity just in case this busfree
* is due to a negotiation mismatch with the
* device.
*/
@@ -1857,7 +1857,7 @@ ahc_validate_width(struct ahc_softc *ahc
/*
* Update the bitmask of targets for which the controller should
- * negotiate with at the next convenient oportunity. This currently
+ * negotiate with at the next convenient opportunity. This currently
* means the next time we send the initial identify messages for
* a new transaction.
*/
@@ -3627,7 +3627,7 @@ ahc_handle_msg_reject(struct ahc_softc *
/*
* Requeue all tagged commands for this target
- * currently in our posession so they can be
+ * currently in our possession so they can be
* converted to untagged commands.
*/
ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb),
@@ -4138,7 +4138,7 @@ ahc_shutdown(void *arg)
/*
* Reset the controller and record some information about it
* that is only available just after a reset. If "reinit" is
- * non-zero, this reset occured after initial configuration
+ * non-zero, this reset occurred after initial configuration
* and the caller requests that the chip be fully reinitialized
* to a runable state. Chip interrupts are *not* enabled after
* a reinitialization. The caller must enable interrupts via
@@ -4460,7 +4460,7 @@ ahc_init_scbdata(struct ahc_softc *ahc)
ahc->next_queued_scb = ahc_get_scb(ahc);
/*
- * Note that we were successfull
+ * Note that we were successful
*/
return (0);
@@ -6549,7 +6549,7 @@ ahc_check_patch(struct ahc_softc *ahc, s
cur_patch += cur_patch->skip_patch;
} else {
/* Accepted this patch. Advance to the next
- * one and wait for our intruction pointer to
+ * one and wait for our instruction pointer to
* hit this point.
*/
cur_patch++;
@@ -7253,7 +7253,7 @@ bus_reset:
ahc_outb(ahc, SCBPTR, saved_scbptr);
aic_scb_timer_reset(scb, 2 * 1000);
} else {
- /* Go "immediatly" to the bus reset */
+ /* Go "immediately" to the bus reset */
/* This shouldn't happen */
ahc_set_recoveryscb(ahc, scb);
ahc_print_path(ahc, scb);
Modified: stable/10/sys/dev/aic7xxx/aic7xxx.h
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx.h Tue May 17 15:18:01 2016 (r300060)
@@ -448,7 +448,7 @@ struct hardware_scb {
* each S/G element is expired, its datacnt field is checked to see
* if the LAST_SEG flag is set. If so, SG_LIST_NULL is set in the
* residual sg ptr and the transfer is considered complete. If the
- * sequencer determines that there is a residual in the tranfer, it
+ * sequencer determines that there is a residual in the transfer, it
* will set the SG_RESID_VALID flag in sgptr and dma the scb back into
* host memory. To sumarize:
*
@@ -456,7 +456,7 @@ struct hardware_scb {
* o A residual has occurred if SG_FULL_RESID is set in sgptr,
* or residual_sgptr does not have SG_LIST_NULL set.
*
- * o We are transfering the last segment if residual_datacnt has
+ * o We are transferring the last segment if residual_datacnt has
* the SG_LAST_SEG flag set.
*
* Host:
@@ -510,7 +510,7 @@ struct hardware_scb {
*/
/*
- * Definition of a scatter/gather element as transfered to the controller.
+ * Definition of a scatter/gather element as transferred to the controller.
* The aic7xxx chips only support a 24bit length. We use the top byte of
* the length to store additional address bits and a flag to indicate
* that a given segment terminates the transfer. This gives us an
Modified: stable/10/sys/dev/aic7xxx/aic7xxx.reg
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx.reg Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx.reg Tue May 17 15:18:01 2016 (r300060)
@@ -329,7 +329,7 @@ register SSTAT2 {
address 0x00d
access_mode RO
field OVERRUN 0x80
- field SHVALID 0x40 /* Shaddow Layer non-zero */
+ field SHVALID 0x40 /* Shadow Layer non-zero */
field EXP_ACTIVE 0x10 /* SCSI Expander Active */
field CRCVALERR 0x08 /* CRC doesn't match (U3 only) */
field CRCENDERR 0x04 /* No terminal CRC packet (U3 only) */
Modified: stable/10/sys/dev/aic7xxx/aic7xxx.seq
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx.seq Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx.seq Tue May 17 15:18:01 2016 (r300060)
@@ -60,7 +60,7 @@ PREFIX = "ahc_"
* use byte 27 of the SCB as a psuedo-next pointer and to thread a list
* of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes,
* SCB_LIST_NULL is 0xff which is out of range. An entry is also added to
- * this list everytime a request sense occurs or after completing a non-tagged
+ * this list every time a request sense occurs or after completing a non-tagged
* command for which a second SCB has been queued. The sequencer will
* automatically consume the entries.
*/
@@ -1489,7 +1489,7 @@ p_status_okay:
* This is done to allow the host to send messages outside of an identify
* sequence while protecting the seqencer from testing the MK_MESSAGE bit
* on an SCB that might not be for the current nexus. (For example, a
- * BDR message in responce to a bad reselection would leave us pointed to
+ * BDR message in response to a bad reselection would leave us pointed to
* an SCB that doesn't have anything to do with the current target).
*
* Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
Modified: stable/10/sys/dev/aic7xxx/aic7xxx_inline.h
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx_inline.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx_inline.h Tue May 17 15:18:01 2016 (r300060)
@@ -229,7 +229,7 @@ ahc_name(struct ahc_softc *ahc)
return (ahc->name);
}
-/*********************** Miscelaneous Support Functions ***********************/
+/********************** Miscellaneous Support Functions ***********************/
static __inline void ahc_update_residual(struct ahc_softc *ahc,
struct scb *scb);
Modified: stable/10/sys/dev/aic7xxx/aic7xxx_pci.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aic7xxx_pci.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aic7xxx_pci.c Tue May 17 15:18:01 2016 (r300060)
@@ -865,7 +865,7 @@ ahc_pci_config(struct ahc_softc *ahc, st
ahc->bus_suspend = ahc_pci_suspend;
ahc->bus_resume = ahc_pci_resume;
- /* Remeber how the card was setup in case there is no SEEPROM */
+ /* Remember how the card was setup in case there is no SEEPROM */
if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
ahc_pause(ahc);
if ((ahc->features & AHC_ULTRA2) != 0)
@@ -936,7 +936,7 @@ ahc_pci_config(struct ahc_softc *ahc, st
}
/*
- * We cannot perform ULTRA speeds without the presense
+ * We cannot perform ULTRA speeds without the presence
* of the external precision resistor.
*/
if ((ahc->features & AHC_ULTRA) != 0) {
@@ -1054,7 +1054,7 @@ ahc_pci_config(struct ahc_softc *ahc, st
}
/*
- * Test for the presense of external sram in an
+ * Test for the presence of external sram in an
* "unshared" configuration.
*/
static int
Modified: stable/10/sys/dev/aic7xxx/aicasm/aicasm.c
==============================================================================
--- stable/10/sys/dev/aic7xxx/aicasm/aicasm.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aicasm/aicasm.c Tue May 17 15:18:01 2016 (r300060)
@@ -668,7 +668,7 @@ check_patch(patch_t **start_patch, unsig
cur_patch = STAILQ_NEXT(cur_patch, links);
} else {
/* Accepted this patch. Advance to the next
- * one and wait for our intruction pointer to
+ * one and wait for our instruction pointer to
* hit this point.
*/
cur_patch = STAILQ_NEXT(cur_patch, links);
Modified: stable/10/sys/dev/aic7xxx/aicasm/aicasm_gram.y
==============================================================================
--- stable/10/sys/dev/aic7xxx/aicasm/aicasm_gram.y Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/aic7xxx/aicasm/aicasm_gram.y Tue May 17 15:18:01 2016 (r300060)
@@ -1286,8 +1286,8 @@ code:
;
/*
- * This grammer differs from the one in the aic7xxx
- * reference manual since the grammer listed there is
+ * This grammar differs from the one in the aic7xxx
+ * reference manual since the grammar listed there is
* ambiguous and causes a shift/reduce conflict.
* It also seems more logical as the "immediate"
* argument is listed as the second arg like the
@@ -1753,7 +1753,7 @@ format_3_instr(int opcode, symbol_ref_t
instr = seq_alloc();
f3_instr = &instr->format.format3;
if (address->symbol == NULL) {
- /* 'dot' referrence. Use the current instruction pointer */
+ /* 'dot' reference. Use the current instruction pointer */
addr = instruction_ptr + address->offset;
} else if (address->symbol->type == UNINITIALIZED) {
/* forward reference */
Modified: stable/10/sys/dev/ciss/ciss.c
==============================================================================
--- stable/10/sys/dev/ciss/ciss.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/ciss/ciss.c Tue May 17 15:18:01 2016 (r300060)
@@ -464,7 +464,7 @@ ciss_attach(device_t dev)
ciss_initq_notify(sc);
/*
- * Initalize device sysctls.
+ * Initialize device sysctls.
*/
ciss_init_sysctl(sc);
@@ -619,7 +619,7 @@ ciss_init_pci(struct ciss_softc *sc)
/*
* XXX Big hammer, masks/unmasks all possible interrupts. This should
* work on all hardware variants. Need to add code to handle the
- * "controller crashed" interupt bit that this unmasks.
+ * "controller crashed" interrupt bit that this unmasks.
*/
sqmask = ~0;
}
@@ -4499,7 +4499,7 @@ ciss_name_ldrive_org(int org)
case CISS_LDRIVE_RAIDADG:
return("RAID ADG");
}
- return("unkown");
+ return("unknown");
}
/************************************************************************
Modified: stable/10/sys/dev/drm2/radeon/radeon_fb.c
==============================================================================
--- stable/10/sys/dev/drm2/radeon/radeon_fb.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/drm2/radeon/radeon_fb.c Tue May 17 15:18:01 2016 (r300060)
@@ -228,7 +228,7 @@ static int radeonfb_create(struct radeon
ret = radeon_framebuffer_init(rdev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
if (ret) {
- DRM_ERROR("failed to initalise framebuffer %d\n", ret);
+ DRM_ERROR("failed to initialise framebuffer %d\n", ret);
goto out_unref;
}
Modified: stable/10/sys/dev/drm2/ttm/ttm_bo_vm.c
==============================================================================
--- stable/10/sys/dev/drm2/ttm/ttm_bo_vm.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/drm2/ttm/ttm_bo_vm.c Tue May 17 15:18:01 2016 (r300060)
@@ -299,7 +299,7 @@ ttm_bo_vm_ctor(void *handle, vm_ooffset_
* acquired either in ttm_bo_mmap() or ttm_bo_vm_open(). It's
* then released in ttm_bo_vm_close().
*
- * Here, this function is called during mmap() intialization.
+ * Here, this function is called during mmap() initialization.
* Thus, the reference acquired in ttm_bo_mmap_single() is
* sufficient.
*/
Modified: stable/10/sys/dev/hptiop/hptiop.c
==============================================================================
--- stable/10/sys/dev/hptiop/hptiop.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/hptiop/hptiop.c Tue May 17 15:18:01 2016 (r300060)
@@ -2405,7 +2405,7 @@ static void hptiop_post_req_itl(struct h
iop_req32 = BUS_SPACE_RD4_ITL(inbound_queue);
if (iop_req32 == IOPMU_QUEUE_EMPTY) {
- device_printf(hba->pcidev, "invaild req offset\n");
+ device_printf(hba->pcidev, "invalid req offset\n");
ccb->ccb_h.status = CAM_BUSY;
bus_dmamap_unload(hba->io_dmat, srb->dma_map);
hptiop_free_srb(hba, srb);
Modified: stable/10/sys/dev/hwpmc/hwpmc_mod.c
==============================================================================
--- stable/10/sys/dev/hwpmc/hwpmc_mod.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/hwpmc/hwpmc_mod.c Tue May 17 15:18:01 2016 (r300060)
@@ -1128,7 +1128,7 @@ pmc_detach_one_process(struct proc *p, s
pmclog_process_pmcdetach(pm, p->p_pid);
/*
- * If there are no PMCs targetting this process, we remove its
+ * If there are no PMCs targeting this process, we remove its
* descriptor from the target hash table and unset the P_HWPMC
* flag in the struct proc.
*/
@@ -1237,7 +1237,7 @@ pmc_process_csw_in(struct thread *td)
p->p_pid, p->p_comm, pp);
KASSERT(cpu >= 0 && cpu < pmc_cpu_max(),
- ("[pmc,%d] wierd CPU id %d", __LINE__, cpu));
+ ("[pmc,%d] weird CPU id %d", __LINE__, cpu));
pc = pmc_pcpu[cpu];
@@ -1382,7 +1382,7 @@ pmc_process_csw_out(struct thread *td)
p->p_pid, p->p_comm, pp);
KASSERT(cpu >= 0 && cpu < pmc_cpu_max(),
- ("[pmc,%d wierd CPU id %d", __LINE__, cpu));
+ ("[pmc,%d weird CPU id %d", __LINE__, cpu));
pc = pmc_pcpu[cpu];
@@ -1912,7 +1912,7 @@ pmc_hook_handler(struct thread *td, int
/*
* Log the exec event to all monitoring owners. Skip
- * owners who have already recieved the event because
+ * owners who have already received the event because
* they had system sampling PMCs active.
*/
for (ri = 0; ri < md->pmd_npmc; ri++)
@@ -1938,7 +1938,7 @@ pmc_hook_handler(struct thread *td, int
/*
* If the newly exec()'ed process has a different credential
* than before, allow it to be the target of a PMC only if
- * the PMC's owner has sufficient priviledge.
+ * the PMC's owner has sufficient privilege.
*/
for (ri = 0; ri < md->pmd_npmc; ri++)
@@ -4424,7 +4424,7 @@ pmc_process_exit(void *arg __unused, str
* process, we would have context switched IN at some prior
* point. However, with PREEMPTION, kernel mode context
* switches may happen any time, so we want to disable a
- * context switch OUT till we get any PMCs targetting this
+ * context switch OUT till we get any PMCs targeting this
* process off the hardware.
*
* We also need to atomically remove this process'
@@ -4527,7 +4527,7 @@ pmc_process_exit(void *arg __unused, str
/*
* Unlink this process from the PMCs that are
- * targetting it. This will send a signal to
+ * targeting it. This will send a signal to
* all PMC owner's whose PMCs are orphaned.
*
* Log PMC value at exit time if requested.
Modified: stable/10/sys/dev/isci/scil/scic_phy.h
==============================================================================
--- stable/10/sys/dev/isci/scil/scic_phy.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/isci/scil/scic_phy.h Tue May 17 15:18:01 2016 (r300060)
@@ -308,7 +308,7 @@ SCI_STATUS scic_sas_phy_get_properties(
/**
* @brief This method will enable the user to retrieve information
- * specific to a SATA phy, such as: the recieved signature
+ * specific to a SATA phy, such as: the received signature
* FIS, if a port selector is present, etc.
*
* @param[in] phy this parameter specifies the phy for which to
Modified: stable/10/sys/dev/isci/scil/scic_sds_phy.c
==============================================================================
--- stable/10/sys/dev/isci/scil/scic_sds_phy.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/isci/scil/scic_sds_phy.c Tue May 17 15:18:01 2016 (r300060)
@@ -749,7 +749,7 @@ SCI_STATUS scic_sds_phy_initialize(
this_phy, link_layer_registers
));
- // Perfrom the initialization of the TL hardware
+ // Perform the initialization of the TL hardware
scic_sds_phy_transport_layer_initialization(this_phy, transport_layer_registers);
// Perofrm the initialization of the PE hardware
@@ -1029,7 +1029,7 @@ SCI_STATUS scic_sds_phy_reset(
}
/**
- * @brief This method will process the event code recieved.
+ * @brief This method will process the event code received.
*
* @param[in] this_phy
* @param[in] event_code
@@ -1052,7 +1052,7 @@ SCI_STATUS scic_sds_phy_event_handler(
}
/**
- * @brief This method will process the frame index recieved.
+ * @brief This method will process the frame index received.
*
* @param[in] this_phy
* @param[in] frame_index
@@ -1754,7 +1754,7 @@ SCI_STATUS scic_sds_phy_default_frame_ha
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY,
- "SCIC Phy 0x%08x recieved unexpected frame data %d while in state %d\n",
+ "SCIC Phy 0x%08x received unexpected frame data %d while in state %d\n",
this_phy, frame_index,
sci_base_state_machine_get_state(&this_phy->parent.state_machine)
));
@@ -1866,7 +1866,7 @@ SCI_STATUS scic_sds_phy_stopped_state_st
* This method takes the SCIC_SDS_PHY from a stopped state and destroys it.
* - This function takes no action.
*
- * @todo Shouldnt this function transition the SCI_BASE_PHY::state_machine to
+ * @todo Shouldn't this function transition the SCI_BASE_PHY::state_machine to
* the SCI_BASE_PHY_STATE_FINAL?
*
* @param[in] phy This is the SCI_BASE_PHY object which is cast into a
@@ -1964,7 +1964,7 @@ SCI_STATUS scic_sds_phy_ready_state_rese
* - decoded event is a link failure
* - transition the SCIC_SDS_PHY back to the SCI_BASE_PHY_STATE_STARTING
* state.
- * - any other event recived will report a warning message
+ * - any other event received will report a warning message
*
* @param[in] phy This is the SCIC_SDS_PHY object which has received the
* event.
@@ -2020,7 +2020,7 @@ SCI_STATUS scic_sds_phy_ready_state_even
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "SCIC PHY 0x%x ready state machine recieved unexpected event_code %x\n",
+ "SCIC PHY 0x%x ready state machine received unexpected event_code %x\n",
this_phy, event_code
));
result = SCI_FAILURE_INVALID_STATE;
@@ -2066,7 +2066,7 @@ SCI_STATUS scic_sds_phy_resetting_state_
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "SCIC PHY 0x%x resetting state machine recieved unexpected event_code %x\n",
+ "SCIC PHY 0x%x resetting state machine received unexpected event_code %x\n",
this_phy, event_code
));
@@ -2691,7 +2691,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -2772,7 +2772,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -2834,7 +2834,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -2879,7 +2879,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -2935,7 +2935,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -3003,7 +3003,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -3090,7 +3090,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -3147,7 +3147,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_RECEIVED_EVENTS,
- "PHY starting substate machine recieved unexpected event_code %x\n",
+ "PHY starting substate machine received unexpected event_code %x\n",
event_code
));
@@ -3246,7 +3246,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_UNSOLICITED_FRAMES,
- "PHY starting substate machine recieved unexpected frame id %x\n",
+ "PHY starting substate machine received unexpected frame id %x\n",
frame_index
));
}
@@ -3332,7 +3332,7 @@ SCI_STATUS scic_sds_phy_starting_substat
SCIC_LOG_WARNING((
sci_base_object_get_logger(this_phy),
SCIC_LOG_OBJECT_PHY | SCIC_LOG_OBJECT_UNSOLICITED_FRAMES,
- "PHY starting substate machine recieved unexpected frame id %x\n",
+ "PHY starting substate machine received unexpected frame id %x\n",
frame_index
));
}
Modified: stable/10/sys/dev/pccbb/pccbb_pci.c
==============================================================================
--- stable/10/sys/dev/pccbb/pccbb_pci.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/pccbb/pccbb_pci.c Tue May 17 15:18:01 2016 (r300060)
@@ -366,7 +366,7 @@ cbb_pci_attach(device_t brdev)
SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "memory",
CTLFLAG_RD, &sc->subbus, 0, "Memory window open");
SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "premem",
- CTLFLAG_RD, &sc->subbus, 0, "Prefetch memroy window open");
+ CTLFLAG_RD, &sc->subbus, 0, "Prefetch memory window open");
SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "io1",
CTLFLAG_RD, &sc->subbus, 0, "io range 1 open");
SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "io2",
Modified: stable/10/sys/dev/wbwd/wbwd.c
==============================================================================
--- stable/10/sys/dev/wbwd/wbwd.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/wbwd/wbwd.c Tue May 17 15:18:01 2016 (r300060)
@@ -754,7 +754,7 @@ wb_attach(device_t dev)
sc = device_get_softc(dev);
KASSERT(sc->ext_cfg_enter_f != NULL && sc->ext_cfg_exit_f != NULL,
- ("%s: successfull probe result but not setup correctly", __func__));
+ ("%s: successful probe result but not setup correctly", __func__));
/* Watchdog is configured as part of LDN 8 (GPIO Port2, Watchdog). */
write_reg(sc, WB_LDN_REG, WB_LDN_REG_LDN8);
Modified: stable/10/sys/dev/wtap/if_wtap.c
==============================================================================
--- stable/10/sys/dev/wtap/if_wtap.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/wtap/if_wtap.c Tue May 17 15:18:01 2016 (r300060)
@@ -131,7 +131,7 @@ wtap_node_ioctl(struct cdev *dev, u_long
switch(cmd) {
default:
- DWTAP_PRINTF("Unkown WTAP IOCTL\n");
+ DWTAP_PRINTF("Unknown WTAP IOCTL\n");
error = EINVAL;
}
return error;
Modified: stable/10/sys/dev/wtap/if_wtap_module.c
==============================================================================
--- stable/10/sys/dev/wtap/if_wtap_module.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/wtap/if_wtap_module.c Tue May 17 15:18:01 2016 (r300060)
@@ -89,7 +89,7 @@
MALLOC_DEFINE(M_WTAP, "wtap", "wtap wireless simulator");
MALLOC_DEFINE(M_WTAP_PACKET, "wtap packet", "wtap wireless simulator packet");
MALLOC_DEFINE(M_WTAP_RXBUF, "wtap rxbuf",
- "wtap wireless simulator recieve buffer");
+ "wtap wireless simulator receive buffer");
MALLOC_DEFINE(M_WTAP_PLUGIN, "wtap plugin", "wtap wireless simulator plugin");
static struct wtap_hal *hal;
@@ -123,7 +123,7 @@ wtap_ioctl(struct cdev *dev, u_long cmd,
error = EINVAL;
break;
default:
- DWTAP_PRINTF("Unkown WTAP IOCTL\n");
+ DWTAP_PRINTF("Unknown WTAP IOCTL\n");
error = EINVAL;
}
Modified: stable/10/sys/dev/wtap/plugins/visibility.c
==============================================================================
--- stable/10/sys/dev/wtap/plugins/visibility.c Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/dev/wtap/plugins/visibility.c Tue May 17 15:18:01 2016 (r300060)
@@ -231,7 +231,7 @@ vis_ioctl(struct cdev *sdev, u_long cmd,
#endif
break;
default:
- DWTAP_PRINTF("Unkown WTAP IOCTL\n");
+ DWTAP_PRINTF("Unknown WTAP IOCTL\n");
error = EINVAL;
}
Modified: stable/10/sys/sys/ata.h
==============================================================================
--- stable/10/sys/sys/ata.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/sys/ata.h Tue May 17 15:18:01 2016 (r300060)
@@ -377,10 +377,10 @@ struct ata_params {
#define ATA_NCQ_NON_DATA 0x63 /* NCQ non-data command */
#define ATA_SEND_FPDMA_QUEUED 0x64 /* send DMA NCQ */
#define ATA_SFPDMA_DSM 0x00 /* Data set management */
-#define ATA_SFPDMA_DSM_TRIM 0x01 /* Set trim bit in auxilary */
+#define ATA_SFPDMA_DSM_TRIM 0x01 /* Set trim bit in auxiliary */
#define ATA_SFPDMA_HYBRID_EVICT 0x01 /* Hybrid Evict */
#define ATA_SFPDMA_WLDMA 0x02 /* Write Log DMA EXT */
-#define ATA_RECV_FPDMA_QUEUED 0x65 /* recieve DMA NCQ */
+#define ATA_RECV_FPDMA_QUEUED 0x65 /* receive DMA NCQ */
#define ATA_SEP_ATTN 0x67 /* SEP request */
#define ATA_SEEK 0x70 /* seek */
#define ATA_PACKET_CMD 0xa0 /* packet command */
Modified: stable/10/sys/sys/buf.h
==============================================================================
--- stable/10/sys/sys/buf.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/sys/buf.h Tue May 17 15:18:01 2016 (r300060)
@@ -204,7 +204,7 @@ struct buf {
#define B_UNMAPPED 0x00000800 /* KVA is not mapped. */
#define B_KVAALLOC 0x00001000 /* But allocated. */
#define B_INVAL 0x00002000 /* Does not contain valid info. */
-#define B_BARRIER 0x00004000 /* Write this and all preceeding first. */
+#define B_BARRIER 0x00004000 /* Write this and all preceding first. */
#define B_NOCACHE 0x00008000 /* Do not cache block after use. */
#define B_MALLOC 0x00010000 /* malloced b_data */
#define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */
Modified: stable/10/sys/sys/buf_ring.h
==============================================================================
--- stable/10/sys/sys/buf_ring.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/sys/buf_ring.h Tue May 17 15:18:01 2016 (r300060)
@@ -98,7 +98,7 @@ buf_ring_enqueue(struct buf_ring *br, vo
/*
* If there are other enqueues in progress
- * that preceeded us, we need to wait for them
+ * that preceded us, we need to wait for them
* to complete
*/
while (br->br_prod_tail != prod_head)
@@ -135,7 +135,7 @@ buf_ring_dequeue_mc(struct buf_ring *br)
#endif
/*
* If there are other dequeues in progress
- * that preceeded us, we need to wait for them
+ * that preceded us, we need to wait for them
* to complete
*/
while (br->br_cons_tail != cons_head)
Modified: stable/10/sys/sys/iconv.h
==============================================================================
--- stable/10/sys/sys/iconv.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/sys/iconv.h Tue May 17 15:18:01 2016 (r300060)
@@ -65,7 +65,7 @@ struct iconv_cspair_info {
};
/*
- * Paramters for 'add' sysctl
+ * Parameters for 'add' sysctl
*/
#define ICONV_ADD_VER 1
Modified: stable/10/sys/sys/imgact_binmisc.h
==============================================================================
--- stable/10/sys/sys/imgact_binmisc.h Tue May 17 15:17:23 2016 (r300059)
+++ stable/10/sys/sys/imgact_binmisc.h Tue May 17 15:18:01 2016 (r300060)
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-stable
mailing list