git: c9304ff12f - main - Status/2026Q1: Add two reports
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=c9304ff12f566a887b59b8ff29d1b36c4c98eba2 commit c9304ff12f566a887b59b8ff29d1b36c4c98eba2 Author: Tom Jones <[email protected]> AuthorDate: 2026-04-16 16:02:49 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2026-04-16 16:02:49 +0000 Status/2026Q1: Add two reports Reviewed by: status (Graham Percival <[email protected]>) Differential Revision: https://reviews.freebsd.org/D56388 --- website/content/en/status/report-2026-01-2026-03/h616.adoc | 13 +++++++++++++ .../en/status/report-2026-01-2026-03/jumbograms.adoc | 11 +++++++++++ 2 files changed, 24 insertions(+) diff --git a/website/content/en/status/report-2026-01-2026-03/h616.adoc b/website/content/en/status/report-2026-01-2026-03/h616.adoc new file mode 100644 index 0000000000..4580b77c95 --- /dev/null +++ b/website/content/en/status/report-2026-01-2026-03/h616.adoc @@ -0,0 +1,13 @@ +=== Support for the Allwinner H616 SOC Family + +Contact: Tom Jones <[email protected]> + +The Allwinner H616 family of devices (H616, H616 and H700) are a series of small, but powerful SOCs with powerful media support. +These are found in a number of TV Boxes, handheld devices and single board computers. + +FreeBSD now has support for most peripherals and has been tested with the Orange Pi 2. +There is a yet unknown issue with the Ethernet controller, but this is under investigation. +Graphics support requires drm and this has not yet been explored. +The video device is not support on u-boot or Linux as a framebuffer console. + +Sponsor: The FreeBSD Foundation diff --git a/website/content/en/status/report-2026-01-2026-03/jumbograms.adoc b/website/content/en/status/report-2026-01-2026-03/jumbograms.adoc new file mode 100644 index 0000000000..06d467ba7f --- /dev/null +++ b/website/content/en/status/report-2026-01-2026-03/jumbograms.adoc @@ -0,0 +1,11 @@ +=== Removal of RFC 2675 Support + +Contact: Tom Jones <[email protected]> + +The Jumbo Payload Option is an IPv6 extension header intended to support packet sizes in excess of 65,735 octets. +FreeBSD gained Jumbo Payload support from the KAME project, but not real networks ever carried support. + +As part of modernising the IPv6 stack Jumbo support has been removed. +As far as we can tell it has never been possible to use this support with a FreeBSD host. + +Sponsor: The FreeBSD Foundation