OpenBSD cvs log

created 2020-07-28T21:59:53Z
begin 2020-06-06T00:00:00Z
end 2020-06-07T00:00:00Z
path src/sys
commits 11

date 2020-06-06T10:52:30Z
author visa
files src/sys/arch/sgi/dev/impact.c log diff annotate
message Fix previous commit.

date 2020-06-06T10:53:09Z
author visa
files src/sys/arch/sgi/stand/boot/boot.c log diff annotate
message Let sgi bootblocks build again.

date 2020-06-06T10:54:41Z
author visa
files src/sys/arch/sgi/stand/boot/diskio.c log diff annotate
src/sys/arch/sgi/stand/boot/netio.c log diff annotate
message Adjust sgi bootblocks' iostrategy routines

Return an error if write is requested, only reading is implemented.

Set *cnt only if the pointer is non-NULL.

date 2020-06-06T16:59:43Z
author patrick
files src/sys/dev/ofw/ofw_misc.c log diff annotate
src/sys/dev/ofw/ofw_pinctrl.c log diff annotate
src/sys/dev/ofw/ofw_regulator.c log diff annotate
message Some devices have no phandle since they are not referenced in the
device tree, but they are still registered in our OFW framework.
These then tend to have a phandle 0. If we are trying to lookup
a device by phandle, we should explicitly check for phandle 0 and
bail, since otherwise it is possible that we falsely match that
phandle and return a device.

ok kettenis@

date 2020-06-06T18:56:32Z
author deraadt
files src/sys/dev/pci/pchtemp.c log diff annotate
message additional device; from Bruno Flueckiger

date 2020-06-06T21:01:30Z
author gkoehler
files src/sys/arch/macppc/dev/aoa.c log diff annotate
src/sys/arch/macppc/dev/snapper.c log diff annotate
message Move PowerBook5,4 audio from aoa(4) to snapper(4).

This adds the missing TAS3004 volume control. Before, I put my ear
near the speaker (to hear audio), because I had no way to turn up the
volume. Now, the default volume is much louder, so I use sndioctl(1)
to turn it down.

Check for the model string "PowerBook5,4". This model's device tree
has compatible = "AOAKeylargo" for the audio, doesn't show the TAS3004
in the same way as other models.

date 2020-06-06T22:33:02Z
author kettenis
files src/sys/arch/powerpc64/powerpc64/locore.S log diff annotate
message Disable translation and external interrupts when making OPAL calls.

date 2020-06-06T22:34:08Z
author kettenis
files src/sys/arch/powerpc64/powerpc64/locore0.S log diff annotate
message Call main().

date 2020-06-06T22:36:22Z
author kettenis
files src/sys/arch/powerpc64/conf/ld.script log diff annotate
src/sys/arch/powerpc64/include/cpufunc.h log diff annotate
src/sys/arch/powerpc64/include/pmap.h log diff annotate
src/sys/arch/powerpc64/include/pte.h log diff annotate
src/sys/arch/powerpc64/include/vmparam.h log diff annotate
src/sys/arch/powerpc64/powerpc64/machdep.c log diff annotate
src/sys/arch/powerpc64/powerpc64/pmap.c log diff annotate
message Bootstrap a kernel pmap and enable translations.

date 2020-06-06T22:52:35Z
author kettenis
files src/sys/arch/powerpc64/powerpc64/db_disasm.c log diff annotate
message Fix and harmonize some of the code dealing with address offsets encoded in
instructions.

ok drahn@, gkoehler@

date 2020-06-06T22:53:04Z
author kettenis
files src/sys/arch/powerpc/ddb/db_disasm.c log diff annotate
message Fix and harmonize some of the code dealing with address offsets encoded in
instructions.

ok drahn@, gkoehler@