aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
commitdea9268b7006769d7f1834f4bdcc149692725aca (patch)
tree94787544370f3f67bc317208ee42f11f04d3022b /sys/pci
parentc807beb49563b21499dcde0e31bbd10b65355a40 (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_de.c4
-rw-r--r--sys/pci/ncr.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 0a1b599d8f3ff..82354275e8660 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 85e2d7d9c5610..79d8eaefe053a 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];
};