The NetBSD Project

CVS log for src/sys/arch/macppc/macppc/cpu.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.58 / (download) - annotate - [select for diffs], Thu Jun 30 00:52:57 2011 UTC (10 months, 3 weeks ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, 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-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, HEAD
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

Modify mapiodev to take a third argument indicating whether the space
should be prefetchable (true) or not (false).

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jun 29 06:13:08 2011 UTC (10 months, 3 weeks ago) by matt
Branch: MAIN
Changes since 1.56: +10 -10 lines
Diff to previous 1.56 (colored)

Adapt to cpu_hatch_data changes

Revision 1.54.6.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:19:21 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.54: +11 -12 lines
Diff to previous 1.54 (colored) next main 1.55 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.53.2.2 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:01 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.53.2.1: +9 -10 lines
Diff to previous 1.53.2.1 (colored) to branchpoint 1.53 (colored) next main 1.54 (colored)

sync with head

Revision 1.54.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:06:00 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.54: +11 -12 lines
Diff to previous 1.54 (colored) next main 1.55 (colored)

Sync with HEAD.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jun 5 17:03:16 2011 UTC (11 months, 3 weeks ago) by matt
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base
Changes since 1.55: +9 -9 lines
Diff to previous 1.55 (colored)

struct device * -> device_t, struct cfdata * -> cfdata_t
CFATTACH_DECL(*, sizeof(struct device), -> CFATTACH_DECL_NEW(&, 0

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jun 5 16:52:24 2011 UTC (11 months, 3 weeks ago) by matt
Branch: MAIN
Changes since 1.54: +4 -5 lines
Diff to previous 1.54 (colored)

Remove <machine/atomic.h>; use <sys/atomic.h> instead.
Add <powerpc/cpuset.h> (for mpc85xx pmap).
Add some initial MP code for mpc85xx
Rework ipi code to be common across all ppcs
Change PPC to keep curlwp in %r13 while in the kernel.
Move astpending from cpu_info to mdlwp
Improve cpu_need_resched to be more MP friendly.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:59 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.53: +2 -3 lines
Diff to previous 1.53 (colored)

sync with head

Revision 1.48.40.1 / (download) - annotate - [select for diffs], Fri Jan 7 01:36:12 2011 UTC (16 months, 2 weeks ago) by matt
Branch: matt-nb5-pq3
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

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

Revision 1.54 / (download) - annotate - [select for diffs], Mon Dec 20 00:25:37 2010 UTC (17 months ago) by matt
Branch: MAIN
CVS Tags: uebayasi-xip-base7, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, cherry-xenmp-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr, cherry-xenmp
Changes since 1.53: +2 -3 lines
Diff to previous 1.53 (colored)

Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits.  Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.

Revision 1.52.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:35 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored) next main 1.53 (colored)

Sync with HEAD.

Revision 1.48.18.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:36 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.48.18.1: +3 -3 lines
Diff to previous 1.48.18.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored)

sync with head

Revision 1.53 / (download) - annotate - [select for diffs], Tue Mar 2 21:52:33 2010 UTC (2 years, 2 months 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
Branch point for: rmind-uvmplock
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored)

Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
Don't export <machine/spr.h> to userland, only <powerpc/spr.h>

Revision 1.52 / (download) - annotate - [select for diffs], Fri Nov 27 03:23:11 2009 UTC (2 years, 5 months ago) by rmind
Branch: MAIN
CVS Tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.51: +2 -3 lines
Diff to previous 1.51 (colored)

- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places.  Reduce sys/user.h inclusions.

Revision 1.48.32.1 / (download) - annotate - [select for diffs], Wed May 13 17:18:01 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.48: +5 -10 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

Sync with HEAD.

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

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

sync with head.

Revision 1.48.26.1 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:24 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.48: +5 -10 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

Sync with HEAD.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Mar 18 10:22:32 2009 UTC (3 years, 2 months ago) by cegger
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-base, jymxensuspend-base
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

Ansify function definitions w/o arguments. Generated with sed.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:12 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.49: +3 -5 lines
Diff to previous 1.49 (colored)

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:09 2009 UTC (3 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.48: +3 -6 lines
Diff to previous 1.48 (colored)

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.45.6.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:47:10 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.45.6.1: +29 -4 lines
Diff to previous 1.45.6.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored)

sync with HEAD

Revision 1.40.6.5 / (download) - annotate - [select for diffs], Fri Dec 7 17:25:18 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.6.4: +29 -4 lines
Diff to previous 1.40.6.4 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)

