X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2FDocBook%2Flibata.tmpl;h=ba997577150369c5d7bc655c82704e01567e685d;hb=c32d4d7510ae4da4e83bbd6e6471b04e9c9108ea;hp=065e8dc23e3adb4bd3d5d659ddf2a80741261b3a;hpb=4e6d816e51728d5006c53e78e079ac62b902f8aa;p=cascardo%2Flinux.git diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index 065e8dc23e3a..ba9975771503 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl @@ -14,7 +14,7 @@ - 2003-2005 + 2003-2006 Jeff Garzik @@ -456,8 +456,9 @@ void (*irq_clear) (struct ata_port *); SATA phy read/write -u32 (*scr_read) (struct ata_port *ap, unsigned int sc_reg); -void (*scr_write) (struct ata_port *ap, unsigned int sc_reg, +int (*scr_read) (struct ata_port *ap, unsigned int sc_reg, + u32 *val); +int (*scr_write) (struct ata_port *ap, unsigned int sc_reg, u32 val); @@ -883,7 +884,7 @@ and other resources, etc. - ATA errors & exceptions + ATA errors and exceptions This chapter tries to identify what error/exception conditions exist @@ -1400,7 +1401,7 @@ and other resources, etc. When it's known that HBA is in ready state but ATA/ATAPI - device in in unknown state, reset only device. + device is in unknown state, reset only device.