aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-01-18 19:59:23 +0000
committerStefan Eßer <se@FreeBSD.org>1996-01-18 19:59:23 +0000
commit29681c973ae5c571d4ecc5a97abe061d252a7e91 (patch)
tree852433ddfc073bfa933a51ab8feb08490846b580 /sys/pci/ncr.c
parent4f20e4b1430ad0f36c77e305278ffc0857a7e5bd (diff)
downloadsrc-29681c973ae5c571d4ecc5a97abe061d252a7e91.tar.gz
src-29681c973ae5c571d4ecc5a97abe061d252a7e91.zip
Change default value of MAX_LUN from 1 to 8.
Notes
Notes: svn path=/head/; revision=13481
Diffstat (limited to 'sys/pci/ncr.c')
-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 59e548c7c24e..b1bf8355d8f9 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