richliu's blog

Linux, 工作, 生活.

richliu's blog header image 4

Entries from 四月 2009

[工作筆記] Linux SATA NCQ Patch

四月 23rd, 2009 · 1 Comment

工作上要寫個 NCQ 的實作, 這是 Linux NCQ 的 Patch.
參考一下就知道做了什麼變動.

libata-ncq: add NCQ related ATA constants and id macros

libata-ncq: add NCQ related libata flags

libata-ncq: pass ata_scsi_translate() return value to SCSI midlayer

libata-ncq: implement ap->sactive

libata-ncq: implement command exclusion

libata-ncq: implement NCQ command translation

libata-ncq: implement ata_eh_read_log_10h()

libata-ncq: update EH to handle NCQ

libata-ncq: implement NCQ [...]

[Read more →]

Tags: Hardware · Linux · Programming · 工作