Skip to content

Commit

Permalink
fbsd/ena: Remove support for FreeBSD 11 from readme
Browse files Browse the repository at this point in the history
1. Remove support for FreeBSD 11 from the README file.
2. Use FreeBSD 12 instead of 11 in all places in the README file
to avoid confusion regarding support for FreeBSD 11.

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
  • Loading branch information
akiyano committed Jan 10, 2023
1 parent 115ccab commit 20b3831
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
19 changes: 9 additions & 10 deletions kernel/fbsd/ena/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Supported FreeBSD Versions

**amd64**

* *FreeBSD 11.0* - *FreeBSD 11.4*
* *FreeBSD 12* - starting from ``rS3091111``
* *FreeBSD 13*
* *FreeBSD 14*
Expand Down Expand Up @@ -91,11 +90,11 @@ Git
# Getting sources may vary between system versions. The resources need
# to be adjusted accordingly. Some of the examples can be found below.
# For stable 11:
git clone https://git.FreeBSD.org/src.git /usr/src --single-branch --branch stable/11
# For stable 12:
git clone https://git.FreeBSD.org/src.git /usr/src --single-branch --branch stable/12
# For release (FreeBSD 11.4)
git clone https://git.FreeBSD.org/src.git /usr/src --single-branch --branch releng/11.4
# For release (FreeBSD 12.1)
git clone https://git.FreeBSD.org/src.git /usr/src --single-branch --branch releng/12.1
# For CURRENT (unstable)
git clone https://git.FreeBSD.org/src.git /usr/src --single-branch --branch main
Expand Down Expand Up @@ -137,10 +136,10 @@ Subversion - legacy
# to be adjusted accordingly. Some of the examples can be found below.
# For stable:
svn checkout https://svn.freebsd.org/base/stable/11/ /usr/src
svn checkout https://svn.freebsd.org/base/stable/12/ /usr/src
# For release (FreeBSD 11.1)
svn checkout https://svn.freebsd.org/base/releng/11.1/ /usr/src
# For release (FreeBSD 12.1)
svn checkout https://svn.freebsd.org/base/releng/12.1/ /usr/src
# For -CURRENT (unstable)
svn checkout https://svn.freebsd.org/base/head /usr/src
Expand Down Expand Up @@ -858,5 +857,5 @@ Unsupported features
Known issues
------------

- ``FLOWTABLE`` option (per-CPU routing cache) leads to system crash on both
FreeBSD 11 and FreeBSD 12-CURRENT system versions.
- ``FLOWTABLE`` option (per-CPU routing cache) leads to system crash on
FreeBSD 12.0.
3 changes: 1 addition & 2 deletions kernel/fbsd/ena/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Supported Kernel Versions and Distributions

ENA driver is supported on all FreeBSD releases starting from 11.2
ENA driver is supported on all FreeBSD releases starting from 12.0

The driver was verified on the following distributions:

**Releases:**
* FreeBSD 11.4
* FreeBSD 12.3
* FreeBSD 13.1

Expand Down

0 comments on commit 20b3831

Please sign in to comment.