History log of /openbsd-src/sys/arch/macppc/dev/xlights.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 89ed722c 13-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok miod@


# 2a4f6c50 10-Jan-2020 cheloha <cheloha@openbsd.org>

xlights(4): timeout_add(9) -> timeout_add_msec(9)

There are no units noted here, but macppc is a 100hz platform so it's safe
to just assume 2500 milliseconds here.

ok jsg@


# 3bf93282 08-Oct-2019 cheloha <cheloha@openbsd.org>

macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)

This diff completely converts sys/arch/macppc to *sleep_nsec(9).

Also convert dev/thermal.c while we're down here. Unsure what

macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)

This diff completely converts sys/arch/macppc to *sleep_nsec(9).

Also convert dev/thermal.c while we're down here. Unsure what that
file's driver's name is, if any.

ok kn@ visa@

show more ...


# b27348b2 08-Sep-2017 deraadt <deraadt@openbsd.org>

If you use sys/param.h, you don't need sys/types.h


# bb536b7d 24-Jun-2015 mpi <mpi@openbsd.org>

IPL_MPSAFE bits for macppc with openpic(4).


# 2d257949 18-Nov-2013 deraadt <deraadt@openbsd.org>

simplify kthread_create(). no more stdarg
ok matthew guenther mikeb


# 39dd359f 15-May-2011 mpi <mpi@openbsd.org>

Unify various gpio access using methods that take an offset relative to the
mac-io bus base address. Needed by upcoming dfs(4) support.

On some Apple machines, the openfirmware returns a gpio offse

Unify various gpio access using methods that take an offset relative to the
mac-io bus base address. Needed by upcoming dfs(4) support.

On some Apple machines, the openfirmware returns a gpio offset relative to
the gpio controller (generaly at 0x50). These offsets should be corrected
to be relative to the bus base address.

looks fine to kettenis@, ok miod@

show more ...


# a2bcf0a7 30-Sep-2008 drahn <drahn@openbsd.org>

simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@


# c65013a3 01-Jun-2007 gwk <gwk@openbsd.org>

Establish interrupt after checking the i2s subsystem, fixes a problem with
xserve G5.

ok drahn


# 443a9249 30-May-2007 gwk <gwk@openbsd.org>

Make xlights(4) probe correctly on the Xserve G5, still does not correct
the i2s timeout.

ok drahn


# 8e9e8ca8 22-Apr-2007 deraadt <deraadt@openbsd.org>

rename a very long driver name to something shorter, and more clear
and while there, fix the interrupt name for vmstat -iz; ok gwk