mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add a #define for driver portability to older OS
This commit is contained in:
parent
c34e9dbee1
commit
0e6fa41ff1
1 changed files with 5 additions and 0 deletions
|
|
@ -154,6 +154,11 @@
|
|||
#define IXGBE_FC_HI 0x20000
|
||||
#define IXGBE_FC_LO 0x10000
|
||||
|
||||
/* Keep older OS drivers building... */
|
||||
#if !defined(SYSCTL_ADD_UQUAD)
|
||||
#define SYSCTL_ADD_UQUAD SYSCTL_ADD_QUAD
|
||||
#endif
|
||||
|
||||
/* Defines for printing debug information */
|
||||
#define DEBUG_INIT 0
|
||||
#define DEBUG_IOCTL 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue