summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2005-05-31 04:34:20 +0000
committermarco <marco@openbsd.org>2005-05-31 04:34:20 +0000
commit051bc45a60fbccb3a23d2adb043418943288aa5d (patch)
tree36affccb6ec08fba6687b865b5226547d8647faa
parentb1 and b2 can be NULL if an invalid revision is given. (diff)
downloadwireguard-openbsd-051bc45a60fbccb3a23d2adb043418943288aa5d.tar.xz
wireguard-openbsd-051bc45a60fbccb3a23d2adb043418943288aa5d.zip
Reduce ccbs for now because millert had issues on a 475.
This needs some intelligence because it does help the 518s.
-rw-r--r--sys/dev/ic/amireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h
index 75008649fbe..c272c2950a6 100644
--- a/sys/dev/ic/amireg.h
+++ b/sys/dev/ic/amireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amireg.h,v 1.10 2005/05/27 20:39:30 marco Exp $ */
+/* $OpenBSD: amireg.h,v 1.11 2005/05/31 04:34:20 marco Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -37,7 +37,7 @@
#define AMI_BIG_MAX_SPANDEPTH 8
#define AMI_BIG_MAX_DEVDEPTH 32
-#define AMI_MAXCMDS 250 /* theoretical limit is 250 */
+#define AMI_MAXCMDS 126 /* theoretical limit is 250 */
#define AMI_SECTOR_SIZE 512
#define AMI_MAXOFFSETS 26
#define AMI_SGEPERCMD 32 /* to prevent page boundary crossing */