Module Name: src Committed By: riastradh Date: Mon May 22 14:59:58 UTC 2023
Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Strengthen preconditions of various devsw operations. These can only happen between dkopen and dkclose, so there's no need to test -- we can assert instead that the wedge exists and is fully initialized. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 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.