Bug 212226 - vesa.ko - fails to detect it's already loaded
Summary: vesa.ko - fails to detect it's already loaded
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 11.0-RC1
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash, regression
Depends on:
Blocks:
 
Reported: 2016-08-28 22:58 UTC by Sevan Janiyan
Modified: 2016-08-28 22:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2016-08-28 22:58:48 UTC
Attempting to load the vesa.ko module from a terminal results in the following error being reported.

module_register_init: MOD_LOAD (vesa, 0xffffffff82421000, 0) error 6
sysctl_unregister_oid: failed to unregister sysctl


If vesa_load=YES is defined in /boot/loader.conf, this results in a unbootable system, error being reported as

panic: module_register_init: module named vesa not found.

System is running the stock RC-2 generic kernel & I had not checked that the config file already includes the vesa module.

Attempting to load the vesa module on 10.3-RELEASE results in
module_register: cannot register vesa from kernel; already loaded from vesa.ko
Module vesa failed to register: 17

System boots without isuse if vesa_load=YES is defined in loader.conf