Module Name: src Committed By: martin Date: Sun Oct 11 12:34:30 UTC 2020
Modified Files: src/sbin/ccdconfig [netbsd-9]: ccdconfig.c src/sys/dev [netbsd-9]: ccd.c src/sys/dev/dkwedge [netbsd-9]: dk.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1110): sys/dev/dkwedge/dk.c: revision 1.102 sys/dev/ccd.c: revision 1.185 sbin/ccdconfig/ccdconfig.c: revision 1.58 Use raw device for configuring units. This is necessary as having a block device opened prevents autodiscovery of wedges. Fix ioctl locking. Add dkdriver. Check dkdriver before calling a driver function. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.56.18.1 src/sbin/ccdconfig/ccdconfig.c cvs rdiff -u -r1.179 -r1.179.4.1 src/sys/dev/ccd.c cvs rdiff -u -r1.97.8.3 -r1.97.8.4 src/sys/dev/dkwedge/dk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.