Summary: | vesa / vt(4) integration issues | ||
---|---|---|---|
Product: | Base System | Reporter: | Ed Maste <emaste> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Open --- | ||
Severity: | Affects Some People | CC: | doctorwhoguy, trasz |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 231027, 203349 |
Description
Ed Maste
2014-11-18 15:03:13 UTC
Cut and paste issue, the errno was wrong -- it should be:
> module_register_init: MOD_LOAD (vesa, 0xffffffff80dc3400, 0) error 19
vesa failing to attach if sc(4) is not available is not too surprising, although we ought to have a better user-facing way to handle it.
The panic looks like a module infrastructure issue that we should solve though.
|