Subject: Timeout in ATA get_params()
To: None <tech-kern@netbsd.org>
From: Karl Janmar <karlj@mdstud.chalmers.se>
List: tech-kern
Date: 01/23/2003 16:21:35
Hi.

I have a litte problem with my 2.5" 30GB Fujitsu ATA drive. NetBSD timeout
before it my disk deliver parameters to it.
dev/ata/ata.c:ata_get_params().
....
wdc_c.timeout = 1000; /* 1s */
...


I have to set it to 3000 (3 seconds) then it deliver parameters.
Maybe this should be an configuration option.

Regards, Karl.