Module Name: src Committed By: tsutsui Date: Mon Jul 5 14:51:23 UTC 2021
Modified Files: src/sys/arch/hp300/dev: ct.c ctreg.h hpibvar.h rd.c rdreg.h rdvar.h src/sys/arch/hp300/stand/common: ct.c hpibvar.h rd.c Log Message: Cleanup duplicated CS/80 indentify structures. From OpenBSD. https://marc.info/?l=openbsd-cvs&m=113227249626888&w=2 > Define the CS/80 identify structure only once and correctly, instead of > duplicating it in every CS/80 driver and using an hardcoded number for > its size. > No functional change. https://marc.info/?l=openbsd-cvs&m=113273001020159&w=2 > Pick HP-IB describe structures changes from main kernel code here as well. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hp300/dev/ct.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp300/dev/ctreg.h cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hp300/dev/hpibvar.h cvs rdiff -u -r1.106 -r1.107 src/sys/arch/hp300/dev/rd.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp300/dev/rdreg.h cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp300/dev/rdvar.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp300/stand/common/ct.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp300/stand/common/hpibvar.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp300/stand/common/rd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.