summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2007-05-28 17:18:36 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2007-05-28 17:18:36 +0000
commitb5f1212805d3298ee78485aaeb7e56be0c935c00 (patch)
treec02cfc557d5217e026554d58a5a7f42c9b4391ba /sys/dev/pci
parentf96d4bfaae8e683d6ce36140dff54c0670c826fb (diff)
Decrease max number of commands to 128.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ips.c4
1 files changed, 2 insertions, 2 deletions
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 <grange@openbsd.org>
@@ -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