From b5f1212805d3298ee78485aaeb7e56be0c935c00 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Mon, 28 May 2007 17:18:36 +0000 Subject: Decrease max number of commands to 128. --- sys/dev/pci/ips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c index 58892982478..304463b364f 100644 --- a/sys/dev/pci/ips.c +++ b/sys/dev/pci/ips.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ips.c,v 1.25 2007/05/28 16:35:41 grange Exp $ */ +/* $OpenBSD: ips.c,v 1.26 2007/05/28 17:18:35 grange Exp $ */ /* * Copyright (c) 2006, 2007 Alexander Yurchenko @@ -57,7 +57,7 @@ int ips_debug = IPS_D_ERR; #define IPS_MAXDRIVES 8 #define IPS_MAXCHANS 4 #define IPS_MAXTARGETS 15 -#define IPS_MAXCMDS 256 +#define IPS_MAXCMDS 128 #define IPS_MAXFER (64 * 1024) #define IPS_MAXSGS 16 -- cgit v1.2.3