Panic from vesa_configure()

Adrian Chadd adrian.chadd at gmail.com
Thu Jan 7 16:53:33 UTC 2016


Ok,

So try adding this check:

vmbuf = x86bios_alloc(&offs, sizeof(*buf), M_WAITOK);
if (vmbuf == NULL) {
    printf("%s: x86bios_alloc failed!\n", __func__);
    goto fail;
}

... that call shouldn't be failing, but if it's truely failing on the
bcopy(), the only reason is because vmbuf is NULL.


-a


More information about the freebsd-current mailing list