Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 16:20:20 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: af0e1ece373b - main - qlxge: purge EOL release compatibility
Message-ID:  <202302041620.314GKKdx013462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=af0e1ece373bcd8f6744840be02a14a0f6ba2ccd

commit af0e1ece373bcd8f6744840be02a14a0f6ba2ccd
Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2022-06-23 00:53:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 16:13:08 +0000

    qlxge: purge EOL release compatibility
    
    Drop code ensuring FreeBSD 9 or newer
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/603
    Differential Revision: https://reviews.freebsd.org/D35560
---
 sys/dev/qlxge/qls_os.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h
index b10a37ecd5d3..8313de7eaf9b 100644
--- a/sys/dev/qlxge/qls_os.h
+++ b/sys/dev/qlxge/qls_os.h
@@ -52,10 +52,6 @@
 #include <machine/_inttypes.h>
 #include <sys/conf.h>
 
-#if __FreeBSD_version < 900044
-#error FreeBSD Version not supported - use version >= 900044
-#endif
-
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_arp.h>



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