Add a #define for driver portability to older OS

This commit is contained in:
Jack F Vogel 2011-04-28 23:21:40 +00:00
parent c34e9dbee1
commit 0e6fa41ff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221189

View file

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