History log of /openbsd-src/sys/arch/macppc/dev/uni_n.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 54d766ae 30-Mar-2015 mpi <mpi@openbsd.org>

Add defines for known offsets and magical values, map the correct page
and enable the mpic on G5 machines and finally introduce some helpers
needed for suspend/resume. Is this called a rewrite?

In

Add defines for known offsets and magical values, map the correct page
and enable the mpic on G5 machines and finally introduce some helpers
needed for suspend/resume. Is this called a rewrite?

In my forest since s2k11, committing now that I need this for supporting
Quad G5 machines.

show more ...


# 903f1858 15-Nov-2012 mpi <mpi@openbsd.org>

Print UniNorth/U3 revision number, taken from opemfirmare, to know which
AGP chipset is present. This will help if some quirks are needed.

ok mikeb@, kettenis@, miod@


# 99ff212c 19-Jun-2006 miod <miod@openbsd.org>

Remove redundant test in uni_n_config() as well as an unused softc member;
ok kettenis@


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

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


# 616c3036 13-Nov-2005 drahn <drahn@openbsd.org>

match u4


# 32d66aa0 13-Nov-2005 kettenis <kettenis@openbsd.org>

Attach children for matched controllers, not just u3.
ok deraadt@


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

Allow devices to attach behind memory controller, u3 has secondary interrupt
controller, i2c, and dart(?) behind it.


# 4d38cde2 26-Sep-2005 kettenis <kettenis@openbsd.org>

Match "u3" as found in G5 systems.
ok drahn@


# a0c9a9c4 16-Oct-2003 deraadt <deraadt@openbsd.org>

spaces


# 093da1aa 16-Oct-2003 drahn <drahn@openbsd.org>

more ANSI/KNF.


# 9230ee6a 03-Jun-2003 drahn <drahn@openbsd.org>

kill clause 3 and 4 from several of my copyrights, cleanup.


# 6a1aaa0f 15-Sep-2002 deraadt <deraadt@openbsd.org>

backout premature


# e1f7838a 15-Sep-2002 deraadt <deraadt@openbsd.org>

KNF


# 4f9e30d0 14-Mar-2002 millert <millert@openbsd.org>

Final __P removal plus some cosmetic fixups


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 01a12621 07-Dec-2001 miod <miod@openbsd.org>

In uni_n_config(), only return a base address if a base address was found.


# d9a5f17f 01-Sep-2001 drahn <drahn@openbsd.org>

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of t

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of the work involved in the renaming process was performed by miod@

Files moved from powerpc/mac to macppc/dev

show more ...