Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 22:58:13 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217129 - head/sys/dev/ixgbe
Message-ID:  <201101072258.p07MwDJK068509@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jfv
Date: Fri Jan  7 22:58:12 2011
New Revision: 217129
URL: http://svn.freebsd.org/changeset/base/217129

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

Modified:
  head/sys/dev/ixgbe/ixgbe.h

Modified: head/sys/dev/ixgbe/ixgbe.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.h	Fri Jan  7 22:57:31 2011	(r217128)
+++ head/sys/dev/ixgbe/ixgbe.h	Fri Jan  7 22:58:12 2011	(r217129)
@@ -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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101072258.p07MwDJK068509>