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

Constify struct cfattach.

ok miod@


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


# c767eae2 03-Jun-2013 mpi <mpi@openbsd.org>

Be coherent when printing irq numbers.


# 1ac74572 22-Apr-2007 deraadt <deraadt@openbsd.org>

better interrupt names for vmstat -iz; ok miod gwk


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


# f93ad0cb 14-Feb-2006 kettenis <kettenis@openbsd.org>

Put quotation marks around the names of unconfigured devices.
ok drahn@


# 40887bc5 17-Nov-2005 deraadt <deraadt@openbsd.org>

go loud with autoconfig messages again, we are gonna try to write drivers soon


# daea6e9e 23-Oct-2005 drahn <drahn@openbsd.org>

up to 18 lines of unconfigured gpio pins is just noise, hide behind ifdef.


# 08f18d2c 04-May-2005 drahn <drahn@openbsd.org>

move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio
ok miod@ grange@