diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-12-02 22:37:58 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-12-02 22:37:58 +0000 |
| commit | ea4eae1aa32d4eeaba3ae0738e4265c0578eab4d (patch) | |
| tree | 5b4090867a5e7c8a3e1b89505bc1668a8b655aaf /sys/pci | |
| parent | 80ae4948b8f17dc6bb623c15708df7fd2ece1776 (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/ncr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index c7a38b36e5f29..749ce0eddc9e4 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.111 1997/09/21 22:02:16 gibbs Exp $ +** $Id: ncr.c,v 1.112 1997/11/07 09:20:56 phk Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -164,7 +164,7 @@ ** The calculation below is actually quite silly ... */ -#define MAX_START (MAX_TARGET + 7 * SCSI_NCR_DFLT_TAGS) +#define MAX_START (32) /* (MAX_TARGET + 7 * SCSI_NCR_DFLT_TAGS) */ /* ** The maximum number of segments a transfer is split into. @@ -1341,7 +1341,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.111 1997/09/21 22:02:16 gibbs Exp $\n"; + "\n$Id: ncr.c,v 1.112 1997/11/07 09:20:56 phk Exp $\n"; static const u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 |
