Niek Bergboer wrote:
>
> Hi,
>
> I posted this message on -questions, and since I got no reply I've
> assumed that it's technical enough to post here on -hackers.
>
> Since FBSD 4.3-RELEASE, tagged command queuing is supported for IBM
> DTLA and DPTA IDE drives. However, the newer "Deskstar GXP" drives
> also support TCQ according to IBM's website?
>
> Can these newer drives, based on the IC-35L0?0-chipset, also be used
> with TCQ enabled in FBSD? (? is 2, 4 or 6 depending on whether the
> drive has 20, 40 or 60 GB capacity).
I think so:
ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master tagged
UDMA33
I had to manually add "IC35L060AVER07-0" to ata-disk.c (around line 832)
to get FreeBSD to use it though.
...
ad_tagsupported(struct ad_softc *adp)
{
const char *drives[] = {"IBM-DPTA", "IBM-DTLA", "IC35L060AVER07-0",
NULL};
...
This was a month or so though, so someone might have done the right
thing
and figured out how to parse those new IBM product strings to determine
if the drive supports CTQ or not.
--
\ |_ _|__ __|_ \ __| Jason Andresen [EMAIL PROTECTED]
|\/ | | | / _| Network and Distributed Systems Engineer
_| _|___| _| _|_\___| Office: 703-883-7755
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message