NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/45250 Builtin modules cannot be unloaded
The following reply was made to PR kern/45250; it has been noted by GNATS.
From: Paul Goyette <paul%vps1.whooppee.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jmcneill%invisible.ca@localhost
Subject: Re: kern/45250 Builtin modules cannot be unloaded
Date: Sat, 28 Nov 2015 12:41:30 +0800 (PHT)
This is working as designed. You _can_ disable built-in modules with
modunload(8), but they will not be removed from memory and cannot be
replaced with a different version.
If you want replaceable modules, don't include them in the kernel; load
them manually during boot (via /boot.cfg) or during system startup (via
/etc/modules.conf), or let them be auto-loaded.
+------------------+--------------------------+-------------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+-------------------------+
Home |
Main Index |
Thread Index |
Old Index