1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix to kern/150247 - make ixgbe buildable for 7.x

This commit is contained in:
Jack F Vogel 2011-01-07 22:58:12 +00:00
parent 911127a0d6
commit 4655a3925a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217129

View File

@ -484,7 +484,7 @@ ixgbe_is_sfp(struct ixgbe_hw *hw)
}
/* Workaround to make 8.0 buildable */
#if __FreeBSD_version < 800504
#if __FreeBSD_version >= 800000 && __FreeBSD_version < 800504
static __inline int
drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br)
{