Module Name: src Committed By: pgoyette Date: Thu Jul 14 21:57:06 UTC 2016
Modified Files: src/sys/kern: subr_autoconf.c Log Message: Remove a call to panic() which duplicates the subsequent KASSERT()! XXX Since everything has (or should have) been switched to dev_t, we XXX could probably remove the check for XXX XXX ca->ca_devsize >= sizeof(struct device) XXX XXX But someone ought to check on that first! Reviewed by riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.