Network issue with dhclient

2018-12-14 Thread Christophe Staïesse
>Synopsis: Network issue with dhclient >Category: system >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4 (GENERIC.MP) #1: Mon Nov 26 10:18:14 CET 2018 r...@syspatch-64-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Re: ACPI: Should not the arithmetic operations on AML virtual machine be unsigned?

2012-03-06 Thread Christophe Staïesse
Hello :-) Here are the diff -u. I've used the 5.0-RELEASE sys.tar.gz to compile the kernel. dsdt.c : aml_evalexpr now operates with 64-bit unsigned integers as it should. (quick hack, not throughoutly tested). --- dsdt.c.old 2012-03-06 10:28:54.0 +0100 +++ dsdt.c 2012-03-06 11:0