The NetBSD Project

CVS log for src/sys/arch/news68k/news68k/locore.s

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.68.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 27 19:27:27 2024 UTC (5 months, 1 week ago) by martin
Branches: netbsd-10
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +1 -6 lines
Pull up following revision(s) (requested by rin in ticket #724
to fix build fallout on the branch):

	sys/arch/m68k/m68k/compat_16_sigreturn14.s: revision 1.6
	sys/arch/mvme68k/mvme68k/locore.s: revision 1.129
	sys/arch/news68k/news68k/locore.s: revision 1.84
	sys/arch/hp300/hp300/locore.s: revision 1.183
	sys/arch/m68k/m68k/compat_13_sigreturn13.s: revision 1.8
	sys/arch/m68k/m68k/sigreturn.s: file removal
	sys/arch/m68k/include/pte_motorola.h: revision 1.10
	sys/arch/atari/atari/locore.s: revision 1.125
	sys/arch/amiga/amiga/locore.s: revision 1.169
	sys/arch/sun2/sun2/locore.s: revision 1.37
	sys/arch/next68k/next68k/locore.s: revision 1.84
	sys/arch/x68k/x68k/locore.s: revision 1.130
	sys/arch/sun3/sun3x/locore.s: revision 1.77
	sys/arch/cesfic/cesfic/locore.s: revision 1.45
	sys/arch/m68k/conf/files.m68k: revision 1.53
	sys/arch/sun3/sun3/locore.s: revision 1.109
	sys/arch/luna68k/luna68k/locore.s: revision 1.81
	sys/arch/mac68k/mac68k/locore.s: revision 1.182

Define PTE used in the pmap module int terms of the bit definitions
in mmu_{51,40}.h.

