Module Name: src Committed By: riastradh Date: Sun Jul 17 13:10:04 UTC 2022
Modified Files: src/sys/dev/wsfb: genfb.c Log Message: genfb(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b) Better diagnostics. No other functional change. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/dev/wsfb/genfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.