diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-12 01:08:14 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-12 01:08:14 +0000 |
commit | 11290a696bf53126bdb9c8b5ab1e7f53af2c467d (patch) | |
tree | e3fc3539e0521966b06893764848810b2a568d23 /sys | |
parent | 404b61c48ad7c543544e8f85494ea0c5a3aebf57 (diff) |
Support LUNs. My God...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ncr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index 121aeee02a2..8cf1591d3f5 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.13 1996/09/05 23:14:00 dm Exp $ */ +/* $OpenBSD: ncr.c,v 1.14 1996/10/12 01:08:13 downsj Exp $ */ /* $NetBSD: ncr.c,v 1.35.4.1 1996/06/03 20:32:17 cgd Exp $ */ /************************************************************************** @@ -117,11 +117,9 @@ /* ** Number of logic units supported by the driver. ** n enables logic unit numbers 0..n-1. -** The common SCSI devices require only -** one lun, so take 1 as the default. */ -#define MAX_LUN (1) +#define MAX_LUN (8) /* ** The maximum number of jobs scheduled for starting. |