libata: Fix several inaccuracies in developer's guide
Commit
b1e9af616a894189bfa1c310ecdcb674ce4f2364 (libata: kill probe_ent
and related helpers) killed ata_device_add() but didn't remove references
to it from the libata developer's guide.
Commits
86bdc14cd3b7d6eafd9fdd230c981bb39433262d (libata: rename SFF
functions) and
4e576a0325b25d83597a12678fc4793f0636a3c6 (libata: rename
SFF port ops) renamed the taskfile access methods but didn't update the
developer's guide. Commit
6288a0af8ae699ac19ab0883bba4a81eda9d99d9
(libata: kill ata_noop_dev_select()) didn't update the developer's
guide as well.
The guide also refers to the long gone ata_pio_data_xfer_noirq(),
ata_pio_data_xfer(), and ata_mmio_data_xfer() -- replace those by
the modern ata_sff_data_xfer_noirq(), ata_sff_data_xfer(), and
ata_sff_data_xfer32().
Also, remove the reference to non-existant ata_port_stop()...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>