Author: imp
Date: Sun Mar  1 16:45:54 2020
New Revision: 358484
URL: https://svnweb.freebsd.org/changeset/base/358484

Log:
  Remove FreeBSD 7 conditional code... We've had a lot of other changes since 
then
  and al_eth appears only in the Annapurna ARM designs which arrived in the tree
  after that.

Modified:
  head/sys/dev/al_eth/al_eth.c

Modified: head/sys/dev/al_eth/al_eth.c
==============================================================================
--- head/sys/dev/al_eth/al_eth.c        Sun Mar  1 13:12:04 2020        
(r358483)
+++ head/sys/dev/al_eth/al_eth.c        Sun Mar  1 16:45:54 2020        
(r358484)
@@ -1639,10 +1639,8 @@ al_eth_rx_recv_work(void *arg, int pending)
                        al_eth_rx_checksum(rx_ring->adapter, hal_pkt, mbuf);
                }
 
-#if __FreeBSD_version >= 800000
                mbuf->m_pkthdr.flowid = qid;
                M_HASHTYPE_SET(mbuf, M_HASHTYPE_OPAQUE);
-#endif
 
                /*
                 * LRO is only for IP/TCP packets and TCP checksum of the packet
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to