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

Constify struct cfattach.

ok miod@


# 6ca343de 16-Jun-2011 mpi <mpi@openbsd.org>

Uses generic confargs to attach the apm(4) and piic(4) drivers instead of
the specifics adb arguments.
Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a
via-cuda machine (e.g.

Uses generic confargs to attach the apm(4) and piic(4) drivers instead of
the specifics adb arguments.
Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a
via-cuda machine (e.g. my color G3 iMac).

ok miod@

show more ...


# 769768ba 20-May-2007 thib <thib@openbsd.org>

lockmgr -> rwlock for piic(4), kiic(4) and smu(4);
smu(4) tested by kettenis@, ok krw@


# 715b6a7b 23-Apr-2007 deraadt <deraadt@openbsd.org>

rename drivers with numbers in them; ok gwk drahn