From bbad2729759cdfb693fbcd53136babc6787a395d Mon Sep 17 00:00:00 2001 From: se Date: Sun, 15 Dec 1996 16:37:17 +0000 Subject: Include "opt_ncr.h" for option settings. --- sys/pci/ncr.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 7c3d771..e7e25e0 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -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 -- cgit v1.1