Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sparc64/sparc64
Module Name: src
Committed By: jdc
Date: Fri Feb 6 16:35:30 UTC 2026
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c ofw_patch.c ofw_patch.h
Log Message:
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.246 -r1.247 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/sparc64/ofw_patch.c
cvs rdiff -u -r1.4 -r1.5 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