Fix problem caused by a chunk of the previous patch having been
applied to the wrong source code lines (non-fatal, since it just made an auto variable become visible at the global level).
This commit is contained in:
parent
82a43a3d46
commit
5a6006b912
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27762
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
**
|
||||
** $Id: ncr.c,v 1.100 1997/07/25 20:45:05 se Exp $
|
||||
** $Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $
|
||||
**
|
||||
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
|
||||
**
|
||||
@ -1350,7 +1350,7 @@ static void ncr_attach (pcici_t tag, int unit);
|
||||
|
||||
|
||||
static char ident[] =
|
||||
"\n$Id: ncr.c,v 1.100 1997/07/25 20:45:05 se Exp $\n";
|
||||
"\n$Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $\n";
|
||||
|
||||
static const u_long ncr_version = NCR_VERSION * 11
|
||||
+ (u_long) sizeof (struct ncb) * 7
|
||||
@ -6215,10 +6215,10 @@ static int ncr_show_msg (u_char * msg)
|
||||
};
|
||||
return (1);
|
||||
}
|
||||
u_char scntl3;
|
||||
|
||||
void ncr_int_sir (ncb_p np)
|
||||
{
|
||||
u_char scntl3;
|
||||
u_char chg, ofs, per, fak, wide;
|
||||
u_char num = INB (nc_dsps);
|
||||
ccb_p cp=0;
|
||||
|
Loading…
Reference in New Issue
Block a user