Date: Sat, 11 Oct 2003 01:10:33 -0700 (PDT) From: Makoto Matsushita <matusita@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/sysinstall modules.c Message-ID: <200310110810.h9B8AXCW080563@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310110810.h9B8AXCW080563>