diff options
Diffstat (limited to 'sys/dev/fxp/if_fxpvar.h')
-rw-r--r-- | sys/dev/fxp/if_fxpvar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxpvar.h b/sys/dev/fxp/if_fxpvar.h index 23fdaa4..b2ae9b2 100644 --- a/sys/dev/fxp/if_fxpvar.h +++ b/sys/dev/fxp/if_fxpvar.h @@ -57,7 +57,11 @@ * Number of receive frame area buffers. These are large so chose * wisely. */ +#ifdef DEVICE_POLLING +#define FXP_NRFABUFS 192 +#else #define FXP_NRFABUFS 64 +#endif /* * Maximum number of seconds that the receiver can be idle before we |