From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Subject: Re: [9fans] WD hard disk not available in partdisk From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 5 Jul 2002 17:33:17 -0400 Topicbox-Message-UUID: c3392c7c-eaca-11e9-9e20-41e7f4b1d025 John DeGood : Based on reading the ATA-1 and ATA-2 specs (http://www.t13.org/project/d0791r4c.pdf and http://www.t13.org/project/d0948r4c.pdf) I agree that the if statement clauses in sdata.c appear to be reversed. FWIW, the ATA-6 draft (http://www.t13.org/project/d1410r3a.pdf) declares: ---- 8.15.26 Word 53: Field validity Bit 0 of word 53 is obsolete. ... 8.15.27 Word (58:54): Obsolete ---- Does this suggest that this code in sdata.c may cause problems in the future if it continues to always assume that the content of bit 0 of word 53 is valid? Most likely this will eventually be a problem. > I've tested this on a WD AC2120 (125MB, my disc is smaller than your disc). I'd try my ST225 (21.4 MB), but I don't think its controller is supported. :-) John My 40MB Conner CP3000 seems to work with the changes too.