cvs commit: src/sys/dev/aac aac.c

Scott Long scottl at freebsd.org
Sat Feb 14 01:16:36 PST 2004


On Thu, 12 Feb 2004, Alexandr Kovalenko wrote:
> Hello, Scott Long!
>
> On Thu, Feb 12, 2004 at 08:15:43AM -0700, you wrote:
>
> > >>scottl      2004/02/11 02:34:24 PST
> > >>
> > >> FreeBSD src repository
> > >>
> > >> Modified files:        (Branch: RELENG_5_2)
> > >>   sys/dev/aac          aac.c
> > >> Log:
> > >> MFC: If deferring a command due to lack of card resources, unmap it so
> > >> that
> > >> it will be marked appropriately the next time the queue is run.
> > >
> > >
> > >It still panics if stressed using bonnie++ with this wrapper script:
> > >
> > >http://osuosl.org/benchmarks/bc/methodology/bc_bon.pl
> > >
> > >it says:
> > >
> > >command 0xc9028000 not in queue, flags = 0x20, bit=0x80
> > >panic: command not in queue
> > >
> > >I've used RELENG_5_2 dirver, not current one...
> > >
> > >Any suggestions?
> > >
> >
> > This is very troubling.  Can you change /sys/dev/aac/aacvar.h so that
> > AAC_MAX_FIBS is defined to 504 instead of 512?
>
> Looks like it fixes the panic, but bonnie++ cannot finish.
>
> here is part of top -HS output:
>

Would it be possible for me to log into your machine remotely to look at
it?  If that's not possible, would you be able to take the source files
from 5.2-CURRENT for src/tools/tools/aac, compile them on your RELENG_5_2
system, and send me the output from

aac_checkq 0
aac_checkq 1
aac_checkq 2
aac_checkq 3

Thanks,

Scott
_______________________________________________
cvs-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"


More information about the cvs-src mailing list