History log of /netbsd/sys/arch/ibmnws/ibmnws/locore.S (Results 1 – 13 of 13)
Revision Date Author Comments
# d074464c 26-Feb-2021 thorpej <thorpej@NetBSD.org>

Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in
N different locore.S files.


# 361e68bb 15-Jul-2018 maxv <maxv@NetBSD.org>

Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos


# 4517d72d 20-Jun-2011 matt <matt@NetBSD.org>

Don't include *pmap.h in assembly files. Get the needed definitions
from "assym.h".


# a2c12836 18-Jun-2011 matt <matt@NetBSD.org>

Make a common genassym.cf (powerpc/genassym.cf) and then
only put specific stuff in foo/genassym.cf


# c371e413 17-Jan-2011 matt <matt@NetBSD.org>

Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it
soon will.


# 63669c6b 03-Mar-2010 pooka <pooka@NetBSD.org>

Fix some historical powerpc curiocity which had kernfs depend on
startsym/endsym, and which crept into most powerpc ports.


# ec4306c9 25-Feb-2010 matt <matt@NetBSD.org>

Adapt to <spr.h> breakup.


# 11af2f9c 26-Nov-2009 matt <matt@NetBSD.org>

Kill proc0paddr. Use lwp0.l_addr instead.


# 81953d91 05-Feb-2008 garbled <garbled@NetBSD.org>

Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the
possibility of running on an MPC601, are infected with all the extra code
and nops that it added.

Also, fix compilation

Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the
possibility of running on an MPC601, are infected with all the extra code
and nops that it added.

Also, fix compilation that I broke with the pmap code, by adding
oeacpufeat to the locores of various ppc arches. Noted by mlelstv.

show more ...


# 10184105 09-May-2006 rjs <rjs@NetBSD.org>

Fix boot failure problem with DDB enabled.


# d2b0eb4e 09-May-2006 rjs <rjs@NetBSD.org>

Update with softintr, evcnt and cpu_info changes from prep.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 3dc55c12 19-Oct-2003 matt <matt@NetBSD.org>

Add IBM Network Station 1000 port. From John Gordon and updated by me.