<div dir="ltr"><div>You can kill kernel logging entirely, see if this works as a quick workaround in /boot/loader.conf:</div><div><br></div><div>kern.kprintf_logging=0</div><div><br></div><div>The less invasive solution is to compile up a kernel with that junk commented out.  Comment out lines 1071 and 1072 in /usr/src/sys/dev/disk/sdhci/sdhci.c.   And yes, I agree... we should limit the rate at which it prints messages like that.  What would be a reasonable rate limit?   Once every 30 seconds maximum?  It would be like 4-5 lines of code and a static variable, so not hard.</div><div><br></div><div>-Matt</div></div>