Source-Changes archive

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

CVS commit: src/sys/arch/hp300/hp300



Module Name:    src
Committed By:   tsutsui
Date:           Sun Nov 23 17:08:07 UTC 2025

Modified Files:
        src/sys/arch/hp300/hp300: leds.c

Log Message:
Don't pass page-unaligned physical address to pmap_enter(9).

The traditional pmap_motorola.c implicitly trunc passed pa values,
but it looks the new pmap doesn't care about it.

Also use pmap_kenter_pa(9) to map such device region instead of
pmap_enter(9), and pass proper PMAP_NOCACHE flag for device accesses.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp300/hp300/leds.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