Module Name:src
Committed By: tsutsui
Date: Fri Aug 6 05:22:21 UTC 2021
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Add comments how mm_md_physacc() for hp300 works.
mm_md_physacc() for all other hp300 pmap based m68k ports that copied
hp300 impleman
Module Name:src
Committed By: tsutsui
Date: Tue Apr 21 09:02:33 UTC 2020
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Fix garbages in dmesg caused by uninitialized variables slipped in r1.228.
Noticed in HP9000/362 dmesg:
https://dmesgd.nycbug.org/ind
Module Name:src
Committed By: tsutsui
Date: Sun Jan 17 17:49:55 UTC 2016
Modified Files:
src/sys/arch/hp300/hp300: intr.c
Log Message:
Fix fatal "intr_dispatch: stray level 6 interrupt" panic by the GENERIC
kernel on machines without arcofi(4) audio (i.e. all hp300 except
Module Name:src
Committed By: tsutsui
Date: Sat Mar 15 09:26:36 UTC 2014
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
Use common m68k/busaddrerr.s for bus error and address error handlers.
No binary changes on GENERIC.
To generate a diff of this commi
Module Name:src
Committed By: tsutsui
Date: Sat Sep 21 06:24:43 UTC 2013
Modified Files:
src/sys/arch/hp300/hp300: pmap_bootstrap.c
Log Message:
Fix a build error on a kernel config without 68040 machines.
Reported by Andrew Gillham on port-hp300@:
http://mail-index.NetBS
Module Name:src
Committed By: tsutsui
Date: Fri Aug 10 12:29:59 UTC 2012
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Appease gcc -fno-common:
- remove initialzation of physmem since it's properly initialized
before pmap_bootstrap() using a value pa
Module Name:src
Committed By: tsutsui
Date: Sat Nov 5 15:21:43 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
bgt -> jgt for a short jump.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/arch/hp300/hp300/locore.s
Please
Module Name:src
Committed By: tsutsui
Date: Fri Nov 4 17:53:51 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
Fix indent and some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/hp300/hp300/locore.s
Pleas
Module Name:src
Committed By: tsutsui
Date: Thu Nov 3 15:13:02 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
unifdef __ELF__
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/arch/hp300/hp300/locore.s
Please note that di
Module Name:src
Committed By: tsutsui
Date: Sun May 15 16:57:08 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Misc KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/sys/arch/hp300/hp300/machdep.c
Please note that diffs
Module Name:src
Committed By: tsutsui
Date: Tue May 10 14:38:08 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c machdep.c
Log Message:
Move intr_init() call from early hp300_init() to cpu_configure(9)
since interrupt functions would want evcnt(9).
To genera
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 04:52:28 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: bus_space.c
Log Message:
Umm, fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp300/hp300/bus_space.c
Please note that
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 03:43:50 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: bus_space.c
Log Message:
Use __func__ to print (correct) function names.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp300/hp
Module Name:src
Committed By: tsutsui
Date: Wed Feb 9 09:32:50 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c machdep.c
Log Message:
NHIL is no more.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/hp300/hp300/autoconf.c
cvs rdi
Module Name:src
Committed By: tsutsui
Date: Wed Feb 9 09:29:57 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Remove leftover debug stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hp300/hp300/autoconf.c
Plea
Module Name:src
Committed By: tsutsui
Date: Sun Feb 6 14:26:10 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: trap.c
Log Message:
Remove trailing TABs.
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/hp300/hp300/trap.c
Please note that
Module Name:src
Committed By: tsutsui
Date: Thu Jan 6 14:19:54 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: machdep.c pmap_bootstrap.c
Log Message:
Move pmap_aliasmask initialization from pmap_bootstrap.c
to machdep.c:hp300_init() before the first pmap(9) use.
To
Module Name:src
Committed By: tsutsui
Date: Thu Jan 6 13:25:32 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: leds.c pmap_bootstrap.c
Log Message:
Move VA allocation of ledbase to leds.c just before pmap_enter(9)
to reduce MD quirk in pmap_bootstrap.c.
To generate a
Module Name:src
Committed By: tsutsui
Date: Thu Jan 6 13:03:47 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s machdep.c pmap_bootstrap.c
Log Message:
Move bootinfo address initialization to locore.s and machdep.c
to reduce MD quirks in pmap_bootstrap.c.
Also
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 05:18:04 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: pmap_bootstrap.c
Log Message:
Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.
Tested on HP
Module Name:src
Committed By: tsutsui
Date: Sat Oct 16 16:41:45 UTC 2010
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Prepare empty module_init_md() for options MODULAR.
XXX: Should we get rid of cpu_exec_aout_makecmds() for COMPAT_NOMID and
XXX: COMPA
21 matches
Mail list logo