#
b8a75483 |
| 29-May-2024 |
Warner Losh <imp@FreeBSD.org> |
LINT: Don't build bnxt on 32-bit platforms
Sponsored by: Netflix Fixes: acd884dec99a ("RDMA/bnxt_re: Add bnxt_re RoCE driver")
|
#
76f22e35 |
| 10-Apr-2024 |
John Baldwin <jhb@FreeBSD.org> |
NOTES: Add devices for iSCSI support
Reviewed by: imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D44688
|
#
973d3a82 |
| 10-Apr-2024 |
John Baldwin <jhb@FreeBSD.org> |
NOTES: Move OFED options to MI NOTES
Disable in armv7 NOTES to match sys/modules/Makefile
Reviewed by: imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D4
NOTES: Move OFED options to MI NOTES
Disable in armv7 NOTES to match sys/modules/Makefile
Reviewed by: imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D44686
show more ...
|
#
fb393d22 |
| 28-Mar-2024 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Remove TI from NOTES
TI support was removed so remove it from NOTES too.
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
Revision tags: release/13.3.0 |
|
#
69e4b35e |
| 13-Feb-2024 |
Andrew Turner <andrew@FreeBSD.org> |
arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES
This ensures they are build tested.
Sponsored by: Arm Ltd
|
Revision tags: release/14.0.0 |
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0 |
|
#
58d487c3 |
| 02-Mar-2023 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: Add PCI and Annapurna devices drivers to LINT
Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38847 Reviewed by: imp
|
Revision tags: release/12.4.0 |
|
#
91f45a3c |
| 25-Oct-2022 |
Warner Losh <imp@FreeBSD.org> |
intrng: Remove from NOTES file
INTRNG is required on these platforms. Remove it from the NOTES file since it is now in the DEFAULTS file.
Suggested by: mhorne Sponsored by: Netflix
|
Revision tags: release/13.1.0 |
|
#
34223f74 |
| 11-Jan-2022 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: conf: Remove options EXT_RESOURCES
It is now unused in kernel code.
MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33837
|
Revision tags: release/12.3.0, release/13.0.0 |
|
#
7c6c12eb |
| 29-Nov-2020 |
Michal Meloun <mmel@FreeBSD.org> |
Remove unused options.
Marvell files and their related SOC_MV_<foo> options should be cleaned up in another pass.
|
Revision tags: release/12.2.0 |
|
#
90b8c0ea |
| 02-Oct-2020 |
Emmanuel Vadot <manu@FreeBSD.org> |
Fix LINT: Add backlight to NOTES
|
Revision tags: release/11.4.0 |
|
#
310fc6c5 |
| 02-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357389 through r357407.
|
#
6b29cf33 |
| 02-Feb-2020 |
Warner Losh <imp@FreeBSD.org> |
Move arm back to having one LINT
Now that armv5 is gone, we no longer need multiple LINT files. Kill the odd-ball support here. From now on, we just have LINT built from notes like all the other pla
Move arm back to having one LINT
Now that armv5 is gone, we no longer need multiple LINT files. Kill the odd-ball support here. From now on, we just have LINT built from notes like all the other platforms. Keep the removal of LINT-V5/7 to remove stale files for a while still..
show more ...
|
#
fce985b0 |
| 02-Jan-2020 |
Ian Lepore <ian@FreeBSD.org> |
Add the xdma framework and pl330 dma drivers to arm and arm64 lint builds.
|
Revision tags: release/12.1.0 |
|
#
c1ab04fc |
| 13-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Floppy driver really only works on x86
Move the floppy driver to the x86 specific notes file.
Reviewed by: jhb, manu, jhibbits, emaste Differential Revision: https://reviews.freebsd.org/D21208
|
#
99e1c5ab |
| 13-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move sc out of the global file
x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old powermac notebooks do not work with vt yet for reasons unknonw. Even so, I've removed it
Move sc out of the global file
x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old powermac notebooks do not work with vt yet for reasons unknonw. Even so, I've removed it from powerpc LINT. It's not in daily use there, and the intent is to 100% switch to vt now that it works for that platform to limit support burden.
All the other architectures omit some or all of the screen savers from their lint config. Move them to the x86 NOTES files and remove the exclusions. This reduces slightly the number of savers sparc64 compiles, but since they are in GENERIC, the overage is adequate and if someone reaelly wants to sort them out in sparc64 they can sweat the details and the testing.
Reviewed by: jhb (earlier version), manu (earlier version), jhibbits Differential Revision: https://reviews.freebsd.org/D21233
show more ...
|
Revision tags: release/11.3.0 |
|
#
7f49ce7a |
| 28-Jun-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @349476
Sponsored by: The FreeBSD Foundation
|
#
5364951d |
| 24-Jun-2019 |
Ian Lepore <ian@FreeBSD.org> |
Build an armv7 LINT kernel in addition to armv5 LINT. You might think this had been done years ago. I did. All this time we've only compiled a LINT kernel for TARGET_ARCH=arm. Now separate LINT-V
Build an armv7 LINT kernel in addition to armv5 LINT. You might think this had been done years ago. I did. All this time we've only compiled a LINT kernel for TARGET_ARCH=arm. Now separate LINT-V5 and LINT-V7 configs are generated and built.
There are two new files in arm/conf, NOTES.armv5 and NOTES.armv7, containing some of what used to be in the arm NOTES file. That file now contains only the bits that are common to v5 and v7.
The makeLINT.mk file now creates the LINT-V5 and LINT-V7 files by concatening sys/conf/NOTES, arm/conf/NOTES, and arm/conf/NOTES.armv{5,7} in that order.
show more ...
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
f7ab0158 |
| 13-Apr-2019 |
Warner Losh <imp@FreeBSD.org> |
Move mpr/mps drivers from per-arch NOTES files into the MI notes file. They are in more arches they they aren't. Add appropriate nodevice directives in powerpc and arm.
|
Revision tags: release/12.0.0 |
|
#
3611ec60 |
| 18-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337646 through r338014.
|
#
f13a4096 |
| 15-Aug-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Remove PHYSADDR from kernel configurations that don't need it. The only place we need to set it is when we also have FLASHADDR set.
Sponsored by: DARPA, AFRL
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
f9c0a512 |
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
#
b17f3d29 |
| 06-Aug-2018 |
Andrew Turner <andrew@FreeBSD.org> |
Default to armv5te in LINT on arm. This should fix building LINT there.
|