#
834517ef |
| 02-Feb-2024 |
Mina Galić <freebsd@igalic.co> |
x86 & arm: remove CAM_DEBUG_FLAGS= from MMCCAM kernels
we leave `options CAMDEBUG` enabled, so that when needed, CAM debugging can be enabled *as needed*, rather than setting a default of everything
x86 & arm: remove CAM_DEBUG_FLAGS= from MMCCAM kernels
we leave `options CAMDEBUG` enabled, so that when needed, CAM debugging can be enabled *as needed*, rather than setting a default of everything.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/798
show more ...
|
#
ca8fcfcf |
| 02-Feb-2024 |
Mina Galić <freebsd@igalic.co> |
amd64: switch GENERIC-MMCCAM to GENERIC
arm's and arm64's GENERIC-MMCCAM is based on GENERIC. amd64's is based on MINIMAL. For consistency, switch it to GENERIC.
Reviewed by: imp Pull Request: http
amd64: switch GENERIC-MMCCAM to GENERIC
arm's and arm64's GENERIC-MMCCAM is based on GENERIC. amd64's is based on MINIMAL. For consistency, switch it to GENERIC.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/798
show more ...
|
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 |
|
#
dd6f6030 |
| 23-Feb-2023 |
Mike Karels <karels@FreeBSD.org> |
amd64 kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION". This allows the option to be commented out without shifting columns. A few options had t
amd64 kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION". This allows the option to be commented out without shifting columns. A few options had two tabs, and some had spaces. Make them consistent.
show more ...
|
#
6b9acd1b |
| 08-Feb-2023 |
Mateusz Guzik <mjg@FreeBSD.org> |
Exclude MMCCAM kernels from make universe
They don't provide any value and are quite arbitrary.
Note arm64 GENERIC-MMCCAM was already excluded, just not the NODEBUG variant.
The option is already
Exclude MMCCAM kernels from make universe
They don't provide any value and are quite arbitrary.
Note arm64 GENERIC-MMCCAM was already excluded, just not the NODEBUG variant.
The option is already build-tested with arm64 LINT kernel.
Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D38458
show more ...
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
3b5008b0 |
| 24-Dec-2020 |
Kristof Provost <kp@FreeBSD.org> |
Fix amd64 GENERIC-MMCCAM kernel build
c4df8cbfde53c376d93f439eac3f45a7b4fc705e removed bvmconsole and bvmdebug, but missed the bvmconsole entry in GENERIC-MMCCAM.
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
c6879c6c |
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
#
fc3f42d8 |
| 08-Oct-2018 |
Glen Barber <gjb@FreeBSD.org> |
MFH r339206-r339212, r339215-r339239
Sponsored by: The FreeBSD Foundation
|
#
6b45121a |
| 07-Oct-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Address the warning regarding duplicate option 'GEOM_PART_GPT' when configuring kernels for i386, amd64, and arm64. The 'GEOM_PART_GPT' option was added to the DEFAULTS configuration in r337967.
App
Address the warning regarding duplicate option 'GEOM_PART_GPT' when configuring kernels for i386, amd64, and arm64. The 'GEOM_PART_GPT' option was added to the DEFAULTS configuration in r337967.
Approved by: re (kib@) Reviewed by: ler@ Differential Revision: https://reviews.freebsd.org/D17458 Sponsored by: Netflix, Inc.
show more ...
|
Revision tags: release/11.2.0, release/10.4.0 |
|
#
8fcbcc2d |
| 16-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r323635
|
#
b754c279 |
| 13-Sep-2017 |
Navdeep Parhar <np@FreeBSD.org> |
MFH @ r323558.
|
#
a9bfc8d2 |
| 13-Sep-2017 |
Ilya Bakulin <kibab@FreeBSD.org> |
Add MMCCAM-enabled kernel config for IMX6, reduce debug noice in MMCCAM kernels
CAM_DEBUG_TRACE results in way too much debug output than needed now. When debugging, it's always possible to turn on
Add MMCCAM-enabled kernel config for IMX6, reduce debug noice in MMCCAM kernels
CAM_DEBUG_TRACE results in way too much debug output than needed now. When debugging, it's always possible to turn on trace level using camcontrol.
Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D12110
show more ...
|