History log of /freebsd/sys/arm64/conf/GENERIC-MMCCAM (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


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
# f12907d0 23-Feb-2023 Mike Karels <karels@FreeBSD.org>

arm64 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

arm64 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 ...


Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0
# 01d4e214 05-Oct-2018 Glen Barber <gjb@FreeBSD.org>

MFH r338661 through r339200.

Sponsored by: The FreeBSD Foundation


# c0b5e991 14-Sep-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r338595 through r338689, and resolve conflicts.


# 6bfb487b 14-Sep-2018 Bjoern A. Zeeb <bz@FreeBSD.org>

Set ident for GENERIC-MMCCAM to not announce itself as
GENERIC anymore.

Reviewed by: andrew
Approved by: re (gjb)


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.


# 61df30cf 11-Sep-2017 Ilya Bakulin <kibab@FreeBSD.org>

Add MMCCAM-enabled kernel config for arm64

Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D12114