summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
committerhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
commit5e720f359493b138d4b2898600a5e227f2b2d624 (patch)
treee63ee5898677075b6f830a4fb06683e8a65f6c49 /sys/pci/ncr.c
parent233301419faa6f8b8f82b8b78115e7c72080ee01 (diff)
downloadFreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.zip
FreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.tar.gz
Silence -Wtrigraph.
Submitted by: Bradley Dunn <bradley@dunn.org> (pr: kern/8817)
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 85e2d7d..79d8eae 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.139 1998/12/07 21:58:47 archie Exp $
+** $Id: ncr.c,v 1.140 1998/12/14 05:47:27 dillon Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -1357,7 +1357,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if !defined(lint)
static const char ident[] =
- "\n$Id: ncr.c,v 1.139 1998/12/07 21:58:47 archie Exp $\n";
+ "\n$Id: ncr.c,v 1.140 1998/12/14 05:47:27 dillon Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
@@ -7115,7 +7115,7 @@ struct tekram_eeprom {
#define TKR_ADPT_ACTNEG 0x08
#define TKR_ADPT_NOSEEK 0x10
#define TKR_ADPT_MORLUN 0x20
- u_char delay; /* unit ? (table ???) */
+ u_char delay; /* unit ? ( table ??? ) */
u_char tags; /* use 4 times as many ... */
u_char filler[60];
};
OpenPOWER on IntegriCloud