Make compat_13_sigreturn13.s and compat_16_sigreturn14.s build as their
own stand-alone files and G/C the now-empty sigreturn.s.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Jan 19 18:18:55 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +9 -9 lines
Consistently use "intr_depth" as the name of the interrupt depth counter
on m68k platforms.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jan 17 12:33:50 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -9 lines
Make sigcode.s and sunos_sigcode.s build as their own stand-alone files.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jan 17 12:19:06 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -6 lines
Make compat_13_sigreturn13.s and compat_16_sigreturn14.s build as their
own stand-alone files and G/C the now-empty sigreturn.s.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:38:57 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -6 lines
Build m68k/support.s on its own; don't include it from locore.s

Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Jan 15 20:21:51 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -21 lines
G/C __HAVE_LEGACY_INTRCNT from news68k.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Jan 15 19:54:53 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -8 lines
No need for our own spurious interrupt handler now that m68k_intr.c
handles them for us.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jan 15 00:35:24 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -52 lines
Switch news68k over to the common interrupt dispatch code.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Jan 13 23:59:47 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -20 lines
Switch news68k over to the common m68k vector table.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Jan 12 23:36:29 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -6 lines
Make getsr() an inline in <m68k/psl.h> and G/C all of the now-redudant
copies.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Jan 9 07:28:26 2024 UTC (10 months, 4 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -4 lines
Statically-initialize the '851 / '030 protorp with MMU51_SRP_BITS.  In
pmap_init(), re-initialize protorp with MMU51_CRP_BITS.  Remove the now-
redundant code that does this in each of the m68k platforms.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jan 9 04:16:26 2024 UTC (10 months, 4 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -18 lines
Remove duplicated / slightly-tweaked loadustp() (load user segment table)
routines from all of the m68k ports using the shared pmap.  Instead, in
pmap_init(), set up a function pointer to the appropriate mmu_load_urp*()
function in mmu_subr.s.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Dec 27 19:26:29 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +5 -8 lines
Define values for the 68030 TT registers in terms of the definitions
in <m68k/mmu_30.h> rather than using magic numbers.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Dec 27 03:03:42 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -13 lines
Stop using magic numbers for the MMU root pointer attributes and the
Translation Control register, and also get rid of "#if PGSHIFT == ..."
where those magic numbers are used.

Instead, define new macros: MMU51_SRP_BITS, MMU51_CRP_BITS, MMU51_TCR_BITS,
and MMU40_TCR_BITS, in terms of the definitions in mmu_{40,51}.h.  These
automagically adapt to 8K and 4K pages based on the machine-specific value
of PGSHIFT.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Dec 26 02:38:27 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -6 lines
G/C unused ploadw().

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Dec 25 21:32:57 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -3 lines
loadustp(): Optimize for the overwhelmingly common case of "not the HP MMU".
Rather than converting the level 1 table address to a page number before
calling loadustp() only to have loadustp() convert it back to an address
for the '851, '030, '040, and '060, instead pass the address and convert
to a page number only in the case of the HP MMU.

This is a wash on HP MMU machines (9000/320 and 9000/350), and saves at
least 4 instructions (2x moveq + 2x lsXl) on every context switch on
everything else.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Oct 15 10:46:51 2023 UTC (13 months, 3 weeks ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -16 lines
Remove obsolete #if blocks.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Oct 8 17:42:58 2023 UTC (13 months, 4 weeks ago) by andvar
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
Revert my changes regarding removal of FPSP related blocks.

After additional discussion it is preferred to keep code consistency,
to make it easier refactor common code between m68k ports.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Oct 6 21:10:12 2023 UTC (14 months ago) by andvar
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -2 lines
Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessary for 040/060 only, and news68k doesn't have such hardware.

Noted by Izumi Tsutsui.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 30 09:56:03 2022 UTC (2 years, 6 months ago) by andvar
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
s/identifing/identifying/ and s/multipler/multiplier/ in comments.

Revision 1.66.12.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:33 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +1 -4 lines
Sync with HEAD.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jan 23 15:00:33 2021 UTC (3 years, 10 months ago) by tsutsui
Branches: 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
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -4 lines
Remove leftover of #undef statements.

These should have been removed in rev 1.55 back in 2010:
 https://mail-index.netbsd.org/source-changes/2010/12/20/msg016105.html
 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/news68k/news68k/locore.s.diff?r1=1.54&r2=1.55

Revision 1.65.30.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:34 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +1 -5 lines
Sync with HEAD

Revision 1.65.28.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:41 2018 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +1 -5 lines
Sync with HEAD, resolve a few conflicts

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Dec 19 13:57:49 2018 UTC (5 years, 11 months ago) by maxv
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, netbsd-9-base, netbsd-9-4-RELEASE, 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, 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
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -5 lines
Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.

Revision 1.62.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:15 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +7 -102 lines
Rebase to HEAD as of a few days ago.

Revision 1.56.4.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:00 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.56.4.2: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.4.2: +7 -102 lines
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.62.10.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:19 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +7 -102 lines
sync with head

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Mar 15 09:24:56 2014 UTC (10 years, 8 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, 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-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, 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-3-RELEASE, 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, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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, netbsd-7, 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
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -95 lines
Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC, and also tested on NWS-1750.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Mar 9 16:18:00 2014 UTC (10 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -6 lines
Remove unused m68k_fault_addr, which is required only on mac68k for SBC.

It looks hp300 one was copied from mac68k in rev 1.75
and then it was pasted to other ports again and again.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jan 31 18:49:35 2014 UTC (10 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
defined(LKM) -> defined(MODULAR)

Revision 1.56.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:43 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.56.4.1: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.4.1: +13 -37 lines
sync with head

Revision 1.61.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:32:47 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.61: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61: +1 -26 lines
merge to -current.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Dec 22 15:33:30 2011 UTC (12 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, 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, khorben-n900, 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, agc-symver-base, agc-symver
Branch point for: tls-maxphys, rmind-smpnet
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -26 lines
Merge m68881_save() and m68881_restore() (using most common mvme68k ones).
All functions are checked by my eyes, and all GENERIC kernels compile.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Nov 26 14:05:53 2011 UTC (13 years ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
Make sure to call pflusha before (not after) enabling MMU on
68030/68851 initialization paths.

Pointed out by isaki@ per observation of ATC status on XM6i emulator.
Tested on TT030, HP362, NWS-1750, and X68030 by me.

XXX: probably we can remove existing pflusha or TBIA calls after MMU turned
XXX: on (and before enabling cache) but I leave them as is for now to avoid
XXX: unexcpected side effects.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Nov 20 15:38:00 2011 UTC (13 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +12 -4 lines
Add preliminary PROM internal function based framebuffer console support,
which was demonstrated at Open Source Conference 2011 Kansai @ Kyoto
back in July:
http://www.NetBSD.org/gallery/events.html#opensourceconf2011-Kansai

- map 0xc0000000-0xffffffff PA region (which is mirror of PA 0x0-0x3fffffff)
  to the same VA via %tt0 and %tt1 registers and move KVA space accordingly
  (like luna68k does for its devices)
- save trap #0 vector for PROM function calls in early bootstrap
  and register it to trap #14 to call it from kernel for console output
- add dumb romcall based tty attachment taken from src/sys/dev/ofw/ofcons.c
- add rom function call stubs from news68k/stand/common/romcalls.S
- remove IIOV() macro for device registers where now mapped PA==VA via %tt1

XXX: romcons is not enabled yet because there is no generic interface
XXX: to attach wskbd(4) to non wsdisplay(4) devices like this romcons.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Nov 15 10:57:03 2011 UTC (13 years ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-audiomp3-base, jmcneill-audiomp3
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -9 lines
Move spread getsfc() and getdfc() functions into common m68k/support.s.

Note:
- ENTRY_NOPROFILE() is okay since they are used only for debug printf
- they are declared to return int so no need to put a return value into %a0

Revision 1.56.4.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:42 2011 UTC (13 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +11 -15 lines
sync with head

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Nov 3 14:57:43 2011 UTC (13 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +11 -11 lines
Replace (???) comments to avoid false trigraph warnings by new as(1).

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Nov 3 14:56:39 2011 UTC (13 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -5 lines
unifdef __ELF__

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:06:18 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -40 lines
Sync with HEAD.

Revision 1.53.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:51:23 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.53.2.1: preferred, colored; branchpoint 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53.2.1: +8 -47 lines
sync with head

Revision 1.55.4.1: download - view: text, markup, annotated - select for diffs
Thu Feb 17 11:59:52 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +2 -40 lines
Sync with HEAD

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Feb 8 20:20:21 2011 UTC (13 years, 10 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base, uebayasi-xip-base7, rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: yamt-pagecache
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -40 lines
Remove clause 3 (UCB advertising clause) from the University of Utah
copyright.  Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Dec 20 00:25:40 2010 UTC (13 years, 11 months ago) by matt
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +7 -8 lines
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.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:56 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.52.2.1: preferred, colored; branchpoint 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.2.1: +1 -0 lines
Sync with HEAD.

Revision 1.45.18.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:52:27 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.45.18.2: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.18.2: +2 -1 lines
sync with head.

Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:23 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
sync with head

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jun 6 04:50:07 2010 UTC (14 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
fix PR 6724 - convert m68k options to defflag's.  this means that
M680[12346] are now available from opt_m68k_arch.h.  FPSP meantioned
in the PR has already been fixed, and i could not find any more.

i built these kernels to ensure i did not break their builds:

amiga: GENERIC DRACO
atari: HADES FALCON MILAN-PCIIDE
mac68k: GENERIC
sun2: GENERIC
sun3: GENERIC GENERIC3X
cesfic: attempted GENERIC, does not build due to lack of machine/bus.h
hp300: GENERIC
luna68k: GENERIC
mvme68k: GENERIC
news68k: GENERIC
next68k: GENERIC
x68k: GENERIC

Revision 1.52.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:39 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Sync with HEAD.

Revision 1.45.18.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:45 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.45.18.1: preferred, colored; branchpoint 1.45: preferred, colored
Changes since revision 1.45.18.1: +18 -18 lines
sync with head

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 25 07:17:49 2010 UTC (14 years, 9 months ago) by skrll
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base1
Branch point for: rmind-uvmplock
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
s/cpu_fork/cpu_lwp_fork/ in comment.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Dec 13 11:24:03 2009 UTC (14 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -5 lines
Now we have Sysseg_pa value so no need to calculate it from KVA Sysseg.
Tested on hp300.

XXX: mac68k seems to have a different VA vs PA mechanism so I leave it for now.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Dec 12 09:54:42 2009 UTC (14 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +9 -1 lines
Allow NetBSD/news68k kernel work with PGSHIFT==13, i.e. 8KB/page.
Tested on NWS-1750 with 68030.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Dec 11 18:28:35 2009 UTC (14 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -4 lines
Move uvm_setpagesize() calls from locore.s to pmap_bootstrap_finalize().
Also explicitly set uvmexp.pagesize to prepare 8KB/page settings.

XXX: There is #ifdef !defined(amiga) && !defined(atari) workaround
XXX: because they have different pmap initialization functions.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Dec 2 15:54:19 2009 UTC (15 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -7 lines
Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
Tested on NWS-1750.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Nov 26 00:19:19 2009 UTC (15 years ago) by matt
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -10 lines
Kill proc0paddr.  Use lwp0.l_addr instead.

Revision 1.45.18.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:37 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +29 -16 lines
sync with head.

Revision 1.45.26.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:32 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +29 -16 lines
Sync with HEAD.

Revision 1.45.14.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:21 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +29 -16 lines
Sync with HEAD.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Dec 21 17:43:32 2008 UTC (15 years, 11 months ago) by tsutsui
Branches: 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, mjf-devfs2-base, jymxensuspend-base, jym-xensuspend
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +15 -16 lines
Tweak some comments and labels to sync with hp300.

Revision 1.45.24.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:19 2008 UTC (15 years, 11 months ago) by haad
Branches: haad-dm
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +15 -1 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 10 14:19:02 2008 UTC (15 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: haad-nbase2, haad-dm-base2, haad-dm-base
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -1 lines
Account idepth in functions in locore.s that are registered in the
interrupt vector table so that we don't have to track all interrupt paths.

Revision 1.43.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:47:30 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.43.10.1: preferred, colored; branchpoint 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43.10.1: +3 -1 lines
sync with HEAD

Revision 1.43.8.1: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:35:48 2007 UTC (17 years ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +3 -1 lines
Sync with HEAD.

Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:17:30 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -1 lines
Sync with HEAD.

Revision 1.39.4.3: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:25:43 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.39.4.2: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.4.2: +3 -1 lines
sync with head

Revision 1.41.6.3: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:37:52 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.41.6.2: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.6.2: +3 -1 lines
Sync with HEAD.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Dec 3 15:34:03 2007 UTC (17 years ago) by ad
Branches: 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, 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-pq3, 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-dm-base1, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap, mjf-devfs2, haad-dm
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -1 lines
Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

Revision 1.43.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:19:40 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
sync with HEAD

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:55:53 2007 UTC (17 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
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.39.4.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:28:20 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.39.4.1: preferred, colored; branchpoint 1.39: preferred, colored
Changes since revision 1.39.4.1: +5 -11 lines
sync with head.

Revision 1.40.26.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:03:44 2007 UTC (17 years, 3 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +3 -2 lines
Sync w/ NetBSD-4-RC_1

Revision 1.41.6.2: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:16:32 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.41.6.1: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.6.1: +3 -2 lines
Sync with head.

Revision 1.41.8.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:01:02 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +5 -11 lines
Sync with head.

Revision 1.41.14.2: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:13:08 2007 UTC (17 years, 5 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.41.14.1: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.14.1: +3 -2 lines
Sync with HEAD.

Revision 1.40.24.1: download - view: text, markup, annotated - select for diffs
Mon Jun 18 09:31:08 2007 UTC (17 years, 5 months ago) by liamjfoy
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-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, matt-nb4-arm-base, matt-nb4-arm
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +3 -2 lines
Pull up following revision(s) (requested by mhitch in ticket #728):
	sys/arch/mvme68k/mvme68k/locore.s: revision 1.98
	sys/arch/mac68k/mac68k/trap.c: revision 1.128
	sys/arch/next68k/next68k/locore.s: revision 1.48
	sys/arch/mac68k/mac68k/locore.s: revision 1.152
	sys/arch/sun3/sun3/locore.s: revision 1.88
	sys/arch/sun2/sun2/locore.s: revision 1.19
	sys/arch/sun2/sun2/trap.c: revision 1.32
	sys/arch/m68k/m68k/db_trace.c: revision 1.51
	sys/arch/mvme68k/mvme68k/trap.c: revision 1.90
	sys/arch/news68k/news68k/trap.c: revision 1.53
	sys/arch/luna68k/luna68k/locore.s: revision 1.27
	sys/arch/atari/atari/locore.s: revision 1.99
	sys/arch/sun3/sun3/trap.c: revision 1.130
	sys/arch/x68k/x68k/trap.c: revision 1.89
	sys/arch/next68k/next68k/trap.c: revision 1.67
	sys/arch/x68k/x68k/locore.s: revision 1.79
	sys/arch/news68k/news68k/locore.s: revision 1.43
	sys/arch/luna68k/luna68k/trap.c: revision 1.46
	sys/arch/hp300/hp300/locore.s: revision 1.140
	sys/arch/cesfic/cesfic/locore.s: revision 1.15
	sys/arch/cesfic/cesfic/trap.c: revision 1.35
	sys/arch/m68k/m68k/trap_subr.s: revision 1.12
	sys/arch/amiga/amiga/locore.s: revision 1.143
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jun 12 03:37:22 2007 UTC (17 years, 5 months ago) by mhitch
Branches: MAIN
CVS tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup, bouyer-xenamd64
Branch point for: matt-armv6, jmcneill-pm
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2 lines
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.

Revision 1.41.6.1: download - view: text, markup, annotated - select for diffs
Sun May 27 12:27:52 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -10 lines
Sync with head.

Revision 1.41.14.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:27:15 2007 UTC (17 years, 6 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -10 lines
Update to HEAD.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri May 18 10:13:25 2007 UTC (17 years, 6 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -10 lines
Adapt news68k to yamt-idlelwp. Tested on NWS-1750.

Revision 1.39.4.1: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:07:39 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
sync with head.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 10 02:03:51 2007 UTC (17 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, ppcoea-renovation, mjf-ufs-trans
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
Implement generic softintr(9) support for news68k.
Mostly taken from mvme68k.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:18:23 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, 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, post-newlock2-merge, peter-altq-base, peter-altq, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, 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: wrstuden-fixsa, netbsd-4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
merge ktrace-lwp.

Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:17 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +7 -7 lines
sync with -current

Revision 1.32.2.5: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:38:59 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.32.2.4: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.2.4: +7 -7 lines
Sync with HEAD.

Hi Perry!

Revision 1.37.4.1: download - view: text, markup, annotated - select for diffs
Sun Feb 27 08:04:55 2005 UTC (19 years, 9 months ago) by tsutsui
Branches: yamt-km
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +7 -7 lines
Sync with HEAD:
> - Rename ctrl_led in locore.s to ctrl_led_phys since it has
>   PA of CTRL_LED port.
> - Restore ctrl_led in machdep.c and store VA of CTRL_LED port to it.

> Disable temporary %tt0 register mapping (for yamt-km branch).

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Feb 27 07:59:18 2005 UTC (19 years, 9 months ago) by tsutsui
Branches: 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, 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, ktrace-lwp-base, kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Disable temporary %tt0 register mapping (for yamt-km branch).

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Feb 27 07:57:29 2005 UTC (19 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -6 lines
- Rename ctrl_led in locore.s to ctrl_led_phys since it has
  PA of CTRL_LED port.
- Restore ctrl_led in machdep.c and store VA of CTRL_LED port to it.

Revision 1.32.2.4: download - view: text, markup, annotated - select for diffs
Sat Dec 18 09:31:25 2004 UTC (19 years, 11 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.32.2.3: preferred, colored
Changes since revision 1.32.2.3: +23 -6 lines
Sync with HEAD.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Dec 15 17:30:46 2004 UTC (19 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge
Branch point for: yamt-km, kent-audio2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +23 -6 lines
- Use macro for CTRL_POWER port
- Store machine dependent CTRL_LED address in ctrl_led
- Fix LED debug functions to use stored MD values

Actually I only used these debug routines at the very early porting stage
before I got working kernel printf. Heh.

XXX: news1200 has not been tested for many years.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 15 14:03:52 2004 UTC (19 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Backout previous because:
- we should fix genassym.sh to generate proper unsigned values rather than
  remove use of such values in each source
- 0xe0dc0000 is port to control LED so INTIOBASE1700_OFF is not proper name
- these LED debug code didn't work on news1200 and it should be fixed anyway

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Dec 15 04:56:13 2004 UTC (19 years, 11 months ago) by jmc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Convert expression for (0xe0dc0000-INTIOBASE1700) directly within a cpp
macro as otherwise gas gets handed an X - -Y expression and w 2.15 it won't
treat that as a valid expression

Revision 1.32.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:19:30 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.32.2.2: preferred, colored
Changes since revision 1.32.2.2: +1 -1 lines
Fix the sync with head I botched.

Revision 1.32.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:38:04 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.32.2.1: preferred, colored
Changes since revision 1.32.2.1: +0 -0 lines
Sync with HEAD.

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:38:23 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +36 -16 lines
Sync with HEAD

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 4 19:53:45 2004 UTC (20 years, 9 months ago) by nathanw
Branches: 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, kent-audio1-base, kent-audio1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -15 lines
Centralize identical copies of proc_trampoline code.

(lots more opportunites here for the bored hacker, such as rei and trap0...)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:28:51 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +36 -2 lines
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:01:33 2003 UTC (21 years, 5 months ago) by martin
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Make sure to include opt_foo.h if a defflag option FOO is used.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 27 10:42:51 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
Preserve the symbol table in the LKM || KSYMS cases also.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Apr 8 22:57:57 2003 UTC (21 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Use PAGE_SIZE rather than NBPG.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 18 12:29:02 2003 UTC (21 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +9 -9 lines
TAB/space cleanup.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 18 06:05:42 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +14 -235 lines
Merge the nathanw_sa branch.

Revision 1.24.6.5: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:01:55 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.24.6.4: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.6.4: +2 -133 lines
Catch up to -current

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Nov 2 20:03:07 2002 UTC (22 years, 1 month ago) by chs
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -133 lines
finish conversion to the common m68k cacheops:
add support for machine-specific flavors of the ops for off-chip caches.
many thanks to Izumi Tsutsui for his help with this.

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 15 00:07:24 2002 UTC (22 years, 4 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +12 -1 lines
catch up with -current.

Revision 1.24.6.4: download - view: text, markup, annotated - select for diffs
Mon Jun 24 22:06:26 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.24.6.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.3: +2 -2 lines
Curproc->curlwp renaming.

Change uses of "curproc->l_proc" back to "curproc", which is more like the
original use. Bare uses of "curproc" are now "curlwp".

"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL)
so that it is always safe to reference curproc (*de*referencing curproc
is another story, but that's always been true).

Revision 1.23.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:38:45 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.23.2.1: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.2.1: +12 -3 lines
catch up with -current on kqueue branch

Revision 1.24.6.3: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:40:09 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.24.6.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.2: +12 -3 lines
Catch up to -current.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 30 21:49:20 2002 UTC (22 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gehenna-devsw-base
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +12 -1 lines
Make this work with an ISO C preprocessor.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue May 14 02:03:02 2002 UTC (22 years, 6 months ago) by matt
Branches: MAIN
CVS tags: 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
Branch point for: gehenna-devsw
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -3 lines
Eliminate commons (including many used ones).  Clean up variable references.

Revision 1.24.6.2: download - view: text, markup, annotated - select for diffs
Sun Nov 18 18:42:20 2001 UTC (23 years ago) by scw
Branches: nathanw_sa
Diff to: previous 1.24.6.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.1: +1364 -0 lines
MD Scheduler Activation bits for News68k.
Compile-tested only.

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 04:12:07 2001 UTC (23 years, 4 months ago) by lukem
Branches: kqueue
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
update to -current

Revision 1.24.6.1
Sun Jul 22 13:34:06 2001 UTC (23 years, 4 months ago) by scw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.24: +0 -1585 lines
file locore.s was added on branch nathanw_sa on 2001-11-18 18:42:20 +0000

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jul 22 13:34:06 2001 UTC (23 years, 4 months ago) by wiz
Branches: 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, newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: nathanw_sa
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
seperate -> separate

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:29:49 2001 UTC (23 years, 5 months ago) by nathanw
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +12 -3 lines
Catch up to -current.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 30 15:24:35 2001 UTC (23 years, 6 months ago) by lukem
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
add missing   #include "opt_kgdb.h"

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat May 12 01:11:49 2001 UTC (23 years, 7 months ago) by kleink
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -1 lines
Update to reflect that unlike in m68k a.out environments, where the .align
directive is given a log2 argument, .align is given a linear argument in
m68k ELF environments.

Revision 1.14.2.8: download - view: text, markup, annotated - select for diffs
Mon Apr 23 09:41:57 2001 UTC (23 years, 7 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.7: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.7: +3 -3 lines
Sync with HEAD.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Apr 21 11:54:25 2001 UTC (23 years, 7 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Fix a leftover comment.

Revision 1.14.2.7: download - view: text, markup, annotated - select for diffs
Mon Mar 12 13:29:08 2001 UTC (23 years, 9 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.6: preferred, colored
Changes since revision 1.14.2.6: +2 -14 lines
Sync with HEAD.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 4 16:24:39 2001 UTC (23 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3 lines
Fix intrnames and intrcnt since there is no statclock on news68k.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 4 16:21:05 2001 UTC (23 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -12 lines
Remove unused getsp().

Revision 1.14.2.6: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:11:19 2001 UTC (23 years, 9 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.5: preferred, colored
Changes since revision 1.14.2.5: +3 -1 lines
Sync with HEAD.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 25 14:33:32 2001 UTC (23 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
Add drivers for keyboard and mouse.
(but no working framebuffer yet..)

Revision 1.14.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 5 17:34:51 2001 UTC (23 years, 11 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.4: preferred, colored
Changes since revision 1.14.2.4: +2 -2 lines
Sync with HEAD

Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 24 08:09:22 2000 UTC (23 years, 11 months ago) by jhawk
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.1: +2 -8 lines
Correct error in previous -- not rev 1.16, but rev 1.17:
Pull up revision 1.13, 1.17 (requested by tsutsui, jhawk):
  Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
  and enable them on news1200/1400/1500 (Which have no L2 cache); yields
  a performance improvement. Also correct a typo in a comment.

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 24 07:20:12 2000 UTC (23 years, 11 months ago) by jhawk
Branches: netbsd-1-5
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +46 -17 lines
Pull up revision 1.13, 1.16 (requested by tsutsui):
  Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
  and enable them on news1200/1400/1500 (Which have no L2 cache); yields
  a performance improvement. Also correct a typo in a comment.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 24 07:13:36 2000 UTC (23 years, 11 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Spell "physical" correctly in comment.

Revision 1.14.2.4: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:28:47 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.3: preferred, colored
Changes since revision 1.14.2.3: +17 -11 lines
Sync with HEAD.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 26 11:47:26 2000 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -1 lines
split m68k SunOS and SVR4-specific sigcode.s code to sunos_sigcode.s
and svr4_sigcode.s respectively
adjust individual m68k port's locore.s to include new sigcode files if
appropriate

Revision 1.14.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:01:03 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.2: preferred, colored
Changes since revision 1.14.2.2: +42 -18 lines
Sync with HEAD.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 21 13:54:15 2000 UTC (24 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +11 -11 lines
Define proper macros for FP frame offsets rather than magic numbers.

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:16:15 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.14.2.1: preferred, colored
Changes since revision 1.14.2.1: +1556 -0 lines
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.14.2.1
Sat Nov 18 20:46:28 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.14: +0 -1580 lines
file locore.s was added on branch thorpej_scsipi on 2000-11-20 20:16:15 +0000

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 18 20:46:28 2000 UTC (24 years ago) by tsutsui
Branches: MAIN
Branch point for: thorpej_scsipi
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Clear %fp to terminate backtrace on gdb.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 9 14:17:20 2000 UTC (24 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +40 -17 lines
Make it possible to enable/disable DC_BE and IC_BE bits in %cacr at runtime
and enable them on news1200/1400/1500 (which have no L2cache).

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 14 16:23:33 2000 UTC (24 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -7 lines
Clarify some intrnames.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 14 07:19:24 2000 UTC (24 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Re-enable tt0 register temporary to map I/O space.
(for framebuffer support)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 15 17:15:06 2000 UTC (24 years, 2 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -1 lines
Add uvm_pageidlezero support. From x68k.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 20 21:50:10 2000 UTC (24 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +34 -2 lines
Add a lock around the scheduler, and use it as necessary, including
in the non-MULTIPROCESSOR case (LOCKDEBUG requires it).  Scheduler
lock is held upon entry to mi_switch() and cpu_switch(), and
cpu_switch() releases the lock before returning.

Largely from Bill Sommerfeld, with some minor bug fixes and
machine-dependent code hacking from me.

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 17:01:53 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +2 -1 lines
Sync w/ netbsd-1-5-base.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 31 05:06:53 2000 UTC (24 years, 6 months ago) by thorpej
Branches: 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
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Add a comment on single-processor systems about p_cpu being initialized
by fork1().

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 26 21:20:01 2000 UTC (24 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -6 lines
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.6: download - view: text, markup, annotated - select for diffs
Fri May 26 00:36:48 2000 UTC (24 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -7 lines
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.5: download - view: text, markup, annotated - select for diffs
Sun May 14 14:13:54 2000 UTC (24 years, 6 months ago) by minoura
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
defopt FPSP.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 7 12:09:30 2000 UTC (24 years, 8 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -6 lines
Use proper virtual address for some devices.
The transparent translation register is no longer required.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 10 19:06:43 2000 UTC (24 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +34 -23 lines
Use CTRL_AST interrupt to handle asynchronous trap.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:17:33 2000 UTC (24 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: chs-ubc2-newbase
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +75 -22 lines
Add news1200 support.
Based on a patch from Koichi NISHIWAKI <k-nis@ba2.so-net.ne.jp>

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:33:01 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +1 -1 lines
Pull up to last week's -current.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 9 14:53:17 1999 UTC (25 years ago) by tsutsui
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Branch point for: wrstuden-devbsize
Initial import of news68k port.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>