Date: Tue, 3 Jan 2006 20:39:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_sysvec.c Message-ID: <200601032039.k03Kdc9V015370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-01-03 20:39:38 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_sysvec.c Log: Fix a couple of issues with the ibcs2 module event handler. First, return success instead of EOPNOTSUPP when being loaded. Secondly, if there are no ibcs2 processes running when a MOD_UNLOAD request is made, break out to return success instead of falling through into the default case which returns EOPNOTSUPP. With these fixes, I can now kldload and subsequently kldunload the ibcs2 module. PR: kern/82026 (and several duplicates) Reported by: lots of folks MFC after: 1 week Revision Changes Path 1.31 +4 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601032039.k03Kdc9V015370>