diff options
| author | 2008-01-21 20:00:32 +0000 | |
|---|---|---|
| committer | 2008-01-21 20:00:32 +0000 | |
| commit | 9e1b93013eb3e9e37a2b9d60bfbb332b48119edf (patch) | |
| tree | d254f4dee081755f032a26e4bcc1ce5bf917fffd /sys/dev/pci/isp_pci.c | |
| parent | update to sudo 1.6.9p12 (diff) | |
| download | wireguard-openbsd-9e1b93013eb3e9e37a2b9d60bfbb332b48119edf.tar.xz wireguard-openbsd-9e1b93013eb3e9e37a2b9d60bfbb332b48119edf.zip | |
use the right capitalization for `QLogic'
ok jsing@
Diffstat (limited to 'sys/dev/pci/isp_pci.c')
| -rw-r--r-- | sys/dev/pci/isp_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c index 8b278b788c4..ded079a6bb0 100644 --- a/sys/dev/pci/isp_pci.c +++ b/sys/dev/pci/isp_pci.c @@ -1,6 +1,6 @@ -/* $OpenBSD: isp_pci.c,v 1.40 2007/09/22 16:03:23 krw Exp $ */ +/* $OpenBSD: isp_pci.c,v 1.41 2008/01/21 20:00:33 sobrado Exp $ */ /* - * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. + * PCI specific probe and attach routines for QLogic ISP SCSI adapters. * *--------------------------------------- * Copyright (c) 1997, 1998, 1999 by Matthew Jacob @@ -334,7 +334,7 @@ struct cfattach isp_pci_ca = { #ifdef DEBUG const char vstring[] = - "Qlogic ISP Driver, NetBSD (pci) Platform Version %d.%d Core Version %d.%d"; + "QLogic ISP Driver, NetBSD (pci) Platform Version %d.%d Core Version %d.%d"; #endif const struct pci_matchid ispdev[] = { |
