OpenBSD cvs log

created 2024-03-09T22:09:16Z
begin 2024-03-03T00:00:00Z
end 2024-03-04T00:00:00Z
path src/sys
commits 5

date 2024-03-03T02:40:10Z
author gkoehler
files src/sys/arch/macppc/dev/awacs.c log diff annotate
message Fix awacs(4) audio on some iMac G3 models

This code affects iMac G3s with a slot-loading CD drive (from late
1999 to 2001, after the older tray-loading iMac G3s, and before the
iMac G4s). Detect such iMacs by their model string (PowerMac2,1 or
PowerMac2,2 or PowerMac4,1), and configure their headphones and
internal speakers in a different way. These iMacs have 3 places to
connect headphones (2 on front, 1 on right side). They also have no
audio connection to the CD drive, so turn off the noisy CD input.

From evan (dot) jss (at) protonmail (dot) ch; I edited the code to get
the model string.

date 2024-03-03T11:03:13Z
author miod
files src/sys/arch/m88k/m88k/m88100_fp.c log diff annotate
message Workaround a 88100 errata where a FPU imprecise exception may be raised
for floating-point-to-int conversions by mistake (these instructions are
not supposed to raise this exception).

date 2024-03-03T11:14:34Z
author miod
files src/sys/arch/m88k/m88k/m88100_fp.c log diff annotate
src/sys/arch/m88k/m88k/trap.c log diff annotate
message Cope with the rare case of an imprecise FPU exception caught when
reenabling the FPU as part of the regular processing of another exception.

date 2024-03-03T17:00:14Z
author kettenis
files src/sys/arch/armv7/stand/efiboot/conf.c log diff annotate
src/sys/arch/armv7/stand/efiboot/exec.c log diff annotate
message Flush the D-cache before we disable the cache. This makes more sense and
fixes booting on my A10S-OLinuXino-MICRO board. Since the cache is still
enabled, the CPU might bring back some of the cache lines we just flushed.
So invalidate the cache after disabling.

ok deraadt@

date 2024-03-03T21:42:41Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Add support for the "NG" clock bindings for sun5i SoCs.

ok patrick@