diff options
author | 2005-05-24 19:56:53 +0000 | |
---|---|---|
committer | 2005-05-24 19:56:53 +0000 | |
commit | 21f10ddf4172a4893119454f86b0510bb4c1be7a (patch) | |
tree | e8cfb6b740025627622cdddc1ad9065f46847def | |
parent | wrap into nice defines (diff) | |
download | wireguard-openbsd-21f10ddf4172a4893119454f86b0510bb4c1be7a.tar.xz wireguard-openbsd-21f10ddf4172a4893119454f86b0510bb4c1be7a.zip |
crank up MAXCCB to 250 for cards that can handle it. ok mickey@
-rw-r--r-- | sys/dev/ic/amireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index f711f5efe33..8ba8da442f9 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.8 2005/05/11 15:42:58 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.9 2005/05/24 19:56:53 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 126 /* theoretical limit is 250 */ +#define AMI_MAXCMDS 250 /* theoretical limit is 250 */ #define AMI_SECTOR_SIZE 512 #define AMI_MAXOFFSETS 26 #define AMI_SGEPERCMD 32 /* to prevent page boundary crossing */ |