[Bug 255220] a bug about wireless module
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 19 13:54:31 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255220
Andrey V. Elsukov <ae at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ae at FreeBSD.org
Status|New |Closed
Resolution|--- |Not A Bug
--- Comment #1 from Andrey V. Elsukov <ae at FreeBSD.org> ---
Look at hier(7) manual:
kernel/ pure kernel executable (the operating system loaded
into memory at boot time) and kernel modules
modules/ third-party loadable kernel modules, such as the
ones installed from ports(7)
If you don't want kernel modules to be loaded automatically, look at the
rc.conf(5) manual and devmatch_enable option.
If you don't want to build kernel modules with your kernel, look at the
make.conf(5) manual and MODULES_OVERRIDE option.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list