This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am johalun on github. | |
* I am jlundberg (https://keybase.io/jlundberg) on keybase. | |
* I have a public key ASBOaAMETf8buyzZOM9wd_JyTzmQmBRAzhc5x6u7hwc-ngo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johalun@xc8 ~/d/M/build (master)> cmake ../llvm -G Ninja -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M680x0" -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_INSTALL_PREFIX=/opt/llvm-m68k -DCMAKE_BUILD_TYPE=RelWithDebInfo | |
-- The C compiler identification is Clang 10.0.0 | |
-- The CXX compiler identification is Clang 10.0.0 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOST FREEBSD 13: | |
johalun@jm ~/d/bench-clock> target/release/deps/bench-528070f83c4850f3 | |
running 2 tests | |
test bench_get_monotonic_coarsetime ... bench: 50 ns/iter (+/- 26) | |
test bench_get_monotonic_time ... bench: 92 ns/iter (+/- 25) | |
test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sys/conf/files b/sys/conf/files | |
index 7eaa38aa6f50..8077d6a80783 100644 | |
--- a/sys/conf/files | |
+++ b/sys/conf/files | |
@@ -1787,6 +1787,7 @@ dev/iicbus/iicbb.c optional iicbb | |
dev/iicbus/iicbb_if.m optional iicbb | |
dev/iicbus/iicbus.c optional iicbus | |
dev/iicbus/iicbus_if.m optional iicbus | |
+dev/iicubs/iichid.c optional iichid acpi iicbus | |
dev/iicbus/iiconf.c optional iicbus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johannes@jm:~/dev/freebsd/kms-drm % git status | |
On branch drm-v5.0-fbsd12.1 | |
Your branch is up to date with 'origin/drm-v5.0-fbsd12.1'. | |
nothing to commit, working tree clean | |
johannes@jm:~/dev/freebsd/kms-drm % ./scripts/crossbuild.sh sysdir=/usr/src-stable12/sys | |
Got sysdir=/usr/src-stable12/sys | |
Building amd64 SYSDIR=/usr/src-stable12/sys... | |
Entering world for amd64:amd64 | |
===> linuxkpi (all) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Requires: | |
# pkg install devel/powerpc64-xtoolchain-gcc (gcc in base is too old) | |
# cd /usr/src; make kernel-toolchain TARGET_ARCH=aarch64 | |
CLEAN=no | |
UPDATE=no | |
PWD=`pwd` | |
OBJDIRPREFIX=/tmp/kms-drm- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ (x=`pwd`; cd /usr/src ; make buildenv CROSS_TOOLCHAIN=powerpc64-gcc TARGET=powerpc TARGET_ARCH=powerpc64 BUILDENV_SHELL="cd ${x}; make -s -j8") | |
Entering world for powerpc64:powerpc | |
Explicit target required. Likely "buildworld" is wanted. See build(7). | |
--- _guard --- | |
*** [_guard] Error code 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( ! $?XDG_RUNTIME_DIR ) then | |
setenv XDG_RUNTIME_DIR /tmp/${uid}-runtime-dir | |
if ( ! -d "$XDG_RUNTIME_DIR" ) then | |
mkdir "$XDG_RUNTIME_DIR" | |
chmod 0700 "$XDG_RUNTIME_DIR" | |
endif | |
endif | |
# XKB For Sway: | |
setenv XKB_DEFAULT_RULES evdev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit c86f6c434c203ab8325cd56fff2bc27f2ae0b142 | |
Author: Johannes Lundberg <[email protected]> | |
Date: Wed May 22 14:54:23 2019 | |
Implement suspend resume for ig4 and i2c devices | |
diff --git a/sys/dev/ichiic/ig4_acpi.c b/sys/dev/ichiic/ig4_acpi.c | |
index f0b431fd1007..c3d8be6e0149 100644 | |
--- a/sys/dev/ichiic/ig4_acpi.c | |
+++ b/sys/dev/ichiic/ig4_acpi.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/graphics/drm-current-kmod/Makefile b/graphics/drm-current-kmod/Makefile | |
index a026dfa03c86..e5f3f8103d22 100644 | |
--- a/graphics/drm-current-kmod/Makefile | |
+++ b/graphics/drm-current-kmod/Makefile | |
@@ -19,6 +19,7 @@ RUN_DEPENDS= gpu-firmware-kmod>=g20180319:graphics/gpu-firmware-kmod | |
CONFLICTS_INSTALL= drm-devel-kmod \ | |
drm-fbsd11.2-kmod \ | |
drm-fbsd12.0-kmod \ | |
+ drm-fbsd12.1-kmod \ | |
drm-legacy-kmod |
NewerOlder