summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-01-18 19:59:23 +0000
committerse <se@FreeBSD.org>1996-01-18 19:59:23 +0000
commit97c5aa5ded8e51ef9a1c48d81b32358216191d3a (patch)
tree852433ddfc073bfa933a51ab8feb08490846b580 /sys/pci
parent1525c6d7bd751cf04506b7b926c44f1d24c0c212 (diff)
downloadFreeBSD-src-97c5aa5ded8e51ef9a1c48d81b32358216191d3a.zip
FreeBSD-src-97c5aa5ded8e51ef9a1c48d81b32358216191d3a.tar.gz
Change default value of MAX_LUN from 1 to 8.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 59e548c..b1bf835 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.58 1996/01/15 23:16:39 se Exp $
+** $Id: ncr.c,v 1.59 1996/01/15 23:51:10 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -120,7 +120,7 @@
** one lun, so take 1 as the default.
*/
-#define MAX_LUN (1)
+#define MAX_LUN (8)
/*
** The maximum number of jobs scheduled for starting.
@@ -1249,7 +1249,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.58 1996/01/15 23:16:39 se Exp $\n";
+ "\n$Id: ncr.c,v 1.59 1996/01/15 23:51:10 se Exp $\n";
static u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud