Module Name: src Committed By: rin Date: Fri Jul 26 05:15:47 UTC 2019
Modified Files: src/sys/dev/rasops: rasops.c Log Message: Misc creen up for rasops.c: - sort headers - return error value instead of panic - use uintptr_t for cast pointer to integer - use macros appropriately - use __func__ - some consistency check ifndef DEBUG - try to avoid undefined behaviors related to shift - convert malloc/free to kmem_alloc/kmem_free - convert MIN to uimin - style To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/dev/rasops/rasops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.