cvs commit: src/release Makefile src/release/sysinstall modules.c
Makoto Matsushita
matusita at FreeBSD.org
Sat Oct 11 01:10:34 PDT 2003
matusita 2003/10/11 01:10:33 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
release Makefile
release/sysinstall modules.c
Log:
Fix (one of) 4.9-RELEASE release breaker, "Loading kernel modules while
installation phase sometimes causes an error" bug. It also includes
"there's an error while loading firewire modules" bug.
Since the results of readdir(3)'s whims, either sbp.ko or if_fwe.ko is
picked up for load BEFORE firewire.ko. Unfortunately module_path is
not properly set, kldload(2) cannot find kernel modules, firewire.ko,
which is required to load sbp.ko/if_fwe.ko. This is why you'll see
"loading failed" message.
Actually these are mostly comes from following commits on the HEAD:
src/release/Makefile rev 1.721
src/usr.sbin/sysinstall/modules.c rev 1.5
Approved by: murray (as of re@, pre-approved)
Revision Changes Path
1.536.2.111 +3 -2 src/release/Makefile
1.2.2.5 +2 -2 src/release/sysinstall/modules.c
More information about the cvs-src
mailing list