Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 16:45:54 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358484 - head/sys/dev/al_eth
Message-ID:  <202003011645.021GjsiG051329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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