OpenBSD cvs log

created 2022-09-11T03:04:48Z
begin 2022-09-06T00:00:00Z
end 2022-09-07T00:00:00Z
path src/sys
commits 4

date 2022-09-06T13:52:50Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
message Attach aplmbox(4) early.

date 2022-09-06T14:14:44Z
author krw
files src/sys/sys/disklabel.h log diff annotate
message Delete some unreferenced SMD, ST506 and archaic SCSI #define's
that use d_drivedata.

Since nothing else in the tree refers to d_drivedata other than
/etc/disktab parsing and no /etc/disktab entry utilizes the
:d[0-4]: attributes, stop disklabel(8) both printing "drivedata:
0" and paying attention to any "drivedata: ..." lines in ascii
labels being read.

ok jsg@ miod@

date 2022-09-06T15:22:11Z
author kn
files src/sys/dev/pci/arc.c log diff annotate
message Fix spacing/indent, no object change

date 2022-09-06T17:26:27Z
author cheloha
files src/sys/arch/i386/i386/lapic.c log diff annotate
message i386/lapic.c: sync with amd64/lapic.c

In anticipation of merging the new clock interrupt code after release,
let's synchronize the lapic timer parts of i386's lapic.c with those
of amd64's lapic.c. The two files will need similar changes to switch
to the new code, so the more alike they are the better.

Tested by mlarkin@ on an ESXi VM. Tested by me on my amd64 laptop
running in x86 compatibility mode.

ok mlarkin@