mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Include "opt_ncr.h" for option settings.
This commit is contained in:
parent
21ffa5aee5
commit
a56eccf52b
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
**
|
||||
** $Id: ncr.c,v 1.85 1996/12/14 13:13:32 se Exp $
|
||||
** $Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $
|
||||
**
|
||||
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
|
||||
**
|
||||
|
|
@ -44,13 +44,15 @@
|
|||
***************************************************************************
|
||||
*/
|
||||
|
||||
#define NCR_DATE "pl23 95/09/07"
|
||||
#define NCR_DATE "pl24 96/12/14"
|
||||
|
||||
#define NCR_VERSION (2)
|
||||
#define MAX_UNITS (16)
|
||||
|
||||
#define NCR_GETCC_WITHMSG
|
||||
|
||||
#include "opt_ncr.c"
|
||||
|
||||
#ifdef FAILSAFE
|
||||
#define SCSI_NCR_DFLT_TAGS (0)
|
||||
#define CDROM_ASYNC
|
||||
|
|
@ -1257,7 +1259,7 @@ static void ncr_attach (pcici_t tag, int unit);
|
|||
|
||||
|
||||
static char ident[] =
|
||||
"\n$Id: ncr.c,v 1.85 1996/12/14 13:13:32 se Exp $\n";
|
||||
"\n$Id: ncr.c,v 1.86 1996/12/15 16:28:24 se Exp $\n";
|
||||
|
||||
static const u_long ncr_version = NCR_VERSION * 11
|
||||
+ (u_long) sizeof (struct ncb) * 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue