Bug 31566

Summary: VESA module loadable while statically compiled
Product: Base System Reporter: brad <brad>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description brad 2001-10-28 20:20:03 UTC
When options VESA is placed in a kernel config file, and one boots to this kernel, it is possible to load vesa.ko using kldload, and to list it using kldstat. The proper behaviour should be to inform the user that this code is already compiled in.

Fix: 

None.
How-To-Repeat: add 

options VESA

to the kernel config file, reboot; kldload vesa.ko; kldstat

kldunload vesa.ko yields no crash.
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-11-02 14:43:29 UTC
State Changed
From-To: open->closed

Issue of loading klds which are compiled into kernel duplicates PR 24392.