History log of /openbsd/sys/arch/macppc/dev/mediabay.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 47d381f7 15-Oct-2022 jsg <jsg@openbsd.org>

ansi


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

Constify struct cfattach.

ok miod@


# 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 ...


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

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


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# d7949865 09-Apr-2010 jasper <jasper@openbsd.org>

- don't use memset() where we should use bzero()
* no binary change

ok drahn@


# 84b94647 19-Jun-2006 miod <miod@openbsd.org>

Be more strict in the probe routines and actually check ca_nintr and
ca_nreg are large enough for our greedy needs; tweaks and ok kettenis@


# e2b96ebf 14-Jun-2004 deraadt <deraadt@openbsd.org>

de-__P


# 3ce2f8e0 10-May-2004 drahn <drahn@openbsd.org>

mediabay driver to configure ata bus attached to CD on pismo Powerbook
tested by Glen Barney and Okan Demirmen.