CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/02 13:58:53
Modified files:
sys/scsi : scsi_base.c
Log message:
Set a low water mark on scsi_xfer_pool and prime the pool. This way there
will always be some scsi_xfer structures around. Hopefully that means the
pagedaemon can actually write out pages to swap if we're out of physical
memory.
ok krw@
