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
Module Name: src
Committed By: martin
Date: Fri Sep 18 15:40:22 UTC 2026
Modified Files:
src/sys/arch/sparc64/conf [netbsd-11]: files.sparc64
Added Files:
src/sys/arch/sparc64/dev [netbsd-11]: fire_i2c.c fire_i2creg.h
Log Message:
Pull up following revision(s) (requested by jdc in ticket #468):
sys/arch/sparc64/conf/files.sparc64: revision 1.170
sys/arch/sparc64/dev/fire_i2c.c: revision 1.1
sys/arch/sparc64/dev/fire_i2c.c: revision 1.2
sys/arch/sparc64/dev/fire_i2c.c: revision 1.3
sys/arch/sparc64/dev/fire_i2c.c: revision 1.4
sys/arch/sparc64/dev/fire_i2creg.h: revision 1.1
Add a driver for the Fire/MICV i2c controller found in Pyro-based
machines (e.g. U45, V245).
Add glue for fire_i2c.
Fix format string (and sparc builds).
Add a cast when printing ma->ma_reg[0].ur_len, so that it works on both
sparc and sparc64.
Use PRI macro instead of type casting.
To generate a diff of this commit:
cvs rdiff -u -r1.166.20.1 -r1.166.20.2 \
src/sys/arch/sparc64/conf/files.sparc64
cvs rdiff -u -r0 -r1.4.2.2 src/sys/arch/sparc64/dev/fire_i2c.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/sparc64/dev/fire_i2creg.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