summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/dev/de/if_de.c4
-rw-r--r--sys/dev/ppc/ppc.c4
-rw-r--r--sys/i386/isa/if_le.c4
-rw-r--r--sys/i386/isa/ppc.c4
-rw-r--r--sys/isa/ppc.c4
-rw-r--r--sys/nfs/nfs_socket.c8
-rw-r--r--sys/nfsclient/nfs_socket.c8
-rw-r--r--sys/nfsserver/nfs_srvsock.c8
-rw-r--r--sys/pci/if_de.c4
-rw-r--r--sys/pci/ncr.c6
10 files changed, 27 insertions, 27 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 0a1b599..8235427 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.91 1998/11/28 00:25:32 msmith Exp $ */
+/* $Id: if_de.c,v 1.92 1998/12/14 05:47:26 dillon Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2861,7 +2861,7 @@ tulip_read_macaddr(
* Some folks don't use the standard ethernet rom format
* but instead just put the address in the first 6 bytes
* of the rom and let the rest be all 0xffs. (Can we say
- * ZNYX???) (well sometimes they put in a checksum so we'll
+ * ZNYX?) (well sometimes they put in a checksum so we'll
* start at 8).
*/
for (idx = 8; idx < 32; idx++) {
diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c
index f24654b..e351688 100644
--- a/sys/dev/ppc/ppc.c
+++ b/sys/dev/ppc/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.11 1998/10/31 11:37:09 nsouch Exp $
+ * $Id: ppc.c,v 1.12 1998/12/07 21:58:22 archie Exp $
*
*/
#include "ppc.h"
@@ -1286,7 +1286,7 @@ ppc_smclike_setmode(int unit, int mode)
* Semantics of clearing EPP timeout bit.
* PC87332 - reading SPP_STR does it...
* SMC - write 1 to EPP timeout bit XXX
- * Others - (???) write 0 to EPP timeout bit
+ * Others - (?) write 0 to EPP timeout bit
*/
static void
ppc_reset_epp_timeout(int unit)
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index 667b710..fb9492f 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.47 1998/08/12 18:32:42 bde Exp $
+ * $Id: if_le.c,v 1.48 1998/10/22 05:58:39 bde Exp $
*/
/*
@@ -1126,7 +1126,7 @@ lemac_start(
/*
* The first four bytes of each transmit buffer are for
* control information. The first byte is the control
- * byte, then the length (why not word aligned??), then
+ * byte, then the length (why not word aligned?), then
* the off to the buffer.
*/
diff --git a/sys/i386/isa/ppc.c b/sys/i386/isa/ppc.c
index f24654b..e351688 100644
--- a/sys/i386/isa/ppc.c
+++ b/sys/i386/isa/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.11 1998/10/31 11:37:09 nsouch Exp $
+ * $Id: ppc.c,v 1.12 1998/12/07 21:58:22 archie Exp $
*
*/
#include "ppc.h"
@@ -1286,7 +1286,7 @@ ppc_smclike_setmode(int unit, int mode)
* Semantics of clearing EPP timeout bit.
* PC87332 - reading SPP_STR does it...
* SMC - write 1 to EPP timeout bit XXX
- * Others - (???) write 0 to EPP timeout bit
+ * Others - (?) write 0 to EPP timeout bit
*/
static void
ppc_reset_epp_timeout(int unit)
diff --git a/sys/isa/ppc.c b/sys/isa/ppc.c
index f24654b..e351688 100644
--- a/sys/isa/ppc.c
+++ b/sys/isa/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.11 1998/10/31 11:37:09 nsouch Exp $
+ * $Id: ppc.c,v 1.12 1998/12/07 21:58:22 archie Exp $
*
*/
#include "ppc.h"
@@ -1286,7 +1286,7 @@ ppc_smclike_setmode(int unit, int mode)
* Semantics of clearing EPP timeout bit.
* PC87332 - reading SPP_STR does it...
* SMC - write 1 to EPP timeout bit XXX
- * Others - (???) write 0 to EPP timeout bit
+ * Others - (?) write 0 to EPP timeout bit
*/
static void
ppc_reset_epp_timeout(int unit)
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c
index 5503d47..8c1b812 100644
--- a/sys/nfs/nfs_socket.c
+++ b/sys/nfs/nfs_socket.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_socket.c,v 1.47 1998/11/13 09:44:12 dfr Exp $
+ * $Id: nfs_socket.c,v 1.48 1998/12/07 21:58:44 archie Exp $
*/
/*
@@ -403,11 +403,11 @@ nfs_safedisconnect(nmp)
* For the client side:
* - return EINTR if the RPC is terminated, 0 otherwise
* - set R_MUSTRESEND if the send fails for any reason
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
* For the server side:
* - return EINTR or ERESTART if interrupted by a signal
* - return EPIPE if a connection is lost for connection based sockets (TCP...)
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
*/
int
nfs_send(so, nam, top, rep)
@@ -469,7 +469,7 @@ nfs_send(so, nam, top, rep)
log(LOG_INFO, "nfsd send error %d\n", error);
/*
- * Handle any recoverable (soft) socket errors here. (???)
+ * Handle any recoverable (soft) socket errors here. (?)
*/
if (error != EINTR && error != ERESTART &&
error != EWOULDBLOCK && error != EPIPE)
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 5503d47..8c1b812 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_socket.c,v 1.47 1998/11/13 09:44:12 dfr Exp $
+ * $Id: nfs_socket.c,v 1.48 1998/12/07 21:58:44 archie Exp $
*/
/*
@@ -403,11 +403,11 @@ nfs_safedisconnect(nmp)
* For the client side:
* - return EINTR if the RPC is terminated, 0 otherwise
* - set R_MUSTRESEND if the send fails for any reason
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
* For the server side:
* - return EINTR or ERESTART if interrupted by a signal
* - return EPIPE if a connection is lost for connection based sockets (TCP...)
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
*/
int
nfs_send(so, nam, top, rep)
@@ -469,7 +469,7 @@ nfs_send(so, nam, top, rep)
log(LOG_INFO, "nfsd send error %d\n", error);
/*
- * Handle any recoverable (soft) socket errors here. (???)
+ * Handle any recoverable (soft) socket errors here. (?)
*/
if (error != EINTR && error != ERESTART &&
error != EWOULDBLOCK && error != EPIPE)
diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c
index 5503d47..8c1b812 100644
--- a/sys/nfsserver/nfs_srvsock.c
+++ b/sys/nfsserver/nfs_srvsock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_socket.c,v 1.47 1998/11/13 09:44:12 dfr Exp $
+ * $Id: nfs_socket.c,v 1.48 1998/12/07 21:58:44 archie Exp $
*/
/*
@@ -403,11 +403,11 @@ nfs_safedisconnect(nmp)
* For the client side:
* - return EINTR if the RPC is terminated, 0 otherwise
* - set R_MUSTRESEND if the send fails for any reason
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
* For the server side:
* - return EINTR or ERESTART if interrupted by a signal
* - return EPIPE if a connection is lost for connection based sockets (TCP...)
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
*/
int
nfs_send(so, nam, top, rep)
@@ -469,7 +469,7 @@ nfs_send(so, nam, top, rep)
log(LOG_INFO, "nfsd send error %d\n", error);
/*
- * Handle any recoverable (soft) socket errors here. (???)
+ * Handle any recoverable (soft) socket errors here. (?)
*/
if (error != EINTR && error != ERESTART &&
error != EWOULDBLOCK && error != EPIPE)
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 0a1b599..8235427 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */
-/* $Id: if_de.c,v 1.91 1998/11/28 00:25:32 msmith Exp $ */
+/* $Id: if_de.c,v 1.92 1998/12/14 05:47:26 dillon Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -2861,7 +2861,7 @@ tulip_read_macaddr(
* Some folks don't use the standard ethernet rom format
* but instead just put the address in the first 6 bytes
* of the rom and let the rest be all 0xffs. (Can we say
- * ZNYX???) (well sometimes they put in a checksum so we'll
+ * ZNYX?) (well sometimes they put in a checksum so we'll
* start at 8).
*/
for (idx = 8; idx < 32; idx++) {
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