History log of /openbsd-src/sys/arch/macppc/dev/asms.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 98f1db2d 26-Dec-2023 miod <miod@openbsd.org>

Update documentation URL


# 89ed722c 13-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok miod@


# aea9067d 25-Apr-2008 xsa <xsa@openbsd.org>

Pretty dmesg output on attach and error handling.
Prodded by deraadt; ok dlg derradt


# abd9fc28 24-Jun-2007 dlg <dlg@openbsd.org>

rework sensor tasks to use the kernels generic workq rather than a special
kernel thread of its own. the api has changed (which will be fixed in the
manpage shortly) so all the users of sensor tasks

rework sensor tasks to use the kernels generic workq rather than a special
kernel thread of its own. the api has changed (which will be fixed in the
manpage shortly) so all the users of sensor tasks that i can find have
been fixed too.

noone tested, so its going in to force people to run with it.
"put it in" deraadt@

show more ...


# 275cbf62 22-Mar-2007 deraadt <deraadt@openbsd.org>

split userland & kernel struct sensor/sensordev so that the addition
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page c

split userland & kernel struct sensor/sensordev so that the addition
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert

show more ...


# 27515a6b 23-Dec-2006 deraadt <deraadt@openbsd.org>

adapt to new two-level sensor api; Constantine A. Murenin


# 92bc2975 19-Jan-2006 grange <grange@openbsd.org>

Replace SENSOR_ADD() macro with a pair of functions
sensor_add()/sensor_del() so that sensors can be attached
and detached dynamicaly.

ok kettenis@ deraadt@ dlg@


# 8987106a 06-Jan-2006 xsa <xsa@openbsd.org>

set correct delay() value after executing the `read version' command;


# bcec8f31 03-Jan-2006 xsa <xsa@openbsd.org>

work in progress on the Apple Sudden Motion Sensor found in recent
PowerBooks and iBooks, driver is commented out for now;
with prodding, help and ok from kettenis@, ok deraadt@.