diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
| commit | cf4de3404611e6d4d7f9718f7361788d6048cdca (patch) | |
| tree | b2ca7dee59d11d7873d90971c56da8879a8869e5 /sys/dev/ic | |
| parent | 4ec673debccdfb350af215e259b0cfc6aa443a2b (diff) | |
Fix typos
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/advlib.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/adwlib.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/esiopvar.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/osiopreg.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/siopvar.h | 4 | ||||
| -rw-r--r-- | sys/dev/ic/tcic2.c | 6 |
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ic/advlib.h b/sys/dev/ic/advlib.h index 1d5938e158f..c5a5078d38f 100644 --- a/sys/dev/ic/advlib.h +++ b/sys/dev/ic/advlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: advlib.h,v 1.17 2005/12/11 12:21:25 christos Exp $ */ +/* $NetBSD: advlib.h,v 1.18 2012/08/24 09:01:22 msaitoh Exp $ */ /* * Definitions for low level routines and data structures @@ -324,7 +324,7 @@ struct adv_ccb; /* - * SCSI Iquiry structure + * SCSI Inquiry structure */ typedef struct diff --git a/sys/dev/ic/adwlib.h b/sys/dev/ic/adwlib.h index 80e8943384d..7bbfd1e9f04 100644 --- a/sys/dev/ic/adwlib.h +++ b/sys/dev/ic/adwlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: adwlib.h,v 1.19 2005/12/11 12:21:25 christos Exp $ */ +/* $NetBSD: adwlib.h,v 1.20 2012/08/24 09:01:22 msaitoh Exp $ */ /* * Definitions for low level routines and data structures @@ -817,7 +817,7 @@ typedef struct adw_scsi_req_q { u_int8_t sg_working_ix; /* ,uCode working SG variable. */ u_int8_t cdb[12]; /* SCSI CDB bytes 0-11. */ u_int32_t sg_real_addr; /* SG list physical address. */ - u_int32_t scsiq_rptr; /* Iternal pointer to ADW_SCSI_REQ_Q */ + u_int32_t scsiq_rptr; /* Internal pointer to ADW_SCSI_REQ_Q */ u_int8_t cdb16[4]; /* SCSI CDB bytes 12-15. */ u_int32_t ccb_ptr; /* CCB Physical Address */ u_int32_t carr_va; /* Carrier v-address (unused) */ diff --git a/sys/dev/ic/esiopvar.h b/sys/dev/ic/esiopvar.h index 3bc4c89961e..83a01e79c2b 100644 --- a/sys/dev/ic/esiopvar.h +++ b/sys/dev/ic/esiopvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: esiopvar.h,v 1.20 2009/10/19 18:41:13 bouyer Exp $ */ +/* $NetBSD: esiopvar.h,v 1.21 2012/08/24 09:01:22 msaitoh Exp $ */ /* * Copyright (c) 2002 Manuel Bouyer. @@ -55,7 +55,7 @@ struct esiop_xfer { /* * This describes a command handled by the SCSI controller - * These are chained in either a free list or a active list + * These are chained in either a free list or an active list * We have one queue per target */ diff --git a/sys/dev/ic/osiopreg.h b/sys/dev/ic/osiopreg.h index 578d137a20f..556586efeef 100644 --- a/sys/dev/ic/osiopreg.h +++ b/sys/dev/ic/osiopreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: osiopreg.h,v 1.5 2005/12/11 12:21:28 christos Exp $ */ +/* $NetBSD: osiopreg.h,v 1.6 2012/08/24 09:01:23 msaitoh Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -305,7 +305,7 @@ #define OSIOP_CTEST7_CDIS 0x80 /* Cache burst disable */ #define OSIOP_CTEST7_SC1 0x40 /* Snoop control 1 */ -#define OSIOP_CTEST7_SC0 0x20 /* Snoop contorl 0 */ +#define OSIOP_CTEST7_SC0 0x20 /* Snoop control 0 */ #define OSIOP_CTEST7_STD 0x10 /* Selection timeout disable */ #define OSIOP_CTEST7_DFP 0x08 /* DMA FIFO parity bit */ #define OSIOP_CTEST7_EVP 0x04 /* Even parity (to host bus) */ diff --git a/sys/dev/ic/siopvar.h b/sys/dev/ic/siopvar.h index b28bbcbf046..9cebab7ca65 100644 --- a/sys/dev/ic/siopvar.h +++ b/sys/dev/ic/siopvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: siopvar.h,v 1.28 2009/10/19 18:41:13 bouyer Exp $ */ +/* $NetBSD: siopvar.h,v 1.29 2012/08/24 09:01:23 msaitoh Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -42,7 +42,7 @@ struct siop_xfer { /* * This describes a command handled by the SCSI controller - * These are chained in either a free list or a active list + * These are chained in either a free list or an active list * We have one queue per target */ diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index a067ec53309..df45a37c00b 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcic2.c,v 1.36 2011/07/26 22:21:02 dyoung Exp $ */ +/* $NetBSD: tcic2.c,v 1.37 2012/08/24 09:01:23 msaitoh Exp $ */ /* * Copyright (c) 1998, 1999 Christoph Badura. All rights reserved. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcic2.c,v 1.36 2011/07/26 22:21:02 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcic2.c,v 1.37 2012/08/24 09:01:23 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -125,7 +125,7 @@ tcic_check_reserved_bits(bus_space_tag_t iot, bus_space_handle_t ioh) return 0; DPRINTF(("tcic: chkrsvd 4\n")); - /* R_IENA bits 7,2 are reserverd. */ + /* R_IENA bits 7,2 are reserved. */ val = bus_space_read_1(iot, ioh, TCIC_R_IENA); if (val & TCIC_IENA_RSVD) return 0; |
