aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rtw89fw
Commit message (Collapse)AuthorAgeFilesLines
* rtw8xfw: remove module build dirs for firmware long goneBjoern A. Zeeb2024-10-114-29/+0
| | | | | | | | | | | | | | rtw88 and rtw89 firmware files were removed from main a year ago after core members asked to not import more biinary blobs into main. Also remove the module build framework for them being long gone. People are asked to use fwget(8) to automatically install firmware from ports according to the man page. A solution for the install media is still pending. Fixes: cf94672363d6638b7268c05b4628b62bbfc8dbe5 MFC after: 3 days (rtw89 only) Sponsored by: The FreeBSD Foundation
* Remove residual blank line at start of MakefileWarner Losh2024-07-153-3/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* rtw89: import firmware for Realtek's rtw89 supported chipsets.Bjoern A. Zeeb2022-09-094-0/+36
Import the most recent versions of the firmware images for the rtw89 driver. This is based on linux-firmware at 2f2f0181581d3e35bfdb9fc65f609ee9d3fbaeb7. The license of the firmware matches the previously added rtw88(4) firmware and you can find a copy in sys/contrib/dev/rtw89fw/LICENCE.rtlwifi_firmware.txt. Add build infrastructure to create the .ko files but do not yet hook it up to the build until all parts are in the tree. Approved by: core.11 (imp) [2022-03-27] MFC after: 6 weeks