<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-06-03T18:35:21Z</updated>
<entry>
<title>ure.4: add a HARDWARE section + add RTL8156BG as a compatible controller</title>
<updated>2025-06-03T18:35:21Z</updated>
<author>
<name>Kenneth Raplee</name>
<email>kenrap@kennethraplee.com</email>
</author>
<published>2025-04-08T18:30:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd46420a61508e53c8afd710d54cf8f85547874b'/>
<id>urn:sha1:cd46420a61508e53c8afd710d54cf8f85547874b</id>
<content type='text'>
While here, rename all instances of "RealTek" to "Realtek" for
authenticity.

Approved by:	re (cperciva)
Reviewed by: imp, lwshu, zaiee
Pull Request: https://github.com/freebsd/freebsd-src/pull/1649

(cherry picked from commit 76ed6f2db316bf2240d36d3c92316da4d1e5b174)
(cherry picked from commit f336a04960b608d2caeaf964663c3a8425f31d71)
</content>
</entry>
<entry>
<title>ure.4: description consistencies + tag spdx</title>
<updated>2025-06-03T18:35:11Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>concussious@runbox.com</email>
</author>
<published>2024-08-14T06:50:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6fe425b4c4a4aa20936d98d820481dd502c56696'/>
<id>urn:sha1:6fe425b4c4a4aa20936d98d820481dd502c56696</id>
<content type='text'>
+ consistent document description languague with other USB-BaseT drivers
+ mention newly added adapters from 6ea4d9
+ attempt to mention rgephy(4) phys feed into ure interfaces

Approved by:	re (cperciva)
Fixes:		6ea4d9 (Move RTL8156 from cdce(4) to ure(4))
MFC after:	3 days

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1384

(cherry picked from commit 4c72525953fdf618a3fc0a45f3ef3f071dcc0c52)
(cherry picked from commit b529a06d1db4bb27895465ba8692d6c4427e32d8)
</content>
</entry>
<entry>
<title>puc.4: Add a HARDWARE section based off device data from pucdata.c</title>
<updated>2025-06-03T18:35:01Z</updated>
<author>
<name>Kenneth Raplee</name>
<email>kenrap@kennethraplee.com</email>
</author>
<published>2025-04-14T05:14:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9efdb081e824e288679586d3d891e558b5638b1f'/>
<id>urn:sha1:9efdb081e824e288679586d3d891e558b5638b1f</id>
<content type='text'>
While here, change applicable uses of "ports" to "adapters" to be more
precise and improve searchability.

This is a 14.3 candate since it affects (positively) the release notes
generated from the hardware secionts.

Approved by:	re (cperciva)
MFC After: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1663

(cherry picked from commit 794ee43e75066bfcbc00545b5bf600b9cda2d5f1)
(cherry picked from commit 827153d21219f76cf006d50af4cdf85f22b75de0)
</content>
</entry>
<entry>
<title>zoneinfo: don't install version</title>
<updated>2025-05-24T05:33:02Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2025-05-21T09:15:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a48dc9b03b83dfd1f04a901ee478324b6ced9c73'/>
<id>urn:sha1:a48dc9b03b83dfd1f04a901ee478324b6ced9c73</id>
<content type='text'>
The commit teaching the build to install tzdata.zi for libcxx also
instals version.  It turns out this makes at least one piece of third
party software cry: rubygem-tzinfo expects any file in zoneinfo to be at
least 44 bytes long.  Clearly this is a bug in rubygem-tzinfo but since
nothing actually uses version, we may as well not install it ... as we
did previously.

Reported by:	delphij
Fixes:		91506dba7f2e zoneinfo: also install tzdata.zi and version
MFC after:	1 day
Approved by:	re (cperciva)

(cherry picked from commit 23a0c88b037625745b88d1661b9552f1ebe97ebc)
(cherry picked from commit 16ad4d77121dd117513c6044c0f076df144fa368)
</content>
</entry>
<entry>
<title>mtkswitch.4: Initial manual page</title>
<updated>2025-05-22T03:01:36Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-19T19:42:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5af0942052b8ce0ed49eaa056b4a962e518d26ff'/>
<id>urn:sha1:5af0942052b8ce0ed49eaa056b4a962e518d26ff</id>
<content type='text'>
Add a stub manual only saying what it is, how to include it, what is
supported, and since when. This plugs the mtkswitch driver into the
manual subsystem and the release hardware notes.

