Passing tag_info kernel command line param to the driver? (LINUX)
P.C. Uiterlinden
puiterl at hacom.nl
Mon Jun 4 06:29:05 PDT 2001
Mike Panetta wrote:
>
> How do I do it? For the life of me I cannot
> figure it out (I have read the source...).
> I have tried:
> aic7xxx=tag_info:128,128
> aic7xxx=tag_info:{128,128}
> aic7xxx=tag_info:{{128,}}
>
This is what I have in my /etc/lilo.conf file:
append = "aic7xxx=tag_info:{{2,2}}"
And it works, `cat /proc/scsi/aic7xxx/0' shows:
Default Tag Queue Depth: 8
Tagged Queue By Device array for aic7xxx host instance 0:
{2,2,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
Actual queue depth per device for aic7xxx host instance 0:
{2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1}
All this is with kernel 2.2.19. At least it shows you the correct
syntax (assuming it has not changed in 2.2.4).
Paul.
To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message
More information about the aic7xxx
mailing list