Module Name: src Committed By: riastradh Date: Fri Feb 11 17:30:48 UTC 2022
Modified Files: src/sys/arch/playstation2/dev: sbus.c spd.c src/sys/arch/playstation2/playstation2: mainbus.c Log Message: playstation2: Fix some pre-device_t/softc-split device private sizes. Nothing appears to use device_private here, so let's not allocate anything or ask for sizeof(struct device). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/playstation2/dev/sbus.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/playstation2/dev/spd.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/playstation2/playstation2/mainbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.