Eric,
If the discard timer is enabled, when using Silicon Image 3114 serial SATA, I can not fisk the disk and format it.
Disable it, all operations will be OK. // dword |= (1<<27); /* Discard timer */ dword &= ~(1<<27); /* Discard timer */
Why did you enable it?
Regards
YH