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
This commit is contained in:
sbruno 2015-08-16 20:10:43 +00:00
parent 6b4c37fce4
commit b55b46e706
2 changed files with 1 additions and 8 deletions

View File

@ -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 adapter *adapter)
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
}
/*********************************************************************

View File

@ -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. */