From 3a139205d84fb5cb6f3859469f4abefcc26bbdf2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 24 Nov 2024 16:03:12 +0000 Subject: Initial commit of the system files for my ThinkPad AMD P14s which are still a WIP. --- system/loader.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 system/loader.conf (limited to 'system/loader.conf') diff --git a/system/loader.conf b/system/loader.conf new file mode 100644 index 0000000..22f6c3b --- /dev/null +++ b/system/loader.conf @@ -0,0 +1,26 @@ +aesni_load="YES" +geom_eli_load="YES" +kern.geom.label.disk_ident.enable="0" +kern.geom.label.gptid.enable="0" +cryptodev_load="YES" +zfs_load="YES" + +# CPU +cpu_microcode_load="YES" +cpu_microcode_name="/boot/firmware/amd-ucode.bin" + +# Enable multimedia keys +hw.usb.usbhid.enable=1 + +# Enable querying CPU information and temperature. +cpuctl_load="YES" +amdtemp_load="YES" + +# For getting brightness keys working on my AMD P14s +acpi_video_load="YES" + +# For getting multimedia keys working on my AMD P14s +acpi_ibm_load="YES" + +# Power Management / Power off devices without attached driver +# hw.pci.do_power_nodriver=3 -- cgit v1.2.3