<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/Makefile, branch releng/14.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-05-21T20:08:48Z</updated>
<entry>
<title>sys/modules/dpdk_lpm4: do not build without INET</title>
<updated>2024-05-21T20:08:48Z</updated>
<author>
<name>Lexi Winter</name>
<email>lexi@le-Fay.ORG</email>
</author>
<published>2024-05-15T00:16:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2507479f70df850742c750a25dace99b13740582'/>
<id>urn:sha1:2507479f70df850742c750a25dace99b13740582</id>
<content type='text'>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1236

(cherry picked from commit 304a03275a65cf811fb6c06fa1c37783d07c99a4)
(cherry picked from commit 040a7e0dcbc234aa66d0b4b53638db12b81a7b75)
Approved-by: re (cperciva)
</content>
</entry>
<entry>
<title>vf_i2c: split up and add ACPI attachments in addition to FDT</title>
<updated>2024-04-01T23:46:10Z</updated>
<author>
<name>Pierre-Luc Drouin</name>
<email>pldrouin@pldrouin.net</email>
</author>
<published>2024-03-22T22:12:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1aff3556656bf85a2a0f07963264ad5d2ddc704'/>
<id>urn:sha1:d1aff3556656bf85a2a0f07963264ad5d2ddc704</id>
<content type='text'>
Move the code from the arm specific to the iicbus controller directory.
Split up between general logic and bus attachment code.
Add support for ACPI attachment in addition to FDT.

Tested by:	bz (LS1088a FDT), Pierre-Luc Drouin (Honeycomb, ACPI)
Based on:	D24917 by Val Packett (initial early version)

(cherry picked from commit 5ca8e32633c4ffbbcd6762e5888b6a4ba0708c6c)
</content>
</entry>
<entry>
<title>ossl: Add support for armv7</title>
<updated>2024-03-29T13:53:05Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2023-11-30T17:46:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=15e12749ef1dd55a18a7b1e5672e2b75f1bde68b'/>
<id>urn:sha1:15e12749ef1dd55a18a7b1e5672e2b75f1bde68b</id>
<content type='text'>
OpenSSL provides implementations of several AES modes which use
bitslicing and can be accelerated on CPUs which support the NEON
extension.  This patch adds arm platform support to ossl(4) and provides
an AES-CBC implementation, though bsaes_cbc_encrypt() only implements
decryption.  The real goal is to provide an accelerated AES-GCM
implementation; this will be added in a subsequent patch.

Initially derived from https://reviews.freebsd.org/D37420.

Reviewed by:	jhb
Sponsored by:	Klara, Inc.
Sponsored by:	Stormshield
MFC after:	3 months
Differential Revision:	https://reviews.freebsd.org/D41304

(cherry picked from commit 44f8e1e8530e1d2e95e84bbbe3d22ac9cb2557fe)
</content>
</entry>
<entry>
<title>Make kldxref a bootstrap tool and use unconditionally</title>
<updated>2024-01-18T22:30:06Z</updated>
<author>
<name>Jessica Clarke</name>
<email>jrtc27@FreeBSD.org</email>
</author>
<published>2023-12-13T21:43:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fbed5e9ea843c6747fba6d3cd209c3d5860617a'/>
<id>urn:sha1:2fbed5e9ea843c6747fba6d3cd209c3d5860617a</id>
<content type='text'>
Now that kldxref is a generic cross tool and can be built on non-FreeBSD
we can bootstrap it during the build and thus remove the condition for
whether it exists. We also need to make sure to add it to the METALOG
for -DNO_ROOT builds.

Reviewed by:	brooks, imp
Differential Revision:	https://reviews.freebsd.org/D43051

