mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Adapt mxge shims to detect phys contig jumbo frames
in RELENG_7 MFC after: 3 days
This commit is contained in:
parent
40572ab385
commit
7b9f20ea8d
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ $FreeBSD$
|
|||
#define MXGE_EEPROM_STRINGS_SIZE 256
|
||||
#define MXGE_MAX_SEND_DESC 128
|
||||
|
||||
#if (__FreeBSD_version < 800005)
|
||||
#if ((__FreeBSD_version > 800000 && __FreeBSD_version < 800005) \
|
||||
|| __FreeBSD_version < 700111)
|
||||
#define MXGE_VIRT_JUMBOS 1
|
||||
#else
|
||||
#define MXGE_VIRT_JUMBOS 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue