Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/arch/sparc64/sparc64
Module Name: src
Committed By: martin
Date: Sun Sep 13 10:43:06 UTC 2026
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-11]: autoconf.c ofw_patch.c
ofw_patch.h
Log Message:
Pull up following revision(s) (requested by jdc in ticket #458):
sys/arch/sparc64/sparc64/autoconf.c: revision 1.247 (patch)
sys/arch/sparc64/sparc64/ofw_patch.c: revision 1.10 (patch)
sys/arch/sparc64/sparc64/ofw_patch.h: revision 1.5
Reduce the amount of patching conditions in autoconf.c by moving the
machine model checks to ofw_patch.c. We now have one patch routine for
i2c buses and another for i2c devices.
Consolidate the patching checks for parent bus type into a single check.
Remove the "multi_read" property for V210, V240 and V440 - no longer needed
because the pcfiic driver was fixed.
While here, add a "fan_mask" property for the V240, which has only 3 fans
in the first group of 4.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.243.2.1 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -u -r1.7 -r1.7.26.1 src/sys/arch/sparc64/sparc64/ofw_patch.c
cvs rdiff -u -r1.4 -r1.4.28.1 src/sys/arch/sparc64/sparc64/ofw_patch.h
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