diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-02-18 10:40:54 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-02-18 10:40:54 +0000 |
commit | e46ca6c0b0cdf573e217b1d60d75f3363228a7c1 (patch) | |
tree | 7ab20aaf2a2824ae51deb94f4a8c25a6be4b8f9a /sys | |
parent | 2ec69c4276396c765c71de1c3f702a25ba459fa6 (diff) |
fix a few capitalizations of QLogic.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/isp_library.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/isp_target.c | 8 | ||||
-rw-r--r-- | sys/dev/ic/ispmbox.h | 6 | ||||
-rw-r--r-- | sys/dev/ic/ispreg.h | 14 | ||||
-rw-r--r-- | sys/dev/ic/ispvar.h | 8 |
5 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/ic/isp_library.c b/sys/dev/ic/isp_library.c index ffc955c0120..12f6bb2743e 100644 --- a/sys/dev/ic/isp_library.c +++ b/sys/dev/ic/isp_library.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_library.c,v 1.2 2009/06/24 11:00:53 krw Exp $ */ +/* $OpenBSD: isp_library.c,v 1.3 2010/02/18 10:40:53 sobrado Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ /* - * Qlogic Host Adapter Internal Library Functions + * QLogic Host Adapter Internal Library Functions */ #ifdef __NetBSD__ #include <sys/cdefs.h> diff --git a/sys/dev/ic/isp_target.c b/sys/dev/ic/isp_target.c index 597b4b1ff96..d7048fb2eaf 100644 --- a/sys/dev/ic/isp_target.c +++ b/sys/dev/ic/isp_target.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_target.c,v 1.16 2009/06/24 11:00:53 krw Exp $ */ +/* $OpenBSD: isp_target.c,v 1.17 2010/02/18 10:40:53 sobrado Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob * All rights reserved. @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ /* - * Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters. + * Machine and OS Independent Target Mode Code for the QLogic SCSI/FC adapters. */ /* * Bug fixes gratefully acknowledged from: @@ -69,7 +69,7 @@ static void isp_handle_ctio2(ispsoftc_t *, ct2_entry_t *); static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *); /* - * The Qlogic driver gets an interrupt to look at response queue entries. + * The QLogic driver gets an interrupt to look at response queue entries. * Some of these are status completions for initiatior mode commands, but * if target mode is enabled, we get a whole wad of response queue entries * to be handled here. @@ -89,7 +89,7 @@ static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *); * be moved and/or status to be sent) and finally finishing with sending * to the f/w's response queue an ATIO which then completes the handshake * with the f/w for that command. There's a lot of variations on this theme, - * including flags you can set in the CTIO for the Qlogic 2X00 fibre channel + * including flags you can set in the CTIO for the QLogic 2X00 fibre channel * cards that 'auto-replenish' the f/w's ATIO count, but this is the basic * gist of it. * diff --git a/sys/dev/ic/ispmbox.h b/sys/dev/ic/ispmbox.h index b805c082923..f755d337b79 100644 --- a/sys/dev/ic/ispmbox.h +++ b/sys/dev/ic/ispmbox.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispmbox.h,v 1.23 2009/06/24 11:00:53 krw Exp $ */ +/* $OpenBSD: ispmbox.h,v 1.24 2010/02/18 10:40:53 sobrado Exp $ */ /* $FreeBSD: src/sys/dev/isp/ispmbox.h,v 1.59 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ /* - * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. + * Mailbox and Queue Entry Definitions for for QLogic ISP SCSI adapters. */ #ifndef _ISPMBOX_H #define _ISPMBOX_H @@ -606,7 +606,7 @@ typedef struct { } isp24xx_statusreq_t; /* - * For Qlogic 2X00, the high order byte of SCSI status has + * For QLogic 2X00, the high order byte of SCSI status has * additional meaning. */ #define RQCS_RU 0x800 /* Residual Under */ diff --git a/sys/dev/ic/ispreg.h b/sys/dev/ic/ispreg.h index 5429c47d9dd..f6e35afea78 100644 --- a/sys/dev/ic/ispreg.h +++ b/sys/dev/ic/ispreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispreg.h,v 1.16 2009/06/24 11:00:53 krw Exp $ */ +/* $OpenBSD: ispreg.h,v 1.17 2010/02/18 10:40:53 sobrado Exp $ */ /* $FreeBSD: src/sys/dev/isp/ispreg.h,v 1.29 2007/03/10 02:39:54 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob @@ -28,13 +28,13 @@ */ /* * Machine Independent (well, as best as possible) register - * definitions for Qlogic ISP SCSI adapters. + * definitions for QLogic ISP SCSI adapters. */ #ifndef _ISPREG_H #define _ISPREG_H /* - * Hardware definitions for the Qlogic ISP registers. + * Hardware definitions for the QLogic ISP registers. */ /* @@ -795,7 +795,7 @@ typedef struct { #define ISPBSMX(c, byte, shift, mask) \ (((c)[(byte)] >> (shift)) & (mask)) /* - * Qlogic 1020/1040 NVRAM is an array of 128 bytes. + * QLogic 1020/1040 NVRAM is an array of 128 bytes. * * Some portion of the front of this is for general host adapter properties * This is followed by an array of per-target parameters, and is tailed off @@ -855,7 +855,7 @@ typedef struct { #define ISP_NVRAM_TGT_LUN_DISABLE(c, t) ISPBSMX(c, _IxT(t, 3), 5, 0x01) /* - * Qlogic 1080/1240 NVRAM is an array of 256 bytes. + * QLogic 1080/1240 NVRAM is an array of 256 bytes. * * Some portion of the front of this is for general host adapter properties * This is followed by an array of per-target parameters, and is tailed off @@ -1038,7 +1038,7 @@ typedef struct { ISPBSMX(c, _IxT16(t, 4, (b)), 7, 0x01) /* - * Qlogic 2100 thru 2300 NVRAM is an array of 256 bytes. + * QLogic 2100 thru 2300 NVRAM is an array of 256 bytes. * * Some portion of the front of this is for general RISC engine parameters, * mostly reflecting the state of the last INITIALIZE FIRMWARE mailbox command. @@ -1113,7 +1113,7 @@ typedef struct { #define ISP2100_HBA_FEATURES(c) ((c)[232] | ((c)[233] << 8)) /* - * Qlogic 2400 NVRAM is an array of 512 bytes with a 32 bit checksum. + * QLogic 2400 NVRAM is an array of 512 bytes with a 32 bit checksum. */ #define ISP2400_NVRAM_PORT0_ADDR 0x80 #define ISP2400_NVRAM_PORT1_ADDR 0x180 diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index d0da6b35931..b97b4bdcb83 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispvar.h,v 1.27 2009/06/24 11:00:53 krw Exp $ */ +/* $OpenBSD: ispvar.h,v 1.28 2010/02/18 10:40:53 sobrado Exp $ */ /* $FreeBSD: src/sys/dev/isp/ispvar.h,v 1.85 2007/07/02 20:08:20 mjacob Exp $ */ /*- * Copyright (c) 1997-2007 by Matthew Jacob @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ /* - * Soft Definitions for for Qlogic ISP SCSI adapters. + * Soft Definitions for for QLogic ISP SCSI adapters. */ #ifndef _ISPVAR_H @@ -774,7 +774,7 @@ void isp_done(XS_T *); * below). * * ISPCTL_SCAN_LOOP does a local loop scan. This is only done if the connection - * topology is NL or FL port (private or public loop). Since the Qlogic f/w + * topology is NL or FL port (private or public loop). Since the QLogic f/w * 'automatically' manages local loop connections, this function essentially * notes the arrival, departure, and possible shuffling around of local loop * entities. Thus for each arrival and departure this generates an isp_async @@ -1002,7 +1002,7 @@ int isp_async(struct ispsoftc *, ispasync_t, void *); * read from NVRAM (possibly corrected for card botches). * Each platform can take that information and override * it or ignore and return the Node and Port WWNs to be - * used when sending the Qlogic f/w the Initialization + * used when sending the QLogic f/w the Initialization * Control Block. * * (XXX these do endian specific transformations- in transition XXX) |