]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r219036
authorken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Feb 2011 16:39:15 +0000 (16:39 +0000)
committerken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Feb 2011 16:39:15 +0000 (16:39 +0000)
commit551edb6f6121f131ff2e0e407e434e413592a018
treee74cfec83b6bfa390f2b1fce56188504aed2a38f
parentb1266c83a49c3e64ffcdc39666f1b1d357b55f48
MFC: r219036

Silence 'out of chain frames' warnings and bump the number of frames.

mps.c: Hide the 'out of chain frames' warning behind MPS_INFO.

mps_sas.c: Hide the SIM queue freeze/unfreeze messages behind MPS_INFO.

mpsvar.h: Bump the number of chain frames from 1024 to 2048.  From
testing, it looks like this makes it less likely that we'll
run out of chain frames, and it doesn't cost much memory
(32K).

git-svn-id: svn://svn.freebsd.org/base/stable/8@219099 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/mps/mps.c
sys/dev/mps/mps_sas.c
sys/dev/mps/mpsvar.h