Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/dev/ata



Module Name:    src
Committed By:   snj
Date:           Sun Jan 10 23:59:30 UTC 2010

Modified Files:
        src/sys/dev/ata [netbsd-5]: wd.c wdvar.h

Log Message:
Pull up following revision(s) (requested by dsl in ticket #1220):
        sys/dev/ata/wd.c: revision 1.380
        sys/dev/ata/wdvar.h: revision 1.38
ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between
ATA6r1 and ATA6r3, which caused drives conform to ATA6r3 or later to
reject LBA28 commands at sector 0xfffffff.
Get the right idea from the LBA48 boundary from IDENTIFY words 60-61.
Remove the WD_QUIRK_FORCE_LBA48 quirk, associated tables entries and
autodetect code, it's not needed any more.
Based on patch sent to teck-kern by Christoph Badura, use of words 60-61
instead of a constant for the LBA48 boundary by me.


To generate a diff of this commit:
cvs rdiff -u -r1.363.8.2 -r1.363.8.3 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.36 -r1.36.14.1 src/sys/dev/ata/wdvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index