(cherry picked from commit ff7c12c1f17e52337169d8ce48433fae96a9c9db)
</content>
</entry>
<entry>
<title>iwlwifi / rtw88: re-attach to build after updates</title>
<updated>2023-10-06T12:47:42Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2023-09-21T17:12:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ec227367ed748011a97540296b0935de877cc5a'/>
<id>urn:sha1:7ec227367ed748011a97540296b0935de877cc5a</id>
<content type='text'>
While the build-breaking changes were only in a smaller window
further updates restored some functionality as well.  Now that
we are done, add iwlwifi back to the build.

Sponsored by:	The FreeBSD Foundation

This also adds the (updated) rtw88 driver back to the build.
Functionality has not been tested (much) so might not currently
work but people offered to test.

(cherry picked from commit af6aaa90057d75644c41527acc903082104e4114)
(cherry picked from commit 299e2d5724c2bc4929b6eac3258f04055e97992e)
</content>
</entry>
<entry>
<title>iwlwifi / rtw88: temporary disconnect from build for updates</title>
<updated>2023-10-06T12:47:39Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2023-09-05T17:34:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6fbec77eb977538ab4c353789fdb255e01e0a8e'/>
<id>urn:sha1:b6fbec77eb977538ab4c353789fdb255e01e0a8e</id>
<content type='text'>
Disconnect iwlwifi/rtw88 from the build for a few commits which, due to
incompatible LinuxKPI 802.11 changes would break the build for a
revision.  It will be re-enabled "instantly".

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 712468443df1130db8f893a5e2ce5c6a8dbf5cde)
(cherry picked from commit b75d1ce6c10652fc4bfbf509deeae0e05c3d1356)
</content>
</entry>
<entry>
<title>sff: Add SFP driver (fdt-based draft)</title>
<updated>2023-08-18T10:40:11Z</updated>
<author>
<name>Dmitry Salychev</name>
<email>dsl@FreeBSD.org</email>
</author>
<published>2023-08-18T09:17:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a9021898c4ee2154787da862c238cfeccd655df'/>
<id>urn:sha1:2a9021898c4ee2154787da862c238cfeccd655df</id>
<content type='text'>
This basic version of the driver obtains properties of the "sff,sfp"
compatible devices and implements a simple interface to provide an I2C
bus device for the rest of the drivers (e.g. to implement SIOCGI2C).

Both of the interface and driver are subjects for a further
generalization to be used in case of non-FDT and non-arm64 platforms.

Reviewed by:		bz, manu
Approved by:		bz (mentor)
MFC after:		3 weeks
Differential Revision:	https://reviews.freebsd.org/D41440
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>urn:sha1:031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again</title>
<updated>2023-08-08T20:30:13Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2023-08-07T16:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37c8ee8847faa53432809cae2ecc11b80c4eab2f'/>
<id>urn:sha1:37c8ee8847faa53432809cae2ecc11b80c4eab2f</id>
<content type='text'>
Following the removal of general MIPS support, there's no longer a need
to have the AHB bus-frontend in place, which according to Linux sources
also isn't used with any non-MIPS SoCs. For simplicity, PCI bus support
is only made conditional on the main one again, i. e. device ath_pci is
removed, and built into the main module, i. e. if_ath_pci.ko obsoleted,
respectively.
Effectively, this reverts the following commits and associated changes:
dba9c8597747c6c9bf3d2ec68f7eb90552878dc7
e849bb3ecbb1963344a22ae77fc96f89fbebf40c

Approved by:	adrian
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D41354
</content>
</entry>
<entry>
<title>modules: Use MACHINE_CPUARCH more</title>
<updated>2023-08-08T17:44:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-08T16:50:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e1f69523bf00ecf89f21c015e2a7bc2a36104e3'/>
<id>urn:sha1:3e1f69523bf00ecf89f21c015e2a7bc2a36104e3</id>
<content type='text'>
Replace two cases of MACHINE_ARCH with MACHINE_CPUARCH and also use
`aarch64` instead of the improper `arm64` for that test.

Noticed by:		Mark Millard
Sponsored by:		Netflix
</content>
</entry>
</feed>
