Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/sys/arch/sparc64



Module Name:    src
Committed By:   martin
Date:           Sat Sep  9 15:01:25 UTC 2023

Modified Files:
        src/sys/arch/sparc64/dev [netbsd-10]: fdc.c
        src/sys/arch/sparc64/include [netbsd-10]: intr.h psl.h
        src/sys/arch/sparc64/sparc64 [netbsd-10]: autoconf.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #360):

        sys/arch/sparc64/dev/fdc.c: revision 1.52
        sys/arch/sparc64/include/intr.h: revision 1.32
        sys/arch/sparc64/sparc64/autoconf.c: revision 1.239
        sys/arch/sparc64/include/psl.h: revision 1.64

sparc64: fix interrupt level mapping for disk and and parallel devices
on SBUS-based machines

Change the mapping from PIL_SCSI to PIL_BIO, so that they interrupt above
the highest soft interrupt (softserial)

Remove unused PIL_SCSI, PIL_FDSOFT, PIL_AUSOFT and fix the printf in fdc.c

Add "socal" and "SUNW,bpp" to the interrupt map.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.6.1 src/sys/arch/sparc64/dev/fdc.c
cvs rdiff -u -r1.31 -r1.31.70.1 src/sys/arch/sparc64/include/intr.h
cvs rdiff -u -r1.62.4.1 -r1.62.4.2 src/sys/arch/sparc64/include/psl.h
cvs rdiff -u -r1.238 -r1.238.4.1 src/sys/arch/sparc64/sparc64/autoconf.c

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




Home | Main Index | Thread Index | Old Index