CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/23 22:01:52
Modified files:
sys/scsi : scsi_base.c scsiconf.c scsiconf.h
Log message:
Get rid of scsi_deinit(), and change scsi_init() back to a one-time
initialization strategy, rather than pretending to do user reference
counting. Previously, we would re-initialize the SCSI pool(9)s, which
had the fun consequence of causing sysctl(kern.pool.npools) to
infinite loop at IPL_VM.
ok krw@
