Re: CVS commit: src/sys/opencrypto

2014-01-26 Thread Taylor R Campbell
Date: Sun, 26 Jan 2014 11:36:32 + From: David Laight It also sounds like manual unloads of drivers can happen when the device is open - and that is also bad. A manual unload probably isn't going to race with open or close though. Disallowing unload completely would be a pai

Re: CVS commit: src/sys

2014-01-26 Thread Masanobu SAITOH
(2014/01/26 19:54), SAITOH Masanobu wrote: Module Name:src Committed By: msaitoh Date: Sun Jan 26 10:54:24 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: consinit.c src/sys/dev/pci: files.pci puccn.c puccn.h Log Message

Re: CVS commit: src/sys/opencrypto

2014-01-26 Thread David Laight
On Sun, Jan 26, 2014 at 11:04:31AM +1100, matthew green wrote: > > > >>> phase one: disable auto-unload. > > > > > >> Phase 1 has been done. > > > > > > for the whole kernel? > > > > No. Only for this specific module. > > right - my suggestion was that since this problem affects a > large clas