Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Fri Jan 21 15:55:37 UTC 2022

Modified Files:
        src/sys/arch/sparc/sparc: promlib.c
        src/sys/dev/i2c: i2c.c
        src/sys/dev/pci: pci.c
        src/sys/kern: subr_device.c
        src/sys/sys: device.h

Log Message:
Replace devhandle_invalidate(), which invalidates a devhandle, with
devhandle_invalid(), which returns an invalid devhandle.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/sparc/sparc/promlib.c
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r1.163 -r1.164 src/sys/dev/pci/pci.c
cvs rdiff -u -r1.9 -r1.10 src/sys/kern/subr_device.c
cvs rdiff -u -r1.175 -r1.176 src/sys/sys/device.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