diff options
Diffstat (limited to 'drivers/scsi/sata_nv.c')
-rw-r--r-- | drivers/scsi/sata_nv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/sata_nv.c b/drivers/scsi/sata_nv.c index b0403ccd8a25..1e10370adc34 100644 --- a/drivers/scsi/sata_nv.c +++ b/drivers/scsi/sata_nv.c | |||
@@ -20,6 +20,17 @@ | |||
20 | * If you do not delete the provisions above, a recipient may use your | 20 | * If you do not delete the provisions above, a recipient may use your |
21 | * version of this file under either the OSL or the GPL. | 21 | * version of this file under either the OSL or the GPL. |
22 | * | 22 | * |
23 | * | ||
24 | * libata documentation is available via 'make {ps|pdf}docs', | ||
25 | * as Documentation/DocBook/libata.* | ||
26 | * | ||
27 | * No hardware documentation available outside of NVIDIA. | ||
28 | * This driver programs the NVIDIA SATA controller in a similar | ||
29 | * fashion as with other PCI IDE BMDMA controllers, with a few | ||
30 | * NV-specific details such as register offsets, SATA phy location, | ||
31 | * hotplug info, etc. | ||
32 | * | ||
33 | * | ||
23 | * 0.06 | 34 | * 0.06 |
24 | * - Added generic SATA support by using a pci_device_id that filters on | 35 | * - Added generic SATA support by using a pci_device_id that filters on |
25 | * the IDE storage class code. | 36 | * the IDE storage class code. |