mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
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.
This commit is contained in:
parent
a2647fcdec
commit
1ee6b373eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3043
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user