diff options
| author | Tycho Nightingale <tychon@FreeBSD.org> | 2014-01-22 01:56:49 +0000 |
|---|---|---|
| committer | Tycho Nightingale <tychon@FreeBSD.org> | 2014-01-22 01:56:49 +0000 |
| commit | 40eb53f232484d600c7984cc2802c0dd9428d20c (patch) | |
| tree | ffbdcefe0b32235e436f4e1cd95115e8194f51ca /usr.sbin | |
| parent | 88bee036cd210b7ef68c01673b4d72d1ee9a2219 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bhyve/block_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/block_if.c b/usr.sbin/bhyve/block_if.c index ba7cfcddadf3..ffa343c0dd5e 100644 --- a/usr.sbin/bhyve/block_if.c +++ b/usr.sbin/bhyve/block_if.c @@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$"); #define BLOCKIF_SIG 0xb109b109 -#define BLOCKIF_MAXREQ 16 +#define BLOCKIF_MAXREQ 32 enum blockop { BOP_READ, |
