Author: sbruno
Date: Sun Aug 16 20:10:43 2015
New Revision: 286832
URL: https://svnweb.freebsd.org/changeset/base/286832

Log:
  e1000/if_lem.c bump to 1.1.0
  - deprecate fbsd 8
  
  Differential Revision:        https://reviews.freebsd.org/D3164
  Submitted by: erj
  MFC after:    2 weeks
  Sponsored by: Intel Corporation

Modified:
  head/sys/dev/e1000/if_lem.c
  head/sys/dev/e1000/if_lem.h

Modified: head/sys/dev/e1000/if_lem.c
==============================================================================
--- head/sys/dev/e1000/if_lem.c Sun Aug 16 19:43:44 2015        (r286831)
+++ head/sys/dev/e1000/if_lem.c Sun Aug 16 20:10:43 2015        (r286832)
@@ -97,7 +97,7 @@
 /*********************************************************************
  *  Legacy Em Driver version:
  *********************************************************************/
-char lem_driver_version[] = "1.0.6";
+char lem_driver_version[] = "1.1.0";
 
 /*********************************************************************
  *  PCI Device ID Table
@@ -2913,10 +2913,6 @@ lem_free_transmit_structures(struct adap
                bus_dma_tag_destroy(adapter->txtag);
                adapter->txtag = NULL;
        }
-#if __FreeBSD_version >= 800000
-       if (adapter->br != NULL)
-               buf_ring_free(adapter->br, M_DEVBUF);
-#endif
 }
 
 /*********************************************************************

Modified: head/sys/dev/e1000/if_lem.h
==============================================================================
--- head/sys/dev/e1000/if_lem.h Sun Aug 16 19:43:44 2015        (r286831)
+++ head/sys/dev/e1000/if_lem.h Sun Aug 16 20:10:43 2015        (r286832)
@@ -296,9 +296,6 @@ struct em_int_delay_info {
 /* Our adapter structure */
 struct adapter {
        if_t            ifp;
-#if __FreeBSD_version >= 800000
-       struct buf_ring *br;
-#endif
        struct e1000_hw hw;
 
        /* FreeBSD operating-system-specific structures. */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to