Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

An avocado-tone refrigerator would look good on your resume.


comp / comp.unix.bsd.freebsd.misc / disable command queuing at startup?

SubjectAuthor
* disable command queuing at startup?Winston
`* Re: disable command queuing at startup?Mike Scott
 `- Re: disable command queuing at startup?Winston

1
Subject: disable command queuing at startup?
From: Winston
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Fri, 23 Aug 2024 16:55 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wbe@UBEBLOCK.psr.com.invalid (Winston)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: disable command queuing at startup?
Date: Fri, 23 Aug 2024 12:55:56 -0400
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <ydseuv89gj.fsf@UBEblock.psr.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Fri, 23 Aug 2024 18:56:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fe5dff6743c6c9f9af50608a54553f39";
logging-data="1046192"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ciTXGEfneYmBY4UtDl91o"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:udW3s5TJge6stI9wMyfZYcGeAa0=
sha1:aqREwXEbh01q8orpe9Cw9u/ltxI=
Mail-Copies-To: never
View all headers

Once FreeBSD is up and running,
"camcontrol negotiate $device -T disable"
will disable command queuing for $device.

Is there a setting or hint.* in some .conf file (loader.conf.local?)
that would do that during startup?

Thanks!
-WBE

[I didn't spot an answer in camcontrol(8), ada(4), ahci(4), cam(3),
cam(4), driver(9), device(9), devclass(9), device.hints(5), or
sysctl(8), but maybe I missed it.]

Subject: Re: disable command queuing at startup?
From: Mike Scott
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: Scott family
Date: Fri, 23 Aug 2024 18:35 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: usenet.16@scottsonline.org.uk.invalid (Mike Scott)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: disable command queuing at startup?
Date: Fri, 23 Aug 2024 19:35:00 +0100
Organization: Scott family
Lines: 22
Message-ID: <vaakok$10oas$1@dont-email.me>
References: <ydseuv89gj.fsf@UBEblock.psr.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 23 Aug 2024 20:35:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c0331dcc96844c022dd610a5daea75bd";
logging-data="1073500"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Mu4UT4etkrjPDm5vj1c+8DVy49Irtb3g="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:bBLSRHooJzYM83c2MLSIBXiWkxE=
In-Reply-To: <ydseuv89gj.fsf@UBEblock.psr.com>
Content-Language: en-GB
View all headers

On 23/08/2024 17:55, Winston wrote:
> Once FreeBSD is up and running,
> "camcontrol negotiate $device -T disable"
> will disable command queuing for $device.
>
> Is there a setting or hint.* in some .conf file (loader.conf.local?)
> that would do that during startup?
>
> Thanks!
> -WBE
>
> [I didn't spot an answer in camcontrol(8), ada(4), ahci(4), cam(3),
> cam(4), driver(9), device(9), devclass(9), device.hints(5), or
> sysctl(8), but maybe I missed it.]

rc.local perhaps?

--
Mike Scott
Harlow, England

Subject: Re: disable command queuing at startup?
From: Winston
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Sat, 24 Aug 2024 06:59 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wbe@UBEBLOCK.psr.com.invalid (Winston)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: disable command queuing at startup?
Date: Sat, 24 Aug 2024 02:59:20 -0400
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <ydo75i8kzb.fsf@UBEblock.psr.com>
References: <ydseuv89gj.fsf@UBEblock.psr.com> <vaakok$10oas$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sat, 24 Aug 2024 08:59:26 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7381f4696c1dcef4f7527c89b22c101e";
logging-data="1385432"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19UBXf1WrHHnK19wVKMkG3b"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:NlSrmLrEvKiW0bZPxDlcBGwxmiM=
sha1:2ych3JgOOx6cAvbVvWk+YnhEOlQ=
Mail-Copies-To: never
View all headers

I originally asked:
>> Once FreeBSD is up and running,
>> "camcontrol negotiate $device -T disable"
>> will disable command queuing for $device.
>> Is there a setting or hint.* in some .conf file (loader.conf.local?)
>> that would do that during startup?
>> Thanks!
>> -WBE
>> [I didn't spot an answer in camcontrol(8), ada(4), ahci(4), cam(3),
>> cam(4), driver(9), device(9), devclass(9), device.hints(5), or
>> sysctl(8), but maybe I missed it.]

to which Mike Scott <usenet.16@scottsonline.org.uk.invalid> kindly
replied:
> rc.local perhaps?

That would at least ensure it happens. It'd be even better if
there were some way for "Command Queueing enabled" during device
discovery to be suppressed for that device, especially if it could be
done based on manufacturer or model rather than $device.
-WBE

1

rocksolid light 0.9.8
clearnet tor