Adapt mxge shims to detect phys contig jumbo frames

in RELENG_7

MFC after: 3 days
This commit is contained in:
Andrew Gallatin 2008-08-21 16:35:34 +00:00
parent 40572ab385
commit 7b9f20ea8d

View file

@ -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