identification for ATA8-ACS
Brought to you by:
ideguy
For getting device information through hdparm -i, I suggest that we should change the code (hdparm.c Line: 535) as below
====== Original ========
for (i=0; i <= 7; i++) {
..
..
}
====== Modify =========
for (i=0; i <= 8; i++) {
.
.
.
}
=====================
Thanks in advanced!