sync with head

Revision 1.43.8.5 / (download) - annotate - [select for diffs], Mon Dec 3 19:03:36 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.43.8.4: +2 -10 lines
Diff to previous 1.43.8.4 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored)

Sync with HEAD.

Revision 1.43.8.4 / (download) - annotate - [select for diffs], Mon Dec 3 18:37:24 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.43.8.3: +37 -4 lines
Diff to previous 1.43.8.3 (colored) to branchpoint 1.43 (colored)

Sync with HEAD.

Revision 1.45.4.2 / (download) - annotate - [select for diffs], Wed Nov 21 21:53:22 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.45.4.1: +29 -4 lines
Diff to previous 1.45.4.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored)

Sync with HEAD.

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:46:38 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.46: +29 -4 lines
Diff to previous 1.46 (colored) next main 1.47 (colored)

Sync with HEAD.

Revision 1.45.10.2 / (download) - annotate - [select for diffs], Sun Nov 18 19:34:35 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.45.10.1: +27 -2 lines
Diff to previous 1.45.10.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored)

Sync with HEAD

Revision 1.48 / (download) - annotate - [select for diffs], Sat Nov 17 18:02:42 2007 UTC (4 years, 6 months ago) by macallan
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, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base2, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, 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-devfs2-base, mjf-devfs2, 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, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap, matt-nb5-pq3, jym-xensuspend
Changes since 1.47: +10 -3 lines
Diff to previous 1.47 (colored)

deal with macppc not defining OPENPIC

Revision 1.47 / (download) - annotate - [select for diffs], Sat Nov 17 17:02:55 2007 UTC (4 years, 6 months ago) by macallan
Branch: MAIN
Changes since 1.46: +22 -4 lines
Diff to previous 1.46 (colored)

sprinkle #ifdef OPENPIC so SMP-kernels without OpenPIC support build again.

Revision 1.45.6.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:18:45 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.45: +47 -245 lines
Diff to previous 1.45 (colored)

sync with HEAD

