aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_nv.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-08-28 20:18:39 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-28 20:18:39 -0400
commitaf36d7f0df56de3e3e4bbfb15d0915097ecb8cab (patch)
treecbeb3d387b99fe8b83e0ff8631c422e7a0489645 /drivers/scsi/sata_nv.c
parent0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf (diff)
[libata] license change, other bits
- changes license of all code from OSL+GPL to plain ole GPL - except for NVIDIA, who hasn't yet responded about sata_nv - copyright holders were already contacted privately - adds info in each driver about where hardware/protocol docs may be obtained - where I have made major contributions, updated copyright dates
Diffstat (limited to 'drivers/scsi/sata_nv.c')
-rw-r--r--drivers/scsi/sata_nv.c11
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.