Module Name: src Committed By: andvar Date: Sat Sep 7 14:28:19 UTC 2024
Modified Files: src/sys/arch/hpcmips/dev: plumpower.c Log Message: Change duplicate PLUM_POWER_RESETC_IO5CL1 to PLUM_POWER_RESETC_IO5CL0. I believe it was a typo, since plum_power_ioreset(pc) call states that it is resetting high/low I/O bus and TC6358TB Technical Data (page 128) describes the bit to be set for clearing I/O active low device signals. pullups are likely not necessary, there are no known issues reported. Reported by David Binderman. PR port-hpcmips/50688 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hpcmips/dev/plumpower.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.