CVS commit: src/sys/arch/sun3/sun3x

2020-08-19 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Aug 19 13:11:42 UTC 2020

Modified Files:
src/sys/arch/sun3/sun3x: pmap.c

Log Message:
Make sure pmap_kenter_pa(9) handles uncached mappings properly.

Fixes "cgfour(4) is mis-probed as bwtwo(4)" problem on 3/80
that has been broken since NetBSD 1.6.
Now Xorg 1.20 based Xsun 8bpp color server is confirmed working
on the cgfour(4).

Should be pulled up to netbsd-9.

XXX: all MD PMAP_NC flags should be replaced with MI PMAP_NOCACHE flag.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/sun3/sun3x/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/sun3x

2014-03-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar 24 18:42:56 UTC 2014

Modified Files:
src/sys/arch/sun3/sun3x: locore.s

Log Message:
avoid dup defs, use global macros


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/sun3/sun3x/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/sun3x

2013-11-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov  7 02:37:56 UTC 2013

Modified Files:
src/sys/arch/sun3/sun3x: dvma.c

Log Message:
fix variable usage


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sun3/sun3x/dvma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/sun3x

2013-09-06 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Sep  6 17:43:20 UTC 2013

Modified Files:
src/sys/arch/sun3/sun3x: bus_subr.c clock.c dvma.c enable.c enable.h
idprom.c iommu.c iommu.h locore2.c machdep.c mm_md.c obio.c pmap.c
pmap_pvt.h vme.c

Log Message:
Tab/whitespace cleanup.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sun3/sun3x/bus_subr.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/sun3/sun3x/clock.c \
src/sys/arch/sun3/sun3x/locore2.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sun3/sun3x/dvma.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sun3/sun3x/enable.c \
src/sys/arch/sun3/sun3x/iommu.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sun3/sun3x/enable.h \
src/sys/arch/sun3/sun3x/mm_md.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sun3/sun3x/idprom.c \
src/sys/arch/sun3/sun3x/pmap_pvt.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sun3/sun3x/iommu.c
cvs rdiff -u -r1.133 -r1.134 src/sys/arch/sun3/sun3x/machdep.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sun3/sun3x/obio.c
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/sun3/sun3x/pmap.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sun3/sun3x/vme.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.