MFC to:			14.3
MFC after:		3 days
Reviewed by:		adrian, carlavilla
Approved by:		carlavilla (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50412

(cherry picked from commit 37f00bc257d0e785fad1d0ffbd7dcbf09e863417)
(cherry picked from commit f31ac06711e69aed7cb4b38d8eb2aba2d7149ed8)
</content>
</entry>
<entry>
<title>ip17x.4: Initial manual page</title>
<updated>2025-05-22T03:01:22Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-19T19:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc8ade18cf3879bc050ba9833a99e3a89a8b4382'/>
<id>urn:sha1:dc8ade18cf3879bc050ba9833a99e3a89a8b4382</id>
<content type='text'>
Add a stub manual only saying what it is, how to include it, what is
supported, and since when. This plugs the ip17x driver into the manual
subsystem and the release hardware notes.

MFC to:			14.3
MFC after:		3 days
Reviewed by:		adrian, carlavilla
Approved by:		carlavilla (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50411

(cherry picked from commit f750a114d2c50c4d25d304dbf1dabfd3ae3aa013)
(cherry picked from commit ded154a1df97e3340f129394cbcaa1a50439d1bf)
</content>
</entry>
<entry>
<title>qat.4: Cleanup</title>
<updated>2025-05-22T03:00:56Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-16T17:19:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86b04d37f0128d2e516c03dac3e32d14d10f8fe9'/>
<id>urn:sha1:86b04d37f0128d2e516c03dac3e32d14d10f8fe9</id>
<content type='text'>
+ copyright symbols do not belong in Nd's (apropos results)
+ move hardware to HARDWARE for inclusion in the hw release notes
+ improve sysctls
+ lines which say nothing removed
+ links moved to see also
+ spacing and markup corrections

MFC after:		3 days
Reviewed by:		markj, mhorne
Approved by:		mhorne (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50381

(cherry picked from commit c1d9b2c9b03cade19cb4f94d3e29fba7179ac11a)
(cherry picked from commit 802edf23079388447659136805d97b95b0f90899)
</content>
</entry>
<entry>
<title>e6000sw.4: Add HISTORY</title>
<updated>2025-05-22T03:00:39Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-15T01:02:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7fc3fbe3209581fe3ead097ce1d00ab52803edc'/>
<id>urn:sha1:b7fc3fbe3209581fe3ead097ce1d00ab52803edc</id>
<content type='text'>
MFC after:		3 days
Reviewed by:		mhorne
Approved by:		mhorne (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50358

(cherry picked from commit c808bee35b1129abd9af137204ebd15559b90b5b)
(cherry picked from commit 6426b01310122c7563d982ec21c91b98f3f5bd3b)
</content>
</entry>
<entry>
<title>e6060sw.4: Improve title and add HARDWARE</title>
<updated>2025-05-22T03:00:26Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-12T01:08:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee743b40acebfbafd37f2a399af5049831a6f9b9'/>
<id>urn:sha1:ee743b40acebfbafd37f2a399af5049831a6f9b9</id>
<content type='text'>
For visibility in apropos and inclusion in the hardware release notes.

MFC after:		3 days
Reviewed by:		adrian, mhorne
Approved by:		mhorne (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50321

(cherry picked from commit bef89c155e77dd471af596a43f3914b754cc5155)
(cherry picked from commit 5e0e046d95a92aab8bea856fe0008870ee11bfc9)
</content>
</entry>
<entry>
<title>ar40xx.4: Initial manual page</title>
<updated>2025-05-22T03:00:12Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-05-12T02:22:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fddd2c4d37893dde3391d5c6d837e211483acad5'/>
<id>urn:sha1:fddd2c4d37893dde3391d5c6d837e211483acad5</id>
<content type='text'>
For inclusion in apropos and the hardware release notes. While here,
add xrefs to this page and the previous e6000sw in etherswitch.4.

MFC after:		3 days (but adjusted for 14.3)
Reported by:		adrian
Reviewed by:		adrian, mhorne
Approved by:		mhorne (mentor)
Approved by:		re (cperciva)
Differential Revision:	https://reviews.freebsd.org/D50324

(cherry picked from commit 91c9751c3913497db2fbad1fcf7491557bbd2a75)
(cherry picked from commit 17e9eb1e0eb721e2400232c71f20bc490c416c60)
</content>
</entry>
</feed>
