K 10 svn:author V 3 ian K 8 svn:date V 27 2018-06-05T22:13:45.889325Z K 7 svn:log V 377 Remove comments and assertions that are no longer valid after r330809. r330809 replaced duplication of devdesc struct fields with an embedded copy of the devdesc struct, to avoid fragility. That means all the scattered comments indicating that structs must match are no longer valid. Likewise asserts that attempted to mitigate some of the old fragility. Reviewed by: imp@ END