Revision 1.40.6.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:27:08 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.6.3: +47 -245 lines
Diff to previous 1.40.6.3 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.45.4.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:42:51 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.45: +47 -245 lines
Diff to previous 1.45 (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.45.10.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:36:04 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.45: +47 -245 lines
Diff to previous 1.45 (colored)

Sync with HEAD.

Revision 1.43.8.3 / (download) - annotate - [select for diffs], Tue Oct 23 20:13:26 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.43.8.2: +47 -245 lines
Diff to previous 1.43.8.2 (colored) to branchpoint 1.43 (colored)

Sync with head.

Revision 1.45.8.1 / (download) - annotate - [select for diffs], Thu Oct 18 08:32:12 2007 UTC (4 years, 7 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.45: +47 -245 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

sync with head.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Oct 17 19:55:32 2007 UTC (4 years, 7 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, jmcneill-base
Branch point for: mjf-devfs
Changes since 1.45: +47 -245 lines
Diff to previous 1.45 (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.43.16.9 / (download) - annotate - [select for diffs], Thu Oct 11 18:51:51 2007 UTC (4 years, 7 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.43.16.8: +30 -174 lines
Diff to previous 1.43.16.8 (colored) to branchpoint 1.43 (colored) next main 1.44 (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.43.16.8 / (download) - annotate - [select for diffs], Thu Oct 11 00:17:19 2007 UTC (4 years, 7 months ago) by macallan
Branch: ppcoea-renovation
Changes since 1.43.16.7: +8 -6 lines
Diff to previous 1.43.16.7 (colored) to branchpoint 1.43 (colored)

ipiops.ppc_send_ipi -> ppc_send_ipi

Revision 1.43.16.7 / (download) - annotate - [select for diffs], Wed Oct 10 18:41:32 2007 UTC (4 years, 7 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.43.16.6: +14 -74 lines
Diff to previous 1.43.16.6 (colored) to branchpoint 1.43 (colored)

New ppcoea-MI IPI infrastructure.  This is similar to the PIC
infrastructure, but simplified greatly.

Also, convert macppc (the only port currently using IPI's) over to this new
infrastructure.  Still some minor work left to do here.

Revision 1.43.16.6 / (download) - annotate - [select for diffs], Thu Oct 4 18:35:25 2007 UTC (4 years, 7 months ago) by macallan
Branch: ppcoea-renovation
Changes since 1.43.16.5: +20 -17 lines
Diff to previous 1.43.16.5 (colored) to branchpoint 1.43 (colored)

unbork SMP for G4 machines

Revision 1.43.16.5 / (download) - annotate - [select for diffs], Wed Oct 3 19:24:17 2007 UTC (4 years, 7 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.43.16.4: +0 -0 lines
Diff to previous 1.43.16.4 (colored) to branchpoint 1.43 (colored)

Sync with HEAD

Revision 1.40.6.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:27:40 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.6.2: +19 -24 lines
Diff to previous 1.40.6.2 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.43.8.2 / (download) - annotate - [select for diffs], Mon Aug 20 18:38:27 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.43.8.1: +19 -23 lines
Diff to previous 1.43.8.1 (colored) to branchpoint 1.43 (colored)

Sync with HEAD.

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:47:30 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.44: +19 -23 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Sync with HEAD.

Revision 1.44.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:27 2007 UTC (4 years, 9 months ago) by matt
Branch: matt-mips64
Changes since 1.44: +19 -23 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Sync with HEAD.

Revision 1.43.16.4 / (download) - annotate - [select for diffs], Thu Aug 2 05:34:36 2007 UTC (4 years, 9 months ago) by macallan
Branch: ppcoea-renovation
Changes since 1.43.16.3: +19 -23 lines
Diff to previous 1.43.16.3 (colored) to branchpoint 1.43 (colored)

sync with HEAD

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jul 21 19:12:15 2007 UTC (4 years, 10 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.44: +19 -23 lines
Diff to previous 1.44 (colored)

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

Revision 1.43.10.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:00:41 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

Sync with head.

Revision 1.43.16.3 / (download) - annotate - [select for diffs], Tue Jun 26 18:12:59 2007 UTC (4 years, 11 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.43.16.2: +2 -2 lines
Diff to previous 1.43.16.2 (colored) to branchpoint 1.43 (colored)

Sync with HEAD.

Revision 1.43.8.1 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:18 2007 UTC (4 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Sync with head.

Revision 1.43.16.2 / (download) - annotate - [select for diffs], Thu Jun 7 20:30:46 2007 UTC (4 years, 11 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.43.16.1: +3 -2 lines
Diff to previous 1.43.16.1 (colored) to branchpoint 1.43 (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.43.16.1 / (download) - annotate - [select for diffs], Tue May 29 13:29:37 2007 UTC (4 years, 11 months ago) by macallan
Branch: ppcoea-renovation
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

sync with HEAD

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 29 13:26:39 2007 UTC (4 years, 11 months ago) by macallan
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base
Branch point for: nick-csl-alignment, matt-mips64
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

cpu_info.ci_idle_pcb is gone so don't try to set it
probably needs more work but it works fine like that at least on my PB3400c

Revision 1.40.6.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:30 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40.6.1: +5 -4 lines
Diff to previous 1.40.6.1 (colored) to branchpoint 1.40 (colored)

sync with head.

Revision 1.42.20.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:24 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.42: +5 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

Sync with head.

Revision 1.42.22.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:04:50 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.42: +5 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

sync with head

Revision 1.43 / (download) - annotate - [select for diffs], Sun Oct 1 20:38:35 2006 UTC (5 years, 7 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, newlock2-nbase, newlock2-base, 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, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, ppcoea-renovation, mjf-ufs-trans
Changes since 1.42: +5 -4 lines
Diff to previous 1.42 (colored)

Let everyone use the same ticks_per_intr. Doh.

Revision 1.40.6.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:53:28 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.40: +38 -38 lines
Diff to previous 1.40 (colored)

sync with head.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Dec 24 22:45:35 2005 UTC (6 years, 5 months ago) by perry
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.41: +38 -38 lines
Diff to previous 1.41 (colored)

bare asm -> __asm

Revision 1.41 / (download) - annotate - [select for diffs], Sun Dec 11 12:18:06 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

merge ktrace-lwp.

Revision 1.39.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:15 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.39: +36 -2 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

sync with -current

Revision 1.39.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:36 2005 UTC (7 years, 3 months ago) by yamt
Branch: yamt-km
Changes since 1.39: +36 -2 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

sync with head.

Revision 1.33.2.5 / (download) - annotate - [select for diffs], Fri Feb 4 11:44:44 2005 UTC (7 years, 3 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.4: +36 -2 lines
Diff to previous 1.33.2.4 (colored) next main 1.34 (colored)

Sync with HEAD.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Feb 3 15:14:39 2005 UTC (7 years, 3 months ago) by briggs
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, yamt-km-base4, yamt-km-base3, yamt-km-base2, thorpej-vnode-attr-base, thorpej-vnode-attr, 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, matt-timespec, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.39: +36 -2 lines
Diff to previous 1.39 (colored)

If we have not gotten the CPU speed yet, get it from OF here and print it.
This gives us the CPU speed for those CPUs that we can't probe in the ppc
common code.

Revision 1.33.2.4 / (download) - annotate - [select for diffs], Sat Dec 18 09:31:14 2004 UTC (7 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.3: +3 -3 lines
Diff to previous 1.33.2.3 (colored)

Sync with HEAD.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 6 04:15:03 2004 UTC (7 years, 5 months ago) by briggs
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

Minor (old) patch from me to correct CPU ID of 604e vs. 604ev.
Tested by Tim Kelly.
Also patched from Tim to
 - Delay longer for second CPU spinup.
 - Only attempt to print CPU speed and cache configuration on certain
   CPU types.

Revision 1.33.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:18:29 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.2: +2 -2 lines
Diff to previous 1.33.2.2 (colored)

Fix the sync with head I botched.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:37:08 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.2.1: +0 -0 lines
Diff to previous 1.33.2.1 (colored)

Sync with HEAD.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:37:30 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33: +24 -10 lines
Diff to previous 1.33 (colored)

Sync with HEAD

Revision 1.38 / (download) - annotate - [select for diffs], Fri Feb 13 11:36:15 2004 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: 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
Changes since 1.37: +5 -5 lines
Diff to previous 1.37 (colored)

Uppercase CPU, plural is CPUs.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Oct 20 00:12:10 2003 UTC (8 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

Reorganize the way powerpc port install machine specific headers.
Use <powerpc/oea/bat.h> exclusively and remove <machine/bat.h> and
<powerpc/bat.h>.  Remove unneeded <machine/cpufunc.h>.  To insure
1:1 correspondence of <powerpc/FOO.h> to <machine/FOO.h> include
"../../powerpc/include/Makefile" in "arch/FOO/include/Makefile".
Incororpate <byte_swap.h> into <bswap.h> and then byte_swap.h

Revision 1.36 / (download) - annotate - [select for diffs], Sun Aug 17 18:12:34 2003 UTC (8 years, 9 months ago) by chs
Branch: MAIN
Changes since 1.35: +16 -3 lines
Diff to previous 1.35 (colored)

use the value of the "soft-reset" property (if it exists) to locate
the reset vector (needed on my shiny new G4).  from tsubai.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 8 07:15:20 2003 UTC (8 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.34: +4 -6 lines
Diff to previous 1.34 (colored)

Nuke spillstk.  Use INTSTK instead of hardcoded value.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jul 15 02:43:32 2003 UTC (8 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.33: +4 -1 lines
Diff to previous 1.33 (colored)

__KERNEL_RCSID()

Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 2 03:04:04 2003 UTC (9 years, 1 month ago) by thorpej
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Use PAGE_SIZE rather than NBPG.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 4 03:15:40 2003 UTC (9 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

opt_l2cr_config.h is now opt_ppcparam.h

Revision 1.31 / (download) - annotate - [select for diffs], Mon Feb 3 17:09:56 2003 UTC (9 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

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

Revision 1.24.6.6 / (download) - annotate - [select for diffs], Fri Oct 18 02:38:37 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.24.6.5: +3 -4 lines
Diff to previous 1.24.6.5 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

Catch up to -current.

Revision 1.21.2.7 / (download) - annotate - [select for diffs], Thu Oct 10 18:34:00 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.21.2.6: +3 -4 lines
Diff to previous 1.21.2.6 (colored) next main 1.22 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.30 / (download) - annotate - [select for diffs], Wed Oct 2 05:30:45 2002 UTC (9 years, 7 months ago) by thorpej
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, fvdl_fs64_base
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored)

Use CFATTACH_DECL().

Revision 1.29 / (download) - annotate - [select for diffs], Fri Sep 27 20:33:39 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Declare all cfattach structures const.

Revision 1.21.2.6 / (download) - annotate - [select for diffs], Fri Sep 6 08:37:13 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.21.2.5: +109 -41 lines
Diff to previous 1.21.2.5 (colored)

sync kqueue branch with HEAD

Revision 1.25.8.2 / (download) - annotate - [select for diffs], Sat Aug 31 13:45:09 2002 UTC (9 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.25.8.1: +109 -41 lines
Diff to previous 1.25.8.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

catch up with -current.

Revision 1.24.6.5 / (download) - annotate - [select for diffs], Tue Aug 6 22:47:07 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.24.6.4: +63 -11 lines
Diff to previous 1.24.6.4 (colored) to branchpoint 1.24 (colored)

Catch up with powerpc rototilling.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Aug 6 06:26:19 2002 UTC (9 years, 9 months ago) by chs
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.27: +63 -11 lines
Diff to previous 1.27 (colored)

add code from tsubai to handle the second CPU on openpic machines.
the second CPU on dual G4 boxes works now.
while I'm here, use mfmsr() and mtmsr() instead of inline asms.

Revision 1.24.6.4 / (download) - annotate - [select for diffs], Thu Aug 1 02:42:26 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.24.6.3: +48 -32 lines
Diff to previous 1.24.6.3 (colored) to branchpoint 1.24 (colored)

Catch up to -current.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 28 07:06:45 2002 UTC (9 years, 10 months ago) by chs
Branch: MAIN
Changes since 1.26: +48 -32 lines
Diff to previous 1.26 (colored)

clean up secondary CPU startup.
use atomic operators for IPIs.
restructure the FPU and AltiVEC code so that it works for MP.

Revision 1.25.8.1 / (download) - annotate - [select for diffs], Sun Jul 14 18:37:12 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

catch up with -current.

Revision 1.21.2.5 / (download) - annotate - [select for diffs], Sun Jun 23 17:37:55 2002 UTC (9 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.21.2.4: +1 -2 lines
Diff to previous 1.21.2.4 (colored)

catch up with -current on kqueue branch

Revision 1.24.6.3 / (download) - annotate - [select for diffs], Thu Jun 20 03:39:37 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.24.6.2: +1 -2 lines
Diff to previous 1.24.6.2 (colored) to branchpoint 1.24 (colored)

Catch up to -current.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 2 14:44:40 2002 UTC (9 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

move initialization of the "struct pglist" returned by uvm_pglistalloc()
from the calling code into uvm_pglistalloc() itself for consistency
and easier error handling

Revision 1.21.2.4 / (download) - annotate - [select for diffs], Thu Jan 10 19:45:51 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.21.2.3: +4 -3 lines
Diff to previous 1.21.2.3 (colored)

Sync kqueue branch with -current.

Revision 1.24.6.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:26:11 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.24.6.1: +403 -0 lines
Diff to previous 1.24.6.1 (colored) to branchpoint 1.24 (colored)

Catch up to -current.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 5 05:02:11 2001 UTC (10 years, 5 months 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, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

fix macppc MULTIPROCESSOR compilation.

Revision 1.21.2.3 / (download) - annotate - [select for diffs], Thu Sep 13 01:13:58 2001 UTC (10 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.21.2.2: +9 -281 lines
Diff to previous 1.21.2.2 (colored)

Update the kqueue branch to HEAD.

Revision 1.24.6.1, Sun Aug 26 02:47:37 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.24: +0 -402 lines
FILE REMOVED

file cpu.c was added on branch nathanw_sa on 2002-01-08 00:26:11 +0000

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 26 02:47:37 2001 UTC (10 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
Changes since 1.23: +9 -281 lines
Diff to previous 1.23 (colored)

Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports.  Make
other mpc6xx ports use it.  Add evcnts for mpc6xx traps.

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Sat Aug 25 06:15:31 2001 UTC (10 years, 9 months ago) by thorpej
Branch: kqueue
Changes since 1.21.2.1: +24 -7 lines
Diff to previous 1.21.2.1 (colored)

Merge Aug 24 -current into the kqueue branch.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 22 21:09:05 2001 UTC (10 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.22: +24 -7 lines
Diff to previous 1.22 (colored)

Add 7450 recognization.  7450s use NAP mode.  print out HID0 register
contents.

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:11:55 2001 UTC (10 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

update to -current

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 22 11:29:47 2001 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
Reviewed by Matt Thomas, ok'd by Tsubai Masanari.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 19:27:46 2001 UTC (10 years, 11 months ago) by nathanw
Changes since 1.16.2.1: +2 -2 lines
Diff to previous 1.16.2.1 (colored) next main 1.17 (colored)

Catch up to -current.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 10 15:32:57 2001 UTC (10 years, 11 months ago) by tsubai
Branch: MAIN
Branch point for: kqueue
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Use machine/bat.h rather than powerpc/mpc6xx/bat.h.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 6 17:50:16 2001 UTC (10 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

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

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:53:53 2001 UTC (11 years, 1 month ago) by nathanw
Changes since 1.16: +164 -70 lines
Diff to previous 1.16 (colored)

Catch up with -current.

Revision 1.4.2.4 / (download) - annotate - [select for diffs], Tue Mar 27 15:31:10 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.4.2.3: +149 -63 lines
Diff to previous 1.4.2.3 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 22 04:11:46 2001 UTC (11 years, 2 months ago) by tsubai
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.18: +146 -54 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Tue Mar 20 15:52:07 2001 UTC (11 years, 2 months ago) by tsubai
Branch: MAIN
Changes since 1.17: +4 -10 lines
Diff to previous 1.17 (colored)

Redo previous.  Instead of defining another type, mask upper bits of pvr.

Revision 1.4.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 13:29:01 2001 UTC (11 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.4.2.2: +24 -16 lines
Diff to previous 1.4.2.2 (colored) to branchpoint 1.4 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 7 12:44:05 2001 UTC (11 years, 2 months ago) by tsubai
Branch: MAIN
Changes since 1.16: +24 -16 lines
Diff to previous 1.16 (colored)

Add another CPU ID for G4; PowerBook G4 has different PVR value.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 16:00:39 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.4.2.1: +57 -21 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored)

Sync with HEAD.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:13:01 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.4: +348 -21 lines
Diff to previous 1.4 (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.16 / (download) - annotate - [select for diffs], Tue Nov 14 21:55:25 2000 UTC (11 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.15: +19 -7 lines
Diff to previous 1.15 (colored)

Add initial support dual-CPU G4.  At least finds 2nd CPU.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 9 11:58:09 2000 UTC (11 years, 6 months ago) by tsubai
Branch: MAIN
Changes since 1.14: +23 -7 lines
Diff to previous 1.14 (colored)

Enable HID0_BTIC on 750 and 7400.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 8 17:53:46 2000 UTC (11 years, 6 months ago) by tsubai
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

defopt L2CR_CONFIG.

Revision 1.6.4.2 / (download) - annotate - [select for diffs], Sun Nov 5 21:44:38 2000 UTC (11 years, 6 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2
Changes since 1.6.4.1: +3 -10 lines
Diff to previous 1.6.4.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Pullup modified 1.13 by patch [tsubai]:
Use "doze" power-saving mode on 750 and 7400.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Wed Nov 1 16:31:35 2000 UTC (11 years, 6 months ago) by tv
Branch: netbsd-1-5
Changes since 1.6: +46 -9 lines
Diff to previous 1.6 (colored)

Pullup 1.11 and 1.12 by patch [tsubai, mycroft]:
On G3 and G4, display short message if L2 cache is not enabled.
Configure L2 cache if it is not enabled by the firmware.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 28 21:57:43 2000 UTC (11 years, 6 months ago) by tsubai
Branch: MAIN
Changes since 1.12: +16 -9 lines
Diff to previous 1.12 (colored)

Use "doze" power-saving mode on 750 and 7400.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 12 14:47:38 2000 UTC (11 years, 8 months ago) by tsubai
Branch: MAIN
Changes since 1.11: +40 -6 lines
Diff to previous 1.11 (colored)

Configure L2 cache if it is not enabled by the firmware.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 5 15:29:28 2000 UTC (11 years, 8 months ago) by tsubai
Branch: MAIN
Changes since 1.10: +4 -2 lines
Diff to previous 1.10 (colored)

On G3 and G4, display short message if L2 cache is not enabled.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 8 07:23:17 2000 UTC (11 years, 10 months ago) by tsubai
Branch: MAIN
Changes since 1.9: +48 -31 lines
Diff to previous 1.9 (colored)

* Redo previous; set PIR on 604 and 7400 only.
* printf clean-up.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 7 13:22:06 2000 UTC (11 years, 10 months ago) by tsubai
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Set PIR only if MULTIPROCESSOR is defined.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 6 22:56:23 2000 UTC (11 years, 10 months ago) by tsubai
Branch: MAIN
Changes since 1.7: +17 -20 lines
Diff to previous 1.7 (colored)

Make it compile with "options MULTIPROCESSOR".

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 5 16:02:38 2000 UTC (11 years, 10 months ago) by tsubai
Branch: MAIN
Changes since 1.6: +270 -7 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 8 12:49:06 2000 UTC (12 years, 3 months ago) by tsubai
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: netbsd-1-5
Changes since 1.5: +13 -3 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Fri Jan 21 18:49:52 2000 UTC (12 years, 4 months ago) by tsubai
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

Recognize MPC7400.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Thu Jul 1 23:12:06 1999 UTC (12 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.3: +117 -17 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync w/ -current.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 30 16:34:19 1999 UTC (12 years, 10 months ago) by tsubai
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.3: +117 -17 lines
Diff to previous 1.3 (colored)

Display verbose messages about L2 cache.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 16 15:20:51 1999 UTC (13 years, 3 months ago) by tsubai
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: chs-ubc2
Changes since 1.2: +32 -1 lines
Diff to previous 1.2 (colored)

Add copyright notice.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 15 04:31:31 1999 UTC (13 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

RCS ID police

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 15 10:15:57 1998 UTC (14 years ago) by tsubai
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, eeh-paddr_t-base, eeh-paddr_t, chs-ubc-base, chs-ubc

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>