cvs commit: src/sys/i386/ibcs2 ibcs2_sysvec.c
John Baldwin
jhb at FreeBSD.org
Tue Jan 3 12:39:39 PST 2006
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
More information about the cvs-src
mailing list