Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev/i2c
Hi Michael,
Perhaps your commit missed some changes? The code no longer compiles.
Cheers,
+ Kimmo
/p/netbsd/cvs/src/sys/dev/i2c/dbcool.c: In function 'dbcool_attach':
/p/netbsd/cvs/src/sys/dev/i2c/dbcool.c:778:4: error: 'struct dbcool_softc' has no member named 'sc_prop'
sc->sc_prop = args->ia_prop;
^~
/p/netbsd/cvs/src/sys/dev/i2c/dbcool.c: In function 'dbcool_attach_sensor':
/p/netbsd/cvs/src/sys/dev/i2c/dbcool.c:1698:43: error: 'struct dbcool_softc' has no member named 'sc_prop'
if (prop_dictionary_get_cstring_nocopy(sc->sc_prop, name, &desc)) {
On Sun, Jul 12, 2020 at 06:42:33AM +0000, Michael Lorenz wrote:
> Module Name: src
> Committed By: macallan
> Date: Sun Jul 12 06:42:33 UTC 2020
>
> Modified Files:
> src/sys/dev/i2c: dbcool.c
>
> Log Message:
> in sysctl_dbcool_behavior() - actually use the array index when translating
> text from sysctl -w *.behavior=<whatever>
> now this actually works on my sb2500's two adm1030s
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.55 -r1.56 src/sys/dev/i2c/dbcool.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