Re: Panic from vesa_configure()

From: Adrian Chadd <adrian.chadd_at_gmail.com>
Date: Thu, 7 Jan 2016 08:53:32 -0800
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
Received on Thu Jan 07 2016 - 15:53:33 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:02 UTC