diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-01-21 20:00:34 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-01-21 20:00:34 +0000 |
commit | e0b8182bfe3cb9da86065acb65d7ce2ab5717b78 (patch) | |
tree | 55798b82234c423a483f0b2f143d73a57f515383 /sys/dev/ic/ispvar.h | |
parent | b1383a9947d14d043f1f3b1f7488d3f69e2bb7ec (diff) |
use the right capitalization for `QLogic'
ok jsing@
Diffstat (limited to 'sys/dev/ic/ispvar.h')
-rw-r--r-- | sys/dev/ic/ispvar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ispvar.h b/sys/dev/ic/ispvar.h index f5a79060800..93368f4fd11 100644 --- a/sys/dev/ic/ispvar.h +++ b/sys/dev/ic/ispvar.h @@ -1,6 +1,6 @@ -/* $OpenBSD: ispvar.h,v 1.23 2007/04/10 17:47:55 miod Exp $ */ +/* $OpenBSD: ispvar.h,v 1.24 2008/01/21 20:00:33 sobrado Exp $ */ /* - * Soft Definitions for for Qlogic ISP SCSI adapters. + * Soft Definitions for for QLogic ISP SCSI adapters. * * Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob * All rights reserved. @@ -653,7 +653,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 @@ -883,7 +883,7 @@ void isp_prt(struct ispsoftc *, int level, const char *, ...); * 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 Control + * used when sending the QLogic f/w the Initialization Control * Block. * * (XXX these do endian specific transformations- in transition XXX) |