aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-24 02:42:11 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-24 02:42:11 +0000
commit1ee6b373eb024652b73587eabcad2b9fa32fe121 (patch)
treedc8a1a333574652024f4d0ebba27be149ebcedd3
parenta2647fcdec4cbd44271698ef6927787012e03ad0 (diff)
downloadsrc-1ee6b373eb024652b73587eabcad2b9fa32fe121.tar.gz
src-1ee6b373eb024652b73587eabcad2b9fa32fe121.zip
Add missing closing comment. I have taken the non-knf format
of this code up with the authors and they are looking at converting it, but until then leave the format alone.
Notes
Notes: svn path=/head/; revision=3043
-rw-r--r--sys/i386/pci/ncr.c7
-rw-r--r--sys/pci/ncr.c7
2 files changed, 8 insertions, 6 deletions
diff --git a/sys/i386/pci/ncr.c b/sys/i386/pci/ncr.c
index 8e73484401f6..f37fa38a4c83 100644
--- a/sys/i386/pci/ncr.c
+++ b/sys/i386/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $
+** $Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1296,7 +1296,7 @@ static u_long getirr (void)
static char ident[] =
- "\n$Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $\n";
+ "\n$Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
@@ -3352,7 +3352,7 @@ static int ncr_attach (pcici_t config_id)
ncr_name (np));
DELAY (1000000);
#endif
- printf ("%s scanning for targets 0..%d ($Revision: 1.3 $)\n",
+ printf ("%s scanning for targets 0..%d ($Revision: 1.4 $)\n",
ncr_name (np), MAX_TARGET-1);
/*
@@ -5968,6 +5968,7 @@ void ncr_int_sir (ncb_p np)
** if NO disconnected jobs.
**
**-----------------------------------------------
+ */
/*
** Look for a disconnected job.
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 8e73484401f6..f37fa38a4c83 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $
+** $Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1296,7 +1296,7 @@ static u_long getirr (void)
static char ident[] =
- "\n$Id: ncr.c,v 1.3 1994/09/16 00:22:29 se Exp $\n";
+ "\n$Id: ncr.c,v 1.4 1994/09/16 13:33:56 davidg Exp $\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
@@ -3352,7 +3352,7 @@ static int ncr_attach (pcici_t config_id)
ncr_name (np));
DELAY (1000000);
#endif
- printf ("%s scanning for targets 0..%d ($Revision: 1.3 $)\n",
+ printf ("%s scanning for targets 0..%d ($Revision: 1.4 $)\n",
ncr_name (np), MAX_TARGET-1);
/*
@@ -5968,6 +5968,7 @@ void ncr_int_sir (ncb_p np)
** if NO disconnected jobs.
**
**-----------------------------------------------
+ */
/*
** Look for a disconnected job.