The NetBSD Project

CVS log for src/sys/arch/macppc/macppc/locore.S

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / macppc / macppc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.82 / (download) - annotate - [select for diffs], Sun Dec 18 01:16:05 2022 UTC (15 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.81: +6 -1 lines
Diff to previous 1.81 (colored) to selected 1.50.2.2 (colored)

add comment to explain why we zero SPRG0 here
NFC

Revision 1.81 / (download) - annotate - [select for diffs], Sun Dec 18 01:10:57 2022 UTC (15 months, 1 week ago) by macallan
Branch: MAIN
Changes since 1.80: +3 -1 lines
Diff to previous 1.80 (colored) to selected 1.50.2.2 (colored)

#ifdef DEBUG the previous change, it seems to cause trouble on qemu which
needs further investigation

Revision 1.80 / (download) - annotate - [select for diffs], Wed Dec 14 13:04:24 2022 UTC (15 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.79: +4 -1 lines
Diff to previous 1.79 (colored) to selected 1.50.2.2 (colored)

Explicitly zero SPRG0 before doing anything else - it's used to store a pointer
to struct cpuinfo, this way we can catch attempts to use it before it's set
up properly

Revision 1.74.8.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:30 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.74: +49 -44 lines
Diff to previous 1.74 (colored) next main 1.75 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.79 / (download) - annotate - [select for diffs], Fri Feb 26 02:18:56 2021 UTC (3 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.78: +1 -3 lines
Diff to previous 1.78 (colored) to selected 1.50.2.2 (colored)

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

Revision 1.78 / (download) - annotate - [select for diffs], Wed Feb 17 23:21:46 2021 UTC (3 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.77: +14 -3 lines
Diff to previous 1.77 (colored) to selected 1.50.2.2 (colored)

Document the register state on entry per the OpenFirmware PowerPC CPU
bindings.  Ensure we save off %r6 and %r7 before calling any other
functions.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Feb 13 02:17:02 2021 UTC (3 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.76: +36 -36 lines
Diff to previous 1.76 (colored) to selected 1.50.2.2 (colored)

Improve readability of this file by adding register prefixes.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Feb 13 01:11:58 2021 UTC (3 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.75: +5 -4 lines
Diff to previous 1.75 (colored) to selected 1.50.2.2 (colored)

Call cpu_model_init() after clearing the MSR.

Revision 1.75 / (download) - annotate - [select for diffs], Thu Feb 11 19:06:24 2021 UTC (3 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.74: +1 -6 lines
Diff to previous 1.74 (colored) to selected 1.50.2.2 (colored)

remove unused/useless #ifdef block

Revision 1.72.20.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:58 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.72.20.1: +3 -1 lines
Diff to previous 1.72.20.1 (colored) to branchpoint 1.72 (colored) next main 1.73 (colored) to selected 1.50.2.2 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.74 / (download) - annotate - [select for diffs], Fri Oct 11 21:56:55 2019 UTC (4 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-futex
Changes since 1.73: +3 -1 lines
Diff to previous 1.73 (colored) to selected 1.50.2.2 (colored)

don't zero the MSR when building with options FIRMWORKSBUGS
with this a FIRMWORKSBUGS kernel boots on my TiBook
first step to address PR2231

Revision 1.72.20.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:28 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.72: +1 -2 lines
Diff to previous 1.72 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD

Revision 1.72.18.1 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:37 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.72: +1 -2 lines
Diff to previous 1.72 (colored) next main 1.73 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD

Revision 1.73 / (download) - annotate - [select for diffs], Sun Jul 15 05:16:43 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2
Changes since 1.72: +1 -2 lines
Diff to previous 1.72 (colored) to selected 1.50.2.2 (colored)

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

ok kamil christos

Revision 1.70.12.2 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:25 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.70.12.1: +5 -1 lines
Diff to previous 1.70.12.1 (colored) to branchpoint 1.70 (colored) next main 1.71 (colored) to selected 1.50.2.2 (colored)

update from HEAD

Revision 1.71.10.1 / (download) - annotate - [select for diffs], Wed Dec 3 23:02:24 2014 UTC (9 years, 3 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Changes since 1.71: +6 -2 lines
Diff to previous 1.71 (colored) next main 1.72 (colored) to selected 1.50.2.2 (colored)

Pull up following revision(s) (requested by chs in ticket #291):
	sys/arch/ofppc/ofppc/locore.S: revision 1.49
	sys/arch/macppc/macppc/locore.S: revision 1.72
in the initial asm code, save the interesting caller-saved registers
(containing "arg" and "len") across function calls to C code.
fixes kernels built with gcc 4.8.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Nov 9 00:05:06 2014 UTC (9 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.71: +6 -2 lines
Diff to previous 1.71 (colored) to selected 1.50.2.2 (colored)

in the initial asm code, save the interesting caller-saved registers
(containing "arg" and "len") across function calls to C code.
fixes kernels built with gcc 4.8.

Revision 1.70.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:39:57 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.70: +6 -1 lines
Diff to previous 1.70 (colored) next main 1.71 (colored) to selected 1.50.2.2 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.70.12.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:08 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.70: +6 -1 lines
Diff to previous 1.70 (colored) to selected 1.50.2.2 (colored)

resync from head

Revision 1.71 / (download) - annotate - [select for diffs], Thu Apr 11 18:36:44 2013 UTC (10 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-base, khorben-n900
Branch point for: netbsd-7
Changes since 1.70: +6 -1 lines
Diff to previous 1.70 (colored) to selected 1.50.2.2 (colored)

more OEA64_BRIDGE support
from Phileas Fogg

Revision 1.66.4.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:19:21 2011 UTC (12 years, 9 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.66: +1 -3 lines
Diff to previous 1.66 (colored) next main 1.67 (colored) to selected 1.50.2.2 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Jun 20 19:56:12 2011 UTC (12 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.69: +1 -2 lines
Diff to previous 1.69 (colored) to selected 1.50.2.2 (colored)

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

Revision 1.69 / (download) - annotate - [select for diffs], Sat Jun 18 21:17:28 2011 UTC (12 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.68: +1 -2 lines
Diff to previous 1.68 (colored) to selected 1.50.2.2 (colored)

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

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jun 16 03:54:40 2011 UTC (12 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67 (colored) to selected 1.50.2.2 (colored)

Make __HAVE_FAST_SOFTINTS appear in assym.h so all oeas don't need to include
<powerpc/intr.h>
XXX <powerpc/intr.h> should be <powerpc/oea/intr.h>

Revision 1.67 / (download) - annotate - [select for diffs], Thu Jun 16 02:44:38 2011 UTC (12 years, 9 months ago) by macallan
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored) to selected 1.50.2.2 (colored)

we need powerpc/intr.h n order to see __HAVE_FAST_SOFTINTS

Revision 1.65.4.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:06:00 2011 UTC (12 years, 9 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored) next main 1.66 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.65.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:59 2011 UTC (13 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored) next main 1.66 (colored) to selected 1.50.2.2 (colored)

sync with head

Revision 1.66 / (download) - annotate - [select for diffs], Mon Jan 17 08:23:55 2011 UTC (13 years, 2 months ago) by matt
Branch: MAIN
CVS Tags: uebayasi-xip-base7, rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored) to selected 1.50.2.2 (colored)

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

Revision 1.60.28.1 / (download) - annotate - [select for diffs], Fri Jan 7 01:36:12 2011 UTC (13 years, 2 months ago) by matt
Branch: matt-nb5-pq3
Changes since 1.60: +3 -1 lines
Diff to previous 1.60 (colored) next main 1.61 (colored) to selected 1.50.2.2 (colored)

Deal with split <spr.h> (and a few other misc fixes).

Revision 1.64.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:35 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored) next main 1.65 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.60.10.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:36 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.60.10.1: +3 -3 lines
Diff to previous 1.60.10.1 (colored) to branchpoint 1.60 (colored) next main 1.61 (colored) to selected 1.50.2.2 (colored)

sync with head

Revision 1.65 / (download) - annotate - [select for diffs], Thu Feb 25 23:33:45 2010 UTC (14 years, 1 month ago) by matt
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: rmind-uvmplock, jruoho-x86intr
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored) to selected 1.50.2.2 (colored)

Adapt to <spr.h> breakup.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Nov 26 00:19:18 2009 UTC (14 years, 4 months ago) by matt
Branch: MAIN
CVS Tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.63: +1 -3 lines
Diff to previous 1.63 (colored) to selected 1.50.2.2 (colored)

Kill proc0paddr.  Use lwp0.l_addr instead.

Revision 1.62.4.1 / (download) - annotate - [select for diffs], Wed May 13 17:18:01 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) next main 1.63 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.60.10.1 / (download) - annotate - [select for diffs], Mon May 4 08:11:29 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.60: +5 -3 lines
Diff to previous 1.60 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.60.18.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:29:02 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.60.18.1: +2 -1 lines
Diff to previous 1.60.18.1 (colored) to branchpoint 1.60 (colored) next main 1.61 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.63 / (download) - annotate - [select for diffs], Fri Feb 13 22:41:02 2009 UTC (15 years, 1 month ago) by apb
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, jymxensuspend-base
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) to selected 1.50.2.2 (colored)

Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.

Revision 1.60.18.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:16:26 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.60: +4 -3 lines
Diff to previous 1.60 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.60.6.1 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:14 2009 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.60: +4 -3 lines
Diff to previous 1.60 (colored) next main 1.61 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.60.16.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:17 2008 UTC (15 years, 3 months ago) by haad
Branch: haad-dm
Changes since 1.60: +4 -3 lines
Diff to previous 1.60 (colored) next main 1.61 (colored) to selected 1.50.2.2 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Dec 4 23:17:47 2008 UTC (15 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Changes since 1.61: +3 -2 lines
Diff to previous 1.61 (colored) to selected 1.50.2.2 (colored)

actually call cpu_model_init()
This might be enough to get 601-based boxes going

Revision 1.61 / (download) - annotate - [select for diffs], Thu Nov 13 10:53:30 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.50.2.2 (colored)

LKM -> MODULAR

Revision 1.58.6.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:10 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.58.6.1: +3 -1 lines
Diff to previous 1.58.6.1 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.50.2.2 (colored)

sync with HEAD

Revision 1.59.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:45 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) next main 1.60 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.53.2.4 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:28 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.53.2.3: +3 -1 lines
Diff to previous 1.53.2.3 (colored) to branchpoint 1.53 (colored) next main 1.54 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Feb 5 18:14:02 2008 UTC (16 years, 1 month ago) by garbled
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-net80211-sync-base, nick-net80211-sync, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs-base, matt-nb5-pq3-base, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-dm-base1, ad-socklock-base1
Branch point for: yamt-nfs-mp, nick-hppapmap, mjf-devfs2, matt-nb5-pq3, haad-dm
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) to selected 1.50.2.2 (colored)

Because macppc shares code with ofppc, it needs oeacpufeat defined.
Other OEA ports do not yet make use of this code, so they don't require it.

Revision 1.58.6.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:18:48 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.58: +6 -14 lines
Diff to previous 1.58 (colored) to selected 1.50.2.2 (colored)

sync with HEAD

Revision 1.53.2.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:27:10 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.53.2.2: +6 -14 lines
Diff to previous 1.53.2.2 (colored) to branchpoint 1.53 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.58.4.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:42:52 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.58: +6 -14 lines
Diff to previous 1.58 (colored) next main 1.59 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.58.10.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:36:05 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.58: +6 -14 lines
Diff to previous 1.58 (colored) next main 1.59 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.57.12.2 / (download) - annotate - [select for diffs], Tue Oct 23 20:13:27 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.57.12.1: +6 -14 lines
Diff to previous 1.57.12.1 (colored) to branchpoint 1.57 (colored) next main 1.58 (colored) to selected 1.50.2.2 (colored)

Sync with head.

Revision 1.58.8.1 / (download) - annotate - [select for diffs], Thu Oct 18 08:32:13 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.58: +6 -14 lines
Diff to previous 1.58 (colored) next main 1.59 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Oct 17 19:55:33 2007 UTC (16 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, matt-armv6-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.58: +6 -14 lines
Diff to previous 1.58 (colored) to selected 1.50.2.2 (colored)

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

Revision 1.57.20.4 / (download) - annotate - [select for diffs], Thu Oct 11 18:51:51 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.57.20.3: +1 -14 lines
Diff to previous 1.57.20.3 (colored) to branchpoint 1.57 (colored) next main 1.58 (colored) to selected 1.50.2.2 (colored)

Move a bunch of the macppc SMP code out of macppc, and down into the
generic OEA code.  Add a set of md callbacks into these shared routines,
that any oeappc SMP machine needs to provide.  This allows for generally
shared SMP startup code, but still allows for machine-specific
differences in the setup and kicking of the new CPU.

Convert macppc to this new layout.  Tested by Macallan.

Add an initial attempt at SMP to prep.  Tested on UP machine only,
untested on SMP yet.

Revision 1.57.20.3 / (download) - annotate - [select for diffs], Wed Oct 3 19:24:18 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.57.20.2: +0 -0 lines
Diff to previous 1.57.20.2 (colored) to branchpoint 1.57 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD

Revision 1.53.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:27:41 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.53.2.1: +2 -4 lines
Diff to previous 1.53.2.1 (colored) to branchpoint 1.53 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.57.12.1 / (download) - annotate - [select for diffs], Mon Aug 20 18:38:27 2007 UTC (16 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.57.26.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:47:30 2007 UTC (16 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (colored) next main 1.58 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.57.24.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:27 2007 UTC (16 years, 7 months ago) by matt
Branch: matt-mips64
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (colored) next main 1.58 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.57.20.2 / (download) - annotate - [select for diffs], Thu Aug 2 05:34:36 2007 UTC (16 years, 8 months ago) by macallan
Branch: ppcoea-renovation
Changes since 1.57.20.1: +2 -4 lines
Diff to previous 1.57.20.1 (colored) to branchpoint 1.57 (colored) to selected 1.50.2.2 (colored)

sync with HEAD

Revision 1.58 / (download) - annotate - [select for diffs], Sat Jul 21 19:12:15 2007 UTC (16 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5, matt-mips64-base, hpcarm-cleanup
Branch point for: yamt-x86pmap, matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (colored) to selected 1.50.2.2 (colored)

Make MP kernels build again.  Heck, if I'm lucky, maybe these changes will
even make one boot.

Revision 1.57.20.1 / (download) - annotate - [select for diffs], Thu Jun 7 20:30:46 2007 UTC (16 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.57: +6 -1 lines
Diff to previous 1.57 (colored) to selected 1.50.2.2 (colored)

Convert macppc to powerpc bus_space.  Lots of work here from Matt Thomas,
as well as the common ofwoea code from myself.  Compile tested only,
still probably needs some fine tuning.

Also in this commit:
Convert macppc to new shared ofwoea routines.
Lots of KNF.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:30 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.53: +55 -1 lines
Diff to previous 1.53 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.54.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:41:14 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.54: +55 -1 lines
Diff to previous 1.54 (colored) next main 1.55 (colored) to selected 1.50.2.2 (colored)

sync with head

Revision 1.54.8.2 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:21 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.54.8.1: +24 -1 lines
Diff to previous 1.54.8.1 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored) to selected 1.50.2.2 (colored)

sync with head.

Revision 1.55.2.2 / (download) - annotate - [select for diffs], Mon Aug 28 05:32:45 2006 UTC (17 years, 7 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.55.2.1: +2 -2 lines
Diff to previous 1.55.2.1 (colored) to branchpoint 1.55 (colored) next main 1.56 (colored) to selected 1.50.2.2 (colored)

Pull up following revision(s) (requested by sanjayl in ticket #72):
	sys/arch/macppc/macppc/locore.S: revision 1.57
	sys/arch/macppc/macppc/failsafe.c: revision 1.2
the following address a couple of issues with the G5 port.
(1) failsafe.c  allows character input from the failsafe
console device. This is the early console device that is used for
output before
the pmap layer is initialized.
(1) locore.S: make sure that the size of the cacheline for
dcbz is set to the default of 128 bytes. It also sets up other mode
bits on
the 970.  This fix allows the G5 to boot into full multi user mode
using a
NFS mounted root file system.

Revision 1.55.2.1 / (download) - annotate - [select for diffs], Mon Aug 28 05:27:51 2006 UTC (17 years, 7 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.55: +24 -1 lines
Diff to previous 1.55 (colored) to selected 1.50.2.2 (colored)

Pull up following revision(s) (requested by sanjayl in ticket #71):
	sys/arch/macppc/macppc/locore.S: revision 1.56
G5/970 updates:
Setup cache bits in HID5 early on so that dcbz/icbi use the
128 byte cache line size.  The mismatch was causing dynamically linked
apps to randomly coredump.
With this fix, the G5 can boot into full multi-user by using a NFS
mounted root file system.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Aug 23 05:58:39 2006 UTC (17 years, 7 months ago) by sanjayl
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, thorpej-atomic-base, thorpej-atomic, rpaulo-netinet-merge-pcb-base, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-ufs-trans-base, mjf-ufs-trans, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, ppcoea-renovation, nick-csl-alignment, matt-mips64
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.50.2.2 (colored)

the following address a couple of issues with the G5 port.

(1) failsafe.c  allows character input from the failsafe
console device. This is the early console device that is used for output before
the pmap layer is initialized.

(1) locore.S: make sure that the size of the cacheline for
dcbz is set to the default of 128 bytes. It also sets up other mode bits on
the 970.  This fix allows the G5 to boot into full multi user mode using a
NFS mounted root file system.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Aug 15 03:29:55 2006 UTC (17 years, 7 months ago) by sanjayl
Branch: MAIN
Changes since 1.55: +24 -1 lines
Diff to previous 1.55 (colored) to selected 1.50.2.2 (colored)

G5/970 updates:
Setup cache bits in HID5 early on so that dcbz/icbi use the
128 byte cache line size.  The mismatch was causing dynamically linked
apps to randomly coredump.

With this fix, the G5 can boot into full multi-user by using a NFS
mounted root file system.

Revision 1.54.8.1 / (download) - annotate - [select for diffs], Fri Aug 11 15:42:14 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.54: +32 -1 lines
Diff to previous 1.54 (colored) to selected 1.50.2.2 (colored)

sync with head

Revision 1.55 / (download) - annotate - [select for diffs], Sat Aug 5 21:26:48 2006 UTC (17 years, 7 months ago) by sanjayl
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.54: +32 -1 lines
Diff to previous 1.54 (colored) to selected 1.50.2.2 (colored)

1st cut of Powermac G5 support (uses bridge mode).

Revision 1.54 / (download) - annotate - [select for diffs], Sun Dec 11 12:18:06 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb
Changes since 1.53: +1 -1 lines
Diff to previous 1.53 (colored) to selected 1.50.2.2 (colored)

merge ktrace-lwp.

Revision 1.50.2.4 / (download) - annotate - [select for diffs], Thu Nov 10 13:57:27 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.50.2.3: +1 -11 lines
Diff to previous 1.50.2.3 (colored) next main 1.51 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD. Here we go again...

Revision 1.53 / (download) - annotate - [select for diffs], Tue May 31 00:45:03 2005 UTC (18 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.52: +1 -11 lines
Diff to previous 1.52 (colored) to selected 1.50.2.2 (colored)

remove vestigal {,e}intr{names,cnt} symbols now that vmstat doesn't need them.

Revision 1.50.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:18:30 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.50.2.2: +1 -1 lines
Diff to previous 1.50.2.2 (colored)

Fix the sync with head I botched.

Revision 1.50.2.2 / (download) - annotate - [selected], Sat Sep 18 14:37:08 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.50.2.1: +0 -0 lines
Diff to previous 1.50.2.1 (colored)

Sync with HEAD.

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:37:30 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.50: +4 -2 lines
Diff to previous 1.50 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD

Revision 1.52 / (download) - annotate - [select for diffs], Wed Jan 14 14:08:40 2004 UTC (20 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (colored) to selected 1.50.2.2 (colored)

Preserve kernel symbol table not only #if defined(DDB) but
also #if NKSYMS > 0 || defined(LKM).
Should fix port-macppc/21742.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Jul 31 07:50:02 2003 UTC (20 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.50.2.2 (colored)

Add #define _NOREGNAMES (to suppress asm.h from #define r1 1 ...)

Revision 1.50 / (download) - annotate - [select for diffs], Mon Feb 3 17:09:57 2003 UTC (21 years, 1 month ago) by matt
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.50.2.2 (colored)

Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).

Revision 1.49 / (download) - annotate - [select for diffs], Mon Feb 3 05:15:52 2003 UTC (21 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.48: +1 -3 lines
Diff to previous 1.48 (colored) to selected 1.50.2.2 (colored)

More cleanup for OLDPMAP.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Feb 2 20:43:20 2003 UTC (21 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.47: +22 -95 lines
Diff to previous 1.47 (colored) to selected 1.50.2.2 (colored)

Perform a rototill of the powerpc code.  Mandate use of SPRG0 to store
a pointer to current cpu's cpu_info structure.  Use cpu_info for
intstk,intr_depth,still_stk,idle_pcb,curpcb,curlwp,etal even on
non-MULTIPROCESSOR machines.  Add common macros GET_CPUINFO and
INIT_CPUINFO to get and initialize the cpu_info struct on startup.  Make
ibm4xx use the standard <powerpc/frame.h>.  Use IFRAME_xx in ibm4xx
trap_subr.S instead of explicit magic offsets.  Move INTSTK and SPILLSTK
to std.<platform>.  Change faultbuf to a struct instead of an array.

On MPC6XX cpus, stop using the vector page for temporary space and use
reserved space in cpu_info.

Revision 1.41.2.3 / (download) - annotate - [select for diffs], Fri Sep 6 08:37:14 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.41.2.2: +16 -183 lines
Diff to previous 1.41.2.2 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored) to selected 1.50.2.2 (colored)

sync kqueue branch with HEAD

Revision 1.44.6.2 / (download) - annotate - [select for diffs], Sat Aug 31 13:45:11 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.44.6.1: +3 -1 lines
Diff to previous 1.44.6.1 (colored) to branchpoint 1.44 (colored) next main 1.45 (colored) to selected 1.50.2.2 (colored)

catch up with -current.

Revision 1.41.8.6 / (download) - annotate - [select for diffs], Thu Aug 1 02:42:28 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.41.8.5: +16 -183 lines
Diff to previous 1.41.8.5 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored) to selected 1.50.2.2 (colored)

Catch up to -current.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jul 28 07:07:00 2002 UTC (21 years, 8 months ago) by chs
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, fvdl_fs64_base
Changes since 1.46: +3 -1 lines
Diff to previous 1.46 (colored) to selected 1.50.2.2 (colored)

terminate the MP idle stack for the boot CPU.

Revision 1.44.6.1 / (download) - annotate - [select for diffs], Tue Jul 16 08:48:22 2002 UTC (21 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.44: +14 -183 lines
Diff to previous 1.44 (colored) to selected 1.50.2.2 (colored)

catch up with -current.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jul 14 20:56:13 2002 UTC (21 years, 8 months ago) by chs
Branch: MAIN
Changes since 1.45: +8 -4 lines
Diff to previous 1.45 (colored) to selected 1.50.2.2 (colored)

put the OF buffer page in the BSS rather than allocate it at runtime.
from PR 14497.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jul 9 19:21:03 2002 UTC (21 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.44: +7 -180 lines
Diff to previous 1.44 (colored) to selected 1.50.2.2 (colored)

Common OFW code has been moved to powerpc/mpc6xx/ofw_subr.S.  Now use it.

Revision 1.41.8.5 / (download) - annotate - [select for diffs], Mon Apr 1 07:40:55 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.41.8.4: +2 -2 lines
Diff to previous 1.41.8.4 (colored) to branchpoint 1.41 (colored) to selected 1.50.2.2 (colored)

Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.41.2.2 / (download) - annotate - [select for diffs], Sat Mar 16 15:58:32 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.41.2.1: +2 -2 lines
Diff to previous 1.41.2.1 (colored) to branchpoint 1.41 (colored) to selected 1.50.2.2 (colored)

Catch up with -current.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Mar 9 23:35:57 2002 UTC (22 years ago) by chs
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.50.2.2 (colored)

switch all mpc6xx powerpc ports to NEWPMAP by default.
the old pmap is still available with the OLDPMAP option.

Revision 1.41.8.4 / (download) - annotate - [select for diffs], Thu Feb 28 04:10:40 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.41.8.3: +1 -1 lines
Diff to previous 1.41.8.3 (colored) to branchpoint 1.41 (colored) to selected 1.50.2.2 (colored)

Catch up to -current.

Revision 1.41.8.3 / (download) - annotate - [select for diffs], Fri Jan 11 23:38:37 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.41.8.2: +2 -1 lines
Diff to previous 1.41.8.2 (colored) to branchpoint 1.41 (colored) to selected 1.50.2.2 (colored)

More catchup.

Revision 1.41.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:45:52 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.41: +22 -5 lines
Diff to previous 1.41 (colored) to selected 1.50.2.2 (colored)

Sync kqueue branch with -current.

Revision 1.41.8.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:26:12 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.41.8.1: +395 -0 lines
Diff to previous 1.41.8.1 (colored) to branchpoint 1.41 (colored) to selected 1.50.2.2 (colored)

Catch up to -current.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 6 00:35:12 2002 UTC (22 years, 2 months ago) by dbj
Branch: MAIN
CVS Tags: ifpoll-base
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored) to selected 1.50.2.2 (colored)

add support for kgdb over zs

Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 31 18:35:26 2001 UTC (22 years, 3 months ago) by dbj
Branch: MAIN
Changes since 1.41: +21 -5 lines
Diff to previous 1.41 (colored) to selected 1.50.2.2 (colored)

save and restore sprg[0-3] when calling openfirmware
this fixes calling OF_finddevice() with invalid devices,
and as a result fixes booting with -d.
Apparently openfirmware expects persistence of sprg2 and/or sprg3
I suspect this is used when handling exceptions

Revision 1.41.8.1, Sat Jun 23 02:07:07 2001 UTC (22 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.41: +0 -379 lines
FILE REMOVED

file locore.S was added on branch nathanw_sa on 2002-01-08 00:26:12 +0000

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jun 23 02:07:07 2001 UTC (22 years, 9 months ago) by matt
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: nathanw_sa, kqueue
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored) to selected 1.50.2.2 (colored)

#include <powerpc/spr.h> and SPR_PIR in place of 1023

Revision 1.36.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 19:27:48 2001 UTC (22 years, 9 months ago) by nathanw
Changes since 1.36.2.1: +4 -1 lines
Diff to previous 1.36.2.1 (colored) next main 1.37 (colored) to selected 1.50.2.2 (colored)

Catch up to -current.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jun 10 11:01:28 2001 UTC (22 years, 9 months ago) by tsubai
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored) to selected 1.50.2.2 (colored)

Make the new pmap optional.  Use the old (stable!) pmap by default.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jun 6 17:50:16 2001 UTC (22 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.50.2.2 (colored)

Changes new pmap, common param.h, vmparam.h, and moved includes.

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:53:54 2001 UTC (22 years, 11 months ago) by nathanw
Changes since 1.36: +11 -15 lines
Diff to previous 1.36 (colored) to selected 1.50.2.2 (colored)

Catch up with -current.

Revision 1.16.2.7 / (download) - annotate - [select for diffs], Tue Mar 27 15:31:10 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.6: +7 -14 lines
Diff to previous 1.16.2.6 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 22 04:11:46 2001 UTC (23 years ago) by tsubai
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.37: +7 -14 lines
Diff to previous 1.37 (colored) to selected 1.50.2.2 (colored)

Merge my MP tree.  At this point, Daystar dual 604 card (i.e. Power Macintosh
9500/180MP and 9600/200MP) runs at least into single-user mode, possibly
multi-user mode (not stable yet).

Revision 1.24.2.1 / (download) - annotate - [select for diffs], Thu Mar 22 02:37:02 2001 UTC (23 years ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) next main 1.25 (colored) to selected 1.50.2.2 (colored)

Apply patch, revision 1.2 from powerpc/locore_subr.S (requested by tsubai):
  Fix a bug in cpu_switch().

Revision 1.16.2.6 / (download) - annotate - [select for diffs], Mon Mar 12 13:29:02 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.5: +15 -338 lines
Diff to previous 1.16.2.5 (colored) to branchpoint 1.16 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 7 08:12:55 2001 UTC (23 years ago) by tsubai
Branch: MAIN
Changes since 1.36: +5 -2 lines
Diff to previous 1.36 (colored) to selected 1.50.2.2 (colored)

Include trap_subr_mp.S if MULTIPROCESSOR is defined.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Feb 25 20:34:24 2001 UTC (23 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.35: +12 -338 lines
Diff to previous 1.35 (colored) to selected 1.50.2.2 (colored)

Use common switch / setfault / trampoline code.  (except amigappc because
it doesn't use trap_subr.S either).

Revision 1.16.2.5 / (download) - annotate - [select for diffs], Thu Feb 15 13:36:10 2001 UTC (23 years, 1 month ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.4: +1 -34 lines
Diff to previous 1.16.2.4 (colored) to branchpoint 1.16 (colored) to selected 1.50.2.2 (colored)

Re-sync with HEAD files which were out of sync.

Revision 1.16.2.4 / (download) - annotate - [select for diffs], Fri Jan 5 17:34:41 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.3: +48 -11 lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 1 05:23:17 2001 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.34: +7 -3 lines
Diff to previous 1.34 (colored) to selected 1.50.2.2 (colored)

Allocate intstk and spillstk for cpu0.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 1 05:16:12 2001 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.33: +33 -25 lines
Diff to previous 1.33 (colored) to selected 1.50.2.2 (colored)

Switch to the idle stack before releasing the sched_lock (rev 1.31 was
wrong).

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 1 04:33:40 2001 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.32: +6 -1 lines
Diff to previous 1.32 (colored) to selected 1.50.2.2 (colored)

Make want_resched and astpending per-CPU.
Add some per-CPU variables to cpu_info.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Dec 25 02:15:52 2000 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.31: +6 -6 lines
Diff to previous 1.31 (colored) to selected 1.50.2.2 (colored)

Work around of "trap type 700 at ff8099b8".
It seems to work for me but I'm not sure...

Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 17 22:57:35 2000 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.30: +23 -3 lines
Diff to previous 1.30 (colored) to selected 1.50.2.2 (colored)

Switch to the idle stack in the idle loop.

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Fri Dec 8 09:28:20 2000 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.2: +11 -5 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 4 17:05:51 2000 UTC (23 years, 3 months ago) by tsubai
Branch: MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 (colored) to selected 1.50.2.2 (colored)

Move INTSTK and SPILLSTK definitions to locore.[Ss] to allow allocation of
them in early startup.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Nov 25 15:49:43 2000 UTC (23 years, 4 months ago) by tsubai
Branch: MAIN
Changes since 1.28: +9 -6 lines
Diff to previous 1.28 (colored) to selected 1.50.2.2 (colored)

Add KERNEL_LOCK (et al.) to run MULTIPROCESSOR kernel on a single cpu system.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:00:40 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16.2.1: +4 -924 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) to selected 1.50.2.2 (colored)

Sync with HEAD.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:13:01 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.16: +200 -43 lines
Diff to previous 1.16 (colored) to selected 1.50.2.2 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Nov 16 05:34:03 2000 UTC (23 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.27: +4 -957 lines
Diff to previous 1.27 (colored) to selected 1.50.2.2 (colored)

Use <powerpc/powerpc/trap_subr.S>

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 21 18:46:03 2000 UTC (23 years, 7 months ago) by tsubai
Branch: MAIN
Changes since 1.26: +34 -7 lines
Diff to previous 1.26 (colored) to selected 1.50.2.2 (colored)

Scheduler locking changes.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 6 22:56:24 2000 UTC (23 years, 8 months ago) by tsubai
Branch: MAIN
Changes since 1.25: +87 -9 lines
Diff to previous 1.25 (colored) to selected 1.50.2.2 (colored)

Make it compile with "options MULTIPROCESSOR".

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 5 16:02:39 2000 UTC (23 years, 8 months ago) by tsubai
Branch: MAIN
Changes since 1.24: +23 -1 lines
Diff to previous 1.24 (colored) to selected 1.50.2.2 (colored)

First attempt to spin up the secondary processor on 180MP and 200MP.
XXX Need more work.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:01:24 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.23: +9 -1 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.50.2.2 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.24 / (download) - annotate - [select for diffs], Wed May 31 05:09:17 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.23: +9 -1 lines
Diff to previous 1.23 (colored) to selected 1.50.2.2 (colored)

Add a comment about needing to initialize p_cpu when multiple
processors are supported.

Revision 1.23 / (download) - annotate - [select for diffs], Fri May 26 21:19:54 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.22: +8 -8 lines
Diff to previous 1.22 (colored) to selected 1.50.2.2 (colored)

First sweep at scheduler state cleanup.  Collect MI scheduler
state into global and per-CPU scheduler state:

	- Global state: sched_qs (run queues), sched_whichqs (bitmap
	  of non-empty run queues), sched_slpque (sleep queues).
	  NOTE: These may collectively move into a struct schedstate
	  at some point in the future.

	- Per-CPU state, struct schedstate_percpu: spc_runtime
	  (time process on this CPU started running), spc_flags
	  (replaces struct proc's p_schedflags), and
	  spc_curpriority (usrpri of processes on this CPU).

	- Every platform must now supply a struct cpu_info and
	  a curcpu() macro.  Simplify existing cpu_info declarations
	  where appropriate.

	- All references to per-CPU scheduler state now made through
	  curcpu().  NOTE: this will likely be adjusted in the future
	  after further changes to struct proc are made.

Tested on i386 and Alpha.  Changes are mostly mechanical, but apologies
in advance if it doesn't compile on a particular platform.

Revision 1.22 / (download) - annotate - [select for diffs], Fri May 26 00:36:47 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +5 -1 lines
Diff to previous 1.21 (colored) to selected 1.50.2.2 (colored)

Introduce a new process state distinct from SRUN called SONPROC
which indicates that the process is actually running on a
processor.  Test against SONPROC as appropriate rather than
combinations of SRUN and curproc.  Update all context switch code
to properly set SONPROC when the process becomes the current
process on the CPU.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Mar 24 17:05:32 2000 UTC (24 years ago) by ws
Branch: MAIN
Changes since 1.20: +6 -6 lines
Diff to previous 1.20 (colored) to selected 1.50.2.2 (colored)

Update several ports to at least work again without IPKDB
after the update of that.
Sorry for breaking this with my last changes :-(.
Fixes PR#9671 by Lennart Augustsson.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Feb 8 12:49:07 2000 UTC (24 years, 1 month ago) by tsubai
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.19: +16 -3 lines
Diff to previous 1.19 (colored) to selected 1.50.2.2 (colored)

Enter power saving mode in idle loop on 603, 750, and 7400.
603 uses doze mode, 750 and 7400 use nap mode.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Thu Jan 20 21:23:57 2000 UTC (24 years, 2 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.13: +26 -3 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.50.2.2 (colored)

Pull up revision 1.19 (requested by danw):
  Add (the beginnings of) an unaligned access handler for the
  powerpc, to get around the fact that gcc currently generates bad
  floating point copies sometimes, which breaks various things,

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 19 03:28:21 2000 UTC (24 years, 2 months ago) by danw
Branch: MAIN
Changes since 1.18: +26 -3 lines
Diff to previous 1.18 (colored) to selected 1.50.2.2 (colored)

Add a special trap handler for EXC_ALI that saves dsisr and dar

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:32:43 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.15: +8 -20 lines
Diff to previous 1.15 (colored) next main 1.16 (colored) to selected 1.50.2.2 (colored)

Pull up to last week's -current.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 7 16:11:49 1999 UTC (24 years, 3 months ago) by danw
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.50.2.2 (colored)

synchronize various changes to comments between these files to make it
even more obvious that they're 90% identical and really ought to be
using common code in arch/powerpc for a most of this...

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 17 14:56:10 1999 UTC (24 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.16: +1 -19 lines
Diff to previous 1.16 (colored) to selected 1.50.2.2 (colored)

Move signal management code common to all PowerPC platforms (sendsig(),
sigreturn(), sigcode) to a single place in the shared powerpc directory.
(The struct sigcontext etc. definitions were already being shared.)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 13 03:51:32 1999 UTC (24 years, 5 months ago) by tsubai
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999
Branch point for: thorpej_scsipi
Changes since 1.15: +7 -1 lines
Diff to previous 1.15 (colored) to selected 1.50.2.2 (colored)

Use battable to map obio space rather than using bat1 registers statically.

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Mon Jun 21 00:51:40 1999 UTC (24 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.13: +10 -4 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.50.2.2 (colored)

Sync w/ -current.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 30 04:35:35 1999 UTC (24 years, 11 months ago) by tsubai
Branch: MAIN
CVS Tags: chs-ubc2-base
Branch point for: wrstuden-devbsize
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.50.2.2 (colored)

Add more sanity check.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 29 05:15:30 1999 UTC (24 years, 11 months ago) by tsubai
Branch: MAIN
Changes since 1.13: +8 -4 lines
Diff to previous 1.13 (colored) to selected 1.50.2.2 (colored)

Now we can use symbols in DDB. :-)

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 25 00:41:47 1999 UTC (25 years ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: netbsd-1-4, chs-ubc2
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored) to selected 1.50.2.2 (colored)

remove opt_uvm.h

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 8 14:32:00 1999 UTC (25 years, 1 month ago) by tsubai
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.50.2.2 (colored)

Oops, last change is wrong...

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 2 16:47:09 1999 UTC (25 years, 2 months ago) by tsubai
Branch: MAIN
Changes since 1.10: +36 -12 lines
Diff to previous 1.10 (colored) to selected 1.50.2.2 (colored)

Use private (its own) segment registers in Open Firmware call,
instead of BAT register.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 27 14:46:28 1999 UTC (25 years, 2 months ago) by tsubai
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.50.2.2 (colored)

ofmsr[IP] = 0.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 11 08:49:58 1999 UTC (25 years, 2 months ago) by tsubai
Branch: MAIN
Changes since 1.8: +13 -1 lines
Diff to previous 1.8 (colored) to selected 1.50.2.2 (colored)

Add irq32 - irq63 to intrnames.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 21 17:16:26 1998 UTC (25 years, 6 months ago) by tsubai
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Changes since 1.7: +20 -8 lines
Diff to previous 1.7 (colored) to selected 1.50.2.2 (colored)

Correct battable[] usage.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 13 09:15:51 1998 UTC (25 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.50.2.2 (colored)

Make signal delivery work again.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 9 00:07:53 1998 UTC (25 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.5: +8 -9 lines
Diff to previous 1.5 (colored) to selected 1.50.2.2 (colored)

Adjust for the new "reaper" kernel thread: do not free the vmspace and
u-area in machine-dependent code.  Instead, call exit2() to schedule
the reaper to free them for us, once it is safe to do so (i.e. we are
no longer running on the dead proc's vmspace and stack).

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 21 17:53:50 1998 UTC (25 years, 8 months ago) by tsubai
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.4: +10 -5 lines
Diff to previous 1.4 (colored) to selected 1.50.2.2 (colored)

Preserve OpenFirmware's msr and use it in openfirmware().

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 4 22:18:30 1998 UTC (25 years, 9 months ago) by jonathan
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.50.2.2 (colored)

defopt DDB.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 21 13:46:02 1998 UTC (25 years, 9 months ago) by tsubai
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored) to selected 1.50.2.2 (colored)

Stop using "options FIRMWORKSBUGS".

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 5 12:22:45 1998 UTC (25 years, 9 months ago) by tsubai
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored) to selected 1.50.2.2 (colored)

Add support for UVM and MACHINE_NEW_NONCONTIG.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 15 10:15:58 1998 UTC (25 years, 10 months ago) by tsubai
Branch: MAIN
Diff to selected 1.50.2.2 (colored)

Initial import of macppc port.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>