The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.116.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 27 19:27:28 2024 UTC (5 months, 1 week ago) by martin
Branches: netbsd-10
Diff to: previous 1.116: preferred, colored; next MAIN 1.117: preferred, colored
Changes since revision 1.116: +1 -4 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.127: download - view: text, markup, annotated - select for diffs
Fri Jan 19 18:18:53 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.126: preferred, colored
Changes since revision 1.126: +25 -25 lines
Consistently use "intr_depth" as the name of the interrupt depth counter
on m68k platforms.

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

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Jan 17 12:19:05 2024 UTC (10 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -4 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.124: 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.123: preferred, colored
Changes since revision 1.123: +1 -6 lines
Build m68k/support.s on its own; don't include it from locore.s

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:53:57 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +1 -12 lines
Remove getsp(); nothing uses it.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Jan 9 04:16:23 2024 UTC (10 months, 3 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +1 -32 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.121: download - view: text, markup, annotated - select for diffs
Wed Dec 27 03:03:41 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 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.120: 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.119: preferred, colored
Changes since revision 1.119: +1 -9 lines
G/C unused ploadw().

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Dec 26 02:31:57 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -30 lines
G/C unused flushustp().

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Dec 25 21:32:56 2023 UTC (11 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +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.117: download - view: text, markup, annotated - select for diffs
Fri Jan 6 10:28:27 2023 UTC (22 months, 4 weeks ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +19 -19 lines
TAB/spaces/indents cleanup.

Revision 1.116: 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.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
s/identifing/identifying/ and s/multipler/multiplier/ in comments.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Mar 16 20:31:01 2022 UTC (2 years, 8 months ago) by andvar
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -2 lines
s/paniced/panicked/ and s/borken/broken/ in comments.

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

Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri May 3 01:08:28 2019 UTC (5 years, 7 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-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, 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, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, 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
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +1 -3 lines
Make sure interrupts are disabled during cpu_configure(9).

Fixes 'panic: kernel diagnostic assertion "cv_is_valid(cv)" failed'
during fdcisa(4) probe on Milan's DIAGNOSTIC kernel, caused by
a stray interrupt from the FDC right after isa_intr_establish().
No visible bad side effect on TT030 with this change.

Should be pulled up to netbsd-8.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Mar 19 20:30:05 2019 UTC (5 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: isaki-audio2-base, isaki-audio2
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -39 lines
G/C a couple of lingering instances of addupc().  There is still some bit-
rotten profiling code that references it, but that code is already almost
certainly broken for other reasons.

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

Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Dec 19 13:57:46 2018 UTC (5 years, 11 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +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.110.40.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:41:13 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: 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
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +2 -4 lines
Pull up following revision(s) (requested by tsutsui in ticket #624):
	sys/arch/atari/stand/xxboot/sdboot/milan/Makefile: revision 1.4
	sys/arch/atari/dev/nvram.c: revision 1.21
	sys/arch/atari/conf/MILAN.in: revision 1.28
	sys/arch/atari/atari/pmap_bootstrap.c: revision 1.9
	sys/dev/isa/fd.c: revision 1.111
	sys/arch/atari/atari/bus.c: revision 1.60
	sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile: revision 1.4
	sys/arch/atari/atari/locore.s: revision 1.111
	sys/arch/atari/isa/isa_machdep.c: revision 1.41
	distrib/sets/lists/base/md.atari: revision 1.55
	sys/arch/atari/pci/pci_machdep.c: revision 1.55
	sys/arch/atari/pci/pci_machdep.c: revision 1.56
	sys/arch/atari/include/vmparam.h: revision 1.32
	sys/arch/atari/isa/isa_milan.c: revision 1.15
	sys/arch/atari/isa/isa_milan.c: revision 1.16
	sys/arch/atari/atari/bus.c: revision 1.59
	sys/arch/atari/atari/atari_init.c: revision 1.101
	sys/arch/atari/pci/pci_milan.c: revision 1.15
Fix I/O access failures for regions allocated by bus_space_map(9) on Milan.

Passing to PMAP_WIRED against I/O spaces seems problematic,
probably after yamt-km branch merge, which was committed
between NetBSD 3.0 and NetBSD 4.0.
(i.e. ISA and PCI devices on Milan didn't work after 4.0 release)

XXX:
According to pmap(9) man page, the "flags" arg for pmap_enter(9)
doesn't take VM_PROT_READ and VM_PROT_WRITE, but pmap_enter()
implementation in sys/arch/m68k/m68k/pmap_motolora.c historically
checks them.

Fix silent hang during config_console() (before consinit()) on Milan.
config_console() was a dirty hack used by ancient m68k ports
to probe and initialize console devices before "real" configure(9),
using subset of configure(9) functions.

In that case, most device specific data (except I/O access method)
are not initialized so we must not access device specific device_t and
softc structures in config_console() cases.

Fix silent hang after isa_intr_establish() on Milan.
The problems (wrong macro replacements) were slipped in rev 1.107:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/atari/atari/locore.s#rev1.107
Handle yet another atari specific quirk in the MI ISA fdc(4)/fd(4) driver.
This makes fd(4) drive(s) (which is necessary for installation)
properly attached on Milan.
atari uses "fdcisa" and "fdisa" for ISA fdc to co-exist other fd(4)
drivers, on-board (atari/dev/fd.c) one and Hades (atari/dev/hdfd.c) one.

Use a proper PSL value to be passed to splx(9) functions.
This should have been changed on yamt-splraiseipl branch merge
back in 2006, which made MI IPL_xxx values independent from
m68k MD PSL values for the %sr register.

Restore piixide(4) for Milan and disable other pciide devices.
piixide was removed in rev 1.18 and the log message said
"because Intel IDE disk controllers only exist as part of
 Intel chipsets for x86 systems" but the Milan actually has
the Intel 82371FB southbridge on its board.
Other pciide devices are unlikely necessary for the default
kernel for such a rare machine.
Also fix pasto in comment.

Skip NVRAM checksum check and re-initialization on Milan.
Milan's firmware seems to use different check method.

Ack EOI for IRQ_SLAVE of the master PIC after ack for IRQ of the slave PIC.
I'm not sure if there are possible races in the original code, but
this is what i8259_asm_ack2() in sys/arch/x86/include/i8259.h does
and it looks this change makes a Milan kernel a bit stable.
Replace CRTC register values with ones taken from sys/dev/ic/vga_subr.c.
This fixes noise around column 3 and 4 and makes screen output clearer
on Milan with S3 Trio64V.

Explicitly setup the secondary IDE interrupt of PIIX on Milan.
The secondary IDE interrupt is connected to MBIRQ0 on PIIX, but
the Milan's ROM bootloader (at least version 0.99.7) doesn't seem
to setup the MBIRQ0 register to route it to IRQ15.

On Milan, also explicitly disable MBIRQ1 on PIIX.
Milan's ROM bootloader v1.2 and v1.4 incorrectly set MBIRQ0 connected
to the secondary IDE to IRQ14 (not 15) and unused MBIRQ1 to IRQ15,
so both IDE channels don't work properly.

Add dumb memory probe routines for Milan to use all available memory.
Tested on Milan with 32Mx1, 32Mx4, 128MBx1, and 128MBx3.
(bootloader ROM fails to load TOS with 128MBx4)
No particular comment on port-atari@:
 http://mail-index.netbsd.org/port-atari/2018/02/09/msg000580.html

Provide wdboot as a copy of sdboot for Milan.
It looks Milan's bootloader ROM emulates IDE disks as SCSI disks
so sdboot works for them, but atari's installboot checks a specified
device name and requires wdboot for wd(4) devices.

Fix another possible out of bounds.

Replace bus_dmamap_sync(9) op with a newer one taken from m68k/bus_dma.c.
This could fix memory corruption issue caused by PREREAD ops with regions
whose boundaries are not aligned at cacheline size.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat Jan 20 18:04:28 2018 UTC (6 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: phil-wifi-base, 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
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -4 lines
Fix silent hang after isa_intr_establish() on Milan.

The problems (wrong macro replacements) were slipped in rev 1.107:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/atari/atari/locore.s#rev1.107

Revision 1.108.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:08 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.108: preferred, colored; next MAIN 1.109: preferred, colored
Changes since revision 1.108: +1 -66 lines
sync with head

Revision 1.109.4.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:31:36 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109: +1 -59 lines
merge to -current.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Dec 22 15:33:28 2011 UTC (12 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, 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-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, 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-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, localcount-20160914, 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, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: netbsd-8
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -59 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.109: download - view: text, markup, annotated - select for diffs
Tue Nov 15 10:57:01 2011 UTC (13 years ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -8 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.107.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:07 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.107: preferred, colored; next MAIN 1.108: preferred, colored
Changes since revision 1.107: +2 -40 lines
Sync with HEAD.

Revision 1.104.4.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:49:40 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.104.4.2: preferred, colored; branchpoint 1.104: preferred, colored; next MAIN 1.105: preferred, colored
Changes since revision 1.104.4.2: +34 -68 lines
sync with head

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

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Feb 8 20:20:09 2011 UTC (13 years, 9 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, 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.107: preferred, colored
Changes since revision 1.107: +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.107: download - view: text, markup, annotated - select for diffs
Mon Dec 20 00:25:30 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.106: preferred, colored
Changes since revision 1.106: +33 -29 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.104.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:06 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.104.2.1: preferred, colored; branchpoint 1.104: preferred, colored; next MAIN 1.105: preferred, colored
Changes since revision 1.104.2.1: +2 -0 lines
Sync with HEAD.

Revision 1.101.18.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:51:43 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.101.18.2: preferred, colored; branchpoint 1.101: preferred, colored; next MAIN 1.102: preferred, colored
Changes since revision 1.101.18.2: +3 -18 lines
sync with head.

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

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sun Jun 6 04:50:06 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.105: preferred, colored
Changes since revision 1.105: +3 -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.104.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:38 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -18 lines
sync with head

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

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Apr 9 17:38:43 2010 UTC (14 years, 7 months ago) by tsutsui
Branches: MAIN
CVS tags: uebayasi-xip-base1
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +1 -18 lines
- establish zs interrupts via common intr_establish() function rather than
  hardcording them in locore.s and vector.s
- also make interrupt handlers take per unit softc and put a softint cookie
  into softc (though atari machines have only one zs)
- tweak some structures as per MI z8530sc driver

Tested on TT030 using sl(4) on zs.

Revision 1.101.18.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:08 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.101.18.1: preferred, colored; branchpoint 1.101: preferred, colored
Changes since revision 1.101.18.1: +5 -10 lines
sync with head

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Dec 2 15:53:34 2009 UTC (15 years ago) by tsutsui
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -6 lines
Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
Tested on TT030.

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

Revision 1.101.18.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:46 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +27 -1 lines
sync with head.

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

Revision 1.101.14.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:54 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.101: preferred, colored; next MAIN 1.102: preferred, colored
Changes since revision 1.101: +27 -1 lines
Sync with HEAD.

Revision 1.101.28.1: download - view: text, markup, annotated - select for diffs
Tue Jan 6 23:52:42 2009 UTC (15 years, 11 months ago) by snj
Branches: netbsd-5
CVS tags: 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, 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
Diff to: previous 1.101: preferred, colored; next MAIN 1.102: preferred, colored
Changes since revision 1.101: +27 -1 lines
Pull up following revision(s) (requested by tsutsui in ticket #219):
	sys/arch/atari/include/intr.h: revision 1.19
	sys/arch/atari/atari/locore.s: revision 1.102
	sys/arch/atari/atari/intr.c: revision 1.16
Account idepth in all interrupt handlers in locore.s.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Dec 27 16:17:24 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.101: preferred, colored
Changes since revision 1.101: +27 -1 lines
Account idepth in all interrupt handlers in locore.s.

Revision 1.99.10.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:45:29 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.99.10.1: preferred, colored; branchpoint 1.99: preferred, colored; next MAIN 1.100: preferred, colored
Changes since revision 1.99.10.1: +2 -2 lines
sync with HEAD

Revision 1.99.8.1: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:34:41 2007 UTC (16 years, 11 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.99: preferred, colored; next MAIN 1.100: preferred, colored
Changes since revision 1.99: +2 -2 lines
Sync with HEAD.

Revision 1.100.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:16:42 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.100: preferred, colored; next MAIN 1.101: preferred, colored
Changes since revision 1.100: +2 -2 lines
Sync with HEAD.

Revision 1.94.16.3: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:24:21 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.94.16.2: preferred, colored; branchpoint 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94.16.2: +2 -2 lines
sync with head

Revision 1.96.12.4: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:35:09 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.96.12.3: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.12.3: +2 -2 lines
Sync with HEAD.

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Dec 3 15:33:21 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, mjf-devfs-base, 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, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp, nick-hppapmap, netbsd-5, mjf-devfs2
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 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.99.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:15:16 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
sync with HEAD

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:53:45 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.99: preferred, colored
Changes since revision 1.99: +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.94.16.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:23:31 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.94.16.1: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.16.1: +6 -12 lines
sync with head.

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

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

Revision 1.96.14.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:58:15 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96: +6 -12 lines
Sync with head.

Revision 1.97.4.2: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:12:15 2007 UTC (17 years, 5 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.97.4.1: preferred, colored; branchpoint 1.97: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97.4.1: +5 -3 lines
Sync with HEAD.

Revision 1.96.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 18 09:31:09 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.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96: +5 -3 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.99: download - view: text, markup, annotated - select for diffs
Tue Jun 12 03:34:29 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.98: preferred, colored
Changes since revision 1.98: +5 -3 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.96.12.2: download - view: text, markup, annotated - select for diffs
Sun May 27 12:27:10 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.96.12.1: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.12.1: +1 -8 lines
Sync with head.

Revision 1.97.4.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:26:41 2007 UTC (17 years, 6 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -8 lines
Update to HEAD.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri May 18 22:58:51 2007 UTC (17 years, 6 months ago) by he
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -8 lines
Adapt to the merge of the yamt-idlelwp branch.
curcpu()->ci_want_resched is now required, so get rid of the
want_resched global.  Also, cpu_need_resched() now takes two arguments.
The l_next and l_back fields in struct lwp no longer exists, so delete
references to it from genassym.cf.
Also, m68k/m68k/proc_subr.s is no longer used, says mhitch, so remove its use.

This brings the atari BOOT kernel back to a buildable state.

Revision 1.96.12.1: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:22:52 2007 UTC (17 years, 7 months ago) by ad
Branches: vmlocking
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -3 lines
Sync with head.

Revision 1.96.16.1: download - view: text, markup, annotated - select for diffs
Thu Mar 29 19:27:24 2007 UTC (17 years, 8 months ago) by reinoud
Branches: reinoud-bufcleanup
Diff to: previous 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96: +2 -3 lines
Pullup to -current

Revision 1.96.8.1: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:54:34 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96: +2 -3 lines
sync with head.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Mar 21 10:56:26 2007 UTC (17 years, 8 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic
Branch point for: ppcoea-renovation
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -3 lines
Apply MI softintr(9) patch before it becomes rotten. Untested.
See also:
http://mail-index.netbsd.org/port-atari/2007/03/07/0000.html

Revision 1.94.16.1: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:45:38 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -1 lines
sync with head.

Revision 1.95.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:38:20 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.95: preferred, colored; next MAIN 1.96: preferred, colored
Changes since revision 1.95: +2 -1 lines
sync with head

Revision 1.95.8.1: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:22:42 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.95: preferred, colored; next MAIN 1.96: preferred, colored
Changes since revision 1.95: +2 -1 lines
sync with head.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Sep 1 19:11:56 2006 UTC (18 years, 3 months ago) by matt
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base, post-newlock2-merge, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp, wrstuden-fixsa, vmlocking, reinoud-bufcleanup, netbsd-4, mjf-ufs-trans
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -1 lines
Make sure .data is .long aligned.  (fixes linker warning)

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:16:54 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
merge ktrace-lwp.

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

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

Revision 1.91.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:33:09 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +37 -17 lines
Sync with HEAD

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Mar 4 19:53:44 2004 UTC (20 years, 9 months ago) by nathanw
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, yamt-km-base2, yamt-km-base, yamt-km, 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, 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, ktrace-lwp-base, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +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.93: download - view: text, markup, annotated - select for diffs
Fri Feb 13 11:36:11 2004 UTC (20 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Uppercase CPU, plural is CPUs.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:26:55 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +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.91: download - view: text, markup, annotated - select for diffs
Tue Apr 8 22:57:54 2003 UTC (21 years, 8 months ago) by thorpej
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
Use PAGE_SIZE rather than NBPG.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jan 17 22:34:23 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +13 -270 lines
Merge the nathanw_sa branch.

Revision 1.84.4.7: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:57:05 2002 UTC (22 years ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.84.4.6: preferred, colored; branchpoint 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84.4.6: +2 -94 lines
Catch up to -current

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Nov 2 20:03:04 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.88: preferred, colored
Changes since revision 1.88: +2 -94 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.84.4.6: download - view: text, markup, annotated - select for diffs
Mon Jun 24 22:04:02 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.5: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.5: +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.82.2.5: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:35:12 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.82.2.4: preferred, colored; next MAIN 1.83: preferred, colored
Changes since revision 1.82.2.4: +5 -2 lines
catch up with -current on kqueue branch

Revision 1.84.4.5: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:38:15 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.4: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.4: +5 -2 lines
Catch up to -current.

Revision 1.86.8.1: download - view: text, markup, annotated - select for diffs
Thu May 30 15:32:49 2002 UTC (22 years, 6 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.86: preferred, colored; next MAIN 1.87: preferred, colored
Changes since revision 1.86: +5 -2 lines
Catch up with -current.

Revision 1.87.2.1: download - view: text, markup, annotated - select for diffs
Tue May 28 06:17:29 2002 UTC (22 years, 6 months ago) by lukem
Branches: netbsd-1-6
CVS tags: 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
Diff to: previous 1.87: preferred, colored; next MAIN 1.88: preferred, colored
Changes since revision 1.87: +4 -5 lines
Pull up revision 1.88 (requested by leo):
Force the absolute jump in a more elegant way. Suggested by Jaromir Dolecek.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu May 23 06:08:40 2002 UTC (22 years, 6 months ago) by leo
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gehenna-devsw-base
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -5 lines
Force the absolute jump in a more elegant way. Suggested by Jaromir Dolecek.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun May 19 20:26:58 2002 UTC (22 years, 6 months ago) by leo
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +6 -2 lines
Try to defeat the assembler optimizer. If we jump to a local label, it tries
to use a pc-relative jump. Which is definitely not what is needed in the
relocation code!
This is new in the current assembler apparantly. None of the kernels build
after my latest upgrade were able to boot... What else is lurking!

Revision 1.82.2.4: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:56:49 2002 UTC (22 years, 8 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.82.2.3: preferred, colored
Changes since revision 1.82.2.3: +2 -2 lines
Catch up with -current.

Revision 1.84.4.4: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:08:21 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.3: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.3: +2 -2 lines
Catch up to -current.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Feb 11 10:44:38 2002 UTC (22 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2 lines
s/seperate/separate/

Revision 1.84.4.3: download - view: text, markup, annotated - select for diffs
Fri Jan 11 23:38:11 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.2: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.2: +2 -2 lines
More catchup.

Revision 1.82.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:39:49 2002 UTC (22 years, 10 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.82.2.2: preferred, colored
Changes since revision 1.82.2.2: +2 -2 lines
Sync kqueue branch with -current.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jan 7 02:54:27 2002 UTC (22 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
Add missing register prefix.

Revision 1.84.4.2: download - view: text, markup, annotated - select for diffs
Sat Nov 17 23:18:03 2001 UTC (23 years ago) by scw
Branches: nathanw_sa
Diff to: previous 1.84.4.1: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.1: +1539 -0 lines
MD Scheduler Activation bits for Atari.
Compile-tested only.

Revision 1.83.2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 12:38:02 2001 UTC (23 years, 2 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +12 -17 lines
Catch up with -current.

Revision 1.82.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 13 01:13:17 2001 UTC (23 years, 2 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.82.2.1: preferred, colored
Changes since revision 1.82.2.1: +12 -17 lines
Update the kqueue branch to HEAD.

Revision 1.84.4.1
Sat Sep 8 11:14:33 2001 UTC (23 years, 3 months ago) by scw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.84: +0 -1796 lines
file locore.s was added on branch nathanw_sa on 2001-11-17 23:18:03 +0000

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Sep 8 11:14:33 2001 UTC (23 years, 3 months ago) by thomas
Branches: MAIN
CVS tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: nathanw_sa
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +11 -16 lines
Some ELF adaption.

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

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Jul 22 13:34:03 2001 UTC (23 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: thorpej-devvp-base
Branch point for: thorpej-devvp
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
seperate -> separate

Revision 1.76.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:20:05 2001 UTC (23 years, 5 months ago) by nathanw
Diff to: previous 1.76.2.1: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76.2.1: +102 -4 lines
Catch up to -current.

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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon May 28 08:41:37 2001 UTC (23 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -2 lines
Add 'prev_sr' argument to milan_isa_intr() so we can properly defer interrupts
that come in at the wrong time.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue May 15 13:49:56 2001 UTC (23 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +92 -1 lines
Add some Milan support functions:
  - Low level isa interrupt handler
  - NMI fault handler - catches PLX access errors
  - PCI configspace read/write functions

Revision 1.63.2.5: download - view: text, markup, annotated - select for diffs
Sat Apr 21 17:53:21 2001 UTC (23 years, 7 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.63.2.4: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.2.4: +7 -3 lines
Sync with HEAD

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Apr 12 09:09:56 2001 UTC (23 years, 7 months ago) by leo
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -0 lines
There are no level1 or level7 interrupts possible on the Milan...

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:59:10 2001 UTC (23 years, 8 months ago) by leo
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
full[tc]flush from GLOBAL -> ASLOCAL.

Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 9 01:51:44 2001 UTC (23 years, 8 months ago) by nathanw
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +10 -1 lines
Catch up with -current.

Revision 1.63.2.4: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:30:35 2001 UTC (23 years, 8 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.63.2.3: preferred, colored
Changes since revision 1.63.2.3: +10 -1 lines
Sync with HEAD.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Mar 17 20:56:31 2001 UTC (23 years, 8 months ago) by leo
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +10 -1 lines
Conditionalize inclusion of the interrupt handlers for 'kbd', 'zs' and
'ncrscsi' since they are not present on the Milan.

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

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:47:46 2001 UTC (23 years, 9 months ago) by leo
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +619 -652 lines
Prepare assembly parts for an eventual transition to ELF. Mostly from a
diff from Steve Woodford.

Revision 1.63.2.2: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:26:24 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.63.2.1: preferred, colored
Changes since revision 1.63.2.1: +37 -31 lines
Sync with HEAD.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Nov 26 11:47:24 2000 UTC (24 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +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.74: download - view: text, markup, annotated - select for diffs
Tue Nov 21 13:54:14 2000 UTC (24 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +31 -31 lines
Define proper macros for FP frame offsets rather than magic numbers.

Revision 1.63.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:05:22 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +339 -324 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.73: download - view: text, markup, annotated - select for diffs
Mon Oct 9 06:15:02 2000 UTC (24 years, 2 months ago) by leo
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Fix a typo that slipped in with the last round of scheduler changes. The
register numbers were exchanged.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Sep 24 12:32:33 2000 UTC (24 years, 2 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Aug 20 21:50:07 2000 UTC (24 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +110 -100 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.67.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 16:59:34 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +224 -229 lines
Sync w/ netbsd-1-5-base.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jun 13 14:48:44 2000 UTC (24 years, 5 months ago) by leo
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +222 -228 lines
Throw in a bunch of _C_LABEL macro's. (Hi Klaus ;-)

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jun 6 13:44:30 2000 UTC (24 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
_qs -> _sched_qs

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed May 31 05:06:47 2000 UTC (24 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -1 lines
Add a comment on single-processor systems about p_cpu being initialized
by fork1().

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri May 26 21:19:33 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.66: preferred, colored
Changes since revision 1.66: +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.66: download - view: text, markup, annotated - select for diffs
Fri May 26 00:36:44 2000 UTC (24 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +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.65: download - view: text, markup, annotated - select for diffs
Sun May 14 14:13:51 2000 UTC (24 years, 6 months ago) by minoura
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
defopt FPSP.

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

Revision 1.60.2.2: download - view: text, markup, annotated - select for diffs
Sun Nov 21 15:36:48 1999 UTC (25 years ago) by he
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Diff to: previous 1.60.2.1: preferred, colored; branchpoint 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60.2.1: +11 -3 lines
Pull up revision 1.64 (requested by itohy):
  Fix the problem where single-step tracing of a trap instruction
  makes the system fall into kernel debugger.

Revision 1.63.4.1: download - view: text, markup, annotated - select for diffs
Mon Nov 15 00:37:24 1999 UTC (25 years ago) by fvdl
Branches: fvdl-softdep
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +11 -3 lines
Sync with -current

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 26 00:20:34 1999 UTC (25 years, 1 month ago) by itohy
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, fvdl-softdep-base, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-newbase
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +11 -3 lines
Fix the problem that single-step tracing of a trap instruction
drops the system into kernel debugger.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Sep 17 19:59:40 1999 UTC (25 years, 2 months ago) by thorpej
Branches: MAIN
Branch point for: wrstuden-devbsize, thorpej_scsipi, fvdl-softdep
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -4 lines
Centralize the declaration and clearing of `cold'.

Revision 1.60.2.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 00:48:34 1999 UTC (25 years, 5 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.60.2.1: preferred, colored; next MAIN 1.60.2.2: preferred, colored
Changes since revision 1.60.2.1: +1 -0 lines
Sync w/ -current.

Revision 1.60.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 16:22:56 1999 UTC (25 years, 7 months ago) by perry
Branches: netbsd-1-4
CVS tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: chs-ubc2
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
pullup 1.61->1.62  (christos): conflicts manually edited

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Apr 29 16:23:02 1999 UTC (25 years, 7 months ago) by christos
Branches: MAIN
CVS tags: chs-ubc2-base
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -1 lines
Include opt_compat_sunos.h

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 19 21:22:57 1999 UTC (25 years, 7 months ago) by kleink
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
Add COMPAT_SVR4 for m68k.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed Mar 24 05:50:58 1999 UTC (25 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -37 lines
completely remove Mach VM support.  all that is left is the all the
header files as UVM still uses (most of) these.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Feb 25 23:13:40 1999 UTC (25 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
mac68k part of pr 6152 fix, and missing bits for the others

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Feb 25 22:47:18 1999 UTC (25 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -3 lines
Atari part of fix for pr 6152

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jan 8 09:20:37 1999 UTC (25 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -56 lines
Modifications of pmap_zero_page() and pmap_copy_page() inspired by recent
work from Jason Thorpe on the hp300 pmap.c.
Nuke the usage of the port-specific functions in favour of the m68k functions.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Nov 11 06:41:24 1998 UTC (26 years ago) by thorpej
Branches: MAIN
CVS tags: kenh-if-detach-base, kenh-if-detach
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -7 lines
Changes to support fork_kthread():
- cpu_set_kpc() now takes void *arg third argument, passed to the
  entry point.
- cpu_fork() allows parent to be non-curproc iff parent is proc0.
  When forking non-curproc, assume its state has already been saved.
- Adjust various pieces of machine-dependent code to account of all of this.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Sep 30 23:47:34 1998 UTC (26 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: chs-ubc-base, chs-ubc
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -11 lines
Garbage collect trap #1 and trap #2 handlers; they're moved to
trap_subr.s

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Sep 30 23:01:29 1998 UTC (26 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
Pull in opt_compat_netbsd.h

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Sep 9 00:07:50 1998 UTC (26 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -12 lines
Adjust for the new "reaper" kernel thread: do not free the vmspace and
u-area in machine-dependent code.  Instead, call exit2() to schedule
the reaper to free them for us, once it is safe to do so (i.e. we are
no longer running on the dead proc's vmspace and stack).

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jul 4 22:18:21 1998 UTC (26 years, 5 months ago) by jonathan
Branches: MAIN
CVS tags: eeh-paddr_t-base, eeh-paddr_t
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
defopt DDB.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun May 24 19:32:37 1998 UTC (26 years, 6 months ago) by is
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -3 lines
Back out the defopt for M680?0. As pointed out to me, this breaks ports which
dont use the M680?0 the way Amiga, Atari, Mac68k, and X68k do. I must have
missed this in the past discussion about this project.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat May 23 20:51:09 1998 UTC (26 years, 6 months ago) by is
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -1 lines
Move M680[2346]0 to opt_m68kcpu.h.
XXX Some explicit dependencies could be removed now from the individual
arch/$ARCH/conf/Makefile.$ARCH files, but this is still to be done.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon May 11 07:46:17 1998 UTC (26 years, 7 months ago) by leo
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +52 -11 lines
Add UVM option.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jan 5 23:16:25 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +17 -48 lines
Fix a bogosity apparently inherited from when the Utah 4.3BSD code base
was converted to use Mach VM for Net2/4.4BSD.  The user segment table
pointer was originally stored in the PCB.  When Mach VM came along,
however, it was also stored in the pmap, and loaded into the PCB in
pmap_activate().  pmap_activate() would then note that the PCB's USTP
was now in sync with the pmap's USTP, and the low-level context switch
code would use the value from the PCB.

However, pmap_activate() would also load the hardware MMU context if
the pmap was the current pmap (or, in the case where pmaps can be shared,
such as in NetBSD, if the proc was the current proc).  The low-level
context switch code would then reload the hardware _again_ using the
USTP from the PCB.

However, the optimization of not calling pmap_activate() if "stchanged"
was false ended up causing some processes to use stale USTP values from
the PCB when the low-level context switch code reloaded the hardware!
This was noticed by using a real vfork(2) (which worked for some time
before failing, surprisingly!)

Since I'm hard pressed to find any real optimization here (since the
hardware was always reloaded once, sometimes twice!), the code now always
calls pmap_activate(), which uses the correct USTP value (the one in the
pmap).  The PCB's USTP is now ignored, and should eventually be g/c'd.

Another optimization can actually be performed, and I have added a comment
describing what it is, but have not yet implemented it.

Also note that most of the loadustp() functions where actually incomplete.
This has been corrected.  These functions should probably be split up into
MMU-specific operations, and called indirectly, rather than doing constant
run-time decision making based on values that will never change during the
course of a boot's lifetime.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jan 1 19:52:56 1998 UTC (26 years, 11 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +8 -9 lines
- Make pmap_activate() and pmap_deactivate() take a struct proc *.
- Define active_user_pmap() and use it in the appropriate places (from hp300
  port).

Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 23 07:08:22 1997 UTC (27 years, 3 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +22 -9 lines
Update marc-pcmcia branch from trunk.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jul 30 15:37:49 1997 UTC (27 years, 4 months ago) by leo
Branches: MAIN
CVS tags: thorpej-signal-base, thorpej-signal, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, marc-pcmcia-base
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +22 -9 lines
Use a buserror handler that just tests for 'nofault' being set when the
MMU is not yet initialized. This behaviour is necessary when probing
for the machine type - because we need the type before we can setup the
tables....

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jul 9 14:32:09 1997 UTC (27 years, 5 months ago) by leo
Branches: MAIN
CVS tags: marc-pcmcia-bp
Branch point for: marc-pcmcia
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -4 lines
Introduce 'bootversion' in locore.s. Check this to decide if installing
a bootstrap with the running installboot makes sense.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jul 5 20:51:14 1997 UTC (27 years, 5 months ago) by leo
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +134 -109 lines
Pull in latest Amiga bus/address error handling.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jul 4 20:52:50 1997 UTC (27 years, 5 months ago) by is
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
addql does set condition codes, so we are not allowed to put it in between
the andl and the jeq.
Mea maxima culpa.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:28:46 1997 UTC (27 years, 5 months ago) by is
Branches: MAIN
CVS tags: bouyer-scsipi
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -1 lines
The recent buserr handler cleanup in  the Amiga locore.s made the label
_buserr point to the 68020/030 buserr code _only_. This has broken access
error handling in the 060 support code.
This is repaired by jumping to _buserr60 from the 060SP, and by providing
a _buserr60 label identical to the _buserr in the unchanged m68k ports
using the 68060.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jun 5 19:45:32 1997 UTC (27 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +41 -187 lines
* finalize 060 stuff.

For locore.s also nuke cacheop-functions now provided in m68k.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 2 12:03:41 1997 UTC (27 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +287 -108 lines
More stuff for handling an 68060.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon May 19 21:07:05 1997 UTC (27 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -2 lines
Fix the 'shifting screens' bug on the Falcon. This solution is not perfect
since it gives a bit of flicker while switching frame buffers. From
Thomas Gerner.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 13 18:00:59 1997 UTC (27 years, 6 months ago) by gwr
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Eliminate references to vmspace.vm_pmap

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Apr 25 01:37:27 1997 UTC (27 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -95 lines
Adjust for <m68k/m68k/trap_subr.s>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Apr 13 02:37:20 1997 UTC (27 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -25 lines
Use common m68k sigcode.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 9 19:39:14 1997 UTC (27 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -76 lines
Use <m68k/m68k/proc_subr.s>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Mar 30 21:08:19 1997 UTC (27 years, 8 months ago) by leo
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -17 lines
Remove a hardcoded interrupt handler. Now uses intr_establish() for the
SCSI-drq handler on the Hades.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 16 11:04:59 1997 UTC (27 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -39 lines
Use <m68k/m68k/support.s>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Feb 2 07:27:48 1997 UTC (27 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: mrg-vm-swap, is-newarp-before-merge, is-newarp-base, is-newarp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -32 lines
Gerbage-collect extra copypage()

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 4 00:08:46 1997 UTC (27 years, 11 months ago) by leo
Branches: MAIN
CVS tags: thorpej-setroot
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -15 lines
Remove ST-DMA handler, this interrupt now uses the glue code. Count the
clock interrupts in the new counter set.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jan 3 22:54:26 1997 UTC (27 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +9 -6 lines
Get rid of 'cpu040' variable. Use 'mmutype' or 'cputype' for testing
instead.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Dec 26 23:25:05 1996 UTC (27 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +10 -33 lines
Add intr_establish/disestablish functions. Currently only the lpt-driver
is converted to use them...

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 18 12:35:19 1996 UTC (27 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -6 lines
Tweak the clockframe structure a bit so we are able to save a few cycles
at interrupt time. (From Gordon Ross).

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Nov 17 13:47:09 1996 UTC (28 years ago) by leo
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Plug some spl-holes in the lp-driver. Also be more strict in protecting
the register access to the psg-chip. The combination of those bugs
caused the printer to print garbage sometimes.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Nov 9 22:24:49 1996 UTC (28 years, 1 month ago) by leo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +23 -3 lines
Move the vector-table to kernel data space, so we can write to it.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 8 14:15:36 1996 UTC (28 years, 1 month ago) by leo
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Clear d0 before using it to turn off the 040 MMU. Clearing d0 was a side-effect
of the code removed in my previous commit.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Nov 6 20:19:28 1996 UTC (28 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -6 lines
Fix an inconsistency that came in with Lite: setrq() was renamed to
setrunqueue(), but remrq() was never renamed.  Rename remrq() to
remrunqueue().

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Oct 25 20:00:39 1996 UTC (28 years, 1 month ago) by leo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -3 lines
Nuke 2 useless instructions that only cause _doboot to panic now that
page zero is *properly* protected.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 16 12:41:50 1996 UTC (28 years, 1 month ago) by leo
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +85 -30 lines
Sync trace traps with the hp300.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 16 06:25:45 1996 UTC (28 years, 2 months ago) by leo
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
Fix bootcode to work on the 68040.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 10 08:58:42 1996 UTC (28 years, 3 months ago) by leo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +37 -4 lines
- Add suline() for the new trap.c (Shouldn't this move to m68k/copy.s?)
- Fix some bugs in the interrupt handlers introduced by the new mapping
  of the st io-area.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jul 12 13:12:40 1996 UTC (28 years, 4 months ago) by leo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +201 -248 lines
- Cleanup a bit
- Remove the kernel-jump-to-zero code as page zero mapping is removed
- Weed out cpu040 usage, use mmutype instead
- Fix doboot code
- add fill for page zero
- use m68k/sigreturn.s

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Tue Jun 18 06:17:18 1996 UTC (28 years, 5 months ago) by leo
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +47 -7 lines
Pull up _kernel_text, fpfault & bus error changes.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 18 06:13:46 1996 UTC (28 years, 5 months ago) by leo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +38 -6 lines
Add fpfault & bus error handling corrections from Ignatios Souvatzis.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 26 20:50:53 1996 UTC (28 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -2 lines
Add 'kernel_text' symbol (Gordon Ross).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 27 10:20:44 1996 UTC (28 years, 8 months ago) by leo
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +16 -2 lines
Add centronics printer driver.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 2 02:36:20 1996 UTC (28 years, 10 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
assym.s -> assym.h
(Some ports did this already.)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 18 20:40:59 1995 UTC (28 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Oops, forgot to change one fixed address into a define.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Dec 16 21:40:31 1995 UTC (28 years, 11 months ago) by leo
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +17 -2 lines
Make an NMI activate the debugger. This only works on a TT and needs a small
hardware patch. This makes it easier to debug drivers that hang on an ipl
> splsoft.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 11 02:38:01 1995 UTC (29 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -78 lines
Move bcopy/ovbcopy/memcpy into m68/m68k/copy.s, which is used by all
m68k ports already anyhow.  No use in keeping 6 identical copies of this
function around.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 30 21:52:46 1995 UTC (29 years ago) by leo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +18 -4 lines
Add kernel option for separate {stat,prof}clock

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 30 00:57:36 1995 UTC (29 years ago) by jtc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -136 lines
merge in changes from 1.1 release branch

Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 21 13:04:54 1995 UTC (29 years, 1 month ago) by leo
Branches: netbsd-1-1
CVS tags: netbsd-1-1-RELEASE, netbsd-1-1-PATCH001
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.1: +11 -6 lines
Don't call FPU specific functions before we are sure that there is an FPU.

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 12 08:15:56 1995 UTC (29 years, 2 months ago) by leo
Branches: netbsd-1-1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -131 lines
Remove functions from locore.s that are duplicated in libkern. Also
replace blkclr() by bzero()

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 4 19:37:45 1995 UTC (29 years, 3 months ago) by leo
Branches: MAIN
CVS tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +10 -1 lines
Add memcpy entry as suggested by gwr.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 11 21:25:32 1995 UTC (29 years, 5 months ago) by leo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -6 lines
Remove some bogus comment.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 9 19:45:42 1995 UTC (29 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Fix thinko

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 28 19:17:54 1995 UTC (29 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +21 -42 lines
- Remove FPCOPROC ifdef's. Make fpu code dependant on fputype.
- Change clock interrupt handler: remove extra division by 4.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 21 10:45:59 1995 UTC (29 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -53 lines
Remove icode, it doesn't seem to be used.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 14 15:20:25 1995 UTC (29 years, 6 months ago) by leo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +48 -44 lines
Fix double mapping of stack.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 10 06:33:31 1995 UTC (29 years, 7 months ago) by leo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Ignore HBL/VBL interrupts instead of reporting them as stray as they
can't be turned off on a Falcon.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 5 16:30:33 1995 UTC (29 years, 7 months ago) by leo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -12 lines
Shift system clocks  from TT-mfp to ST-mfp for Falcon.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 26 07:12:19 1995 UTC (29 years, 8 months ago) by leo
Branches: Leo
CVS tags: Leo-initial-950326
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
NetBSD/Atari, port by Leo Weppelman.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 26 07:12:19 1995 UTC (29 years, 8 months ago) by leo
Branches: MAIN
Initial revision

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>