浏览代码

/spare/repo/libata-dev branch 'upstream-fixes'

Jeff Garzik 20 年之前
父节点
当前提交
4887f76ec3
共有 5 个文件被更改,包括 4 次插入28 次删除
  1. 1 0
      drivers/scsi/ahci.c
  2. 1 1
      drivers/scsi/ata_piix.c
  3. 0 25
      drivers/scsi/libata-core.c
  4. 1 1
      drivers/scsi/libata.h
  5. 1 1
      drivers/scsi/sata_promise.c

+ 1 - 0
drivers/scsi/ahci.c

@@ -1104,6 +1104,7 @@ MODULE_AUTHOR("Jeff Garzik");
 MODULE_DESCRIPTION("AHCI SATA low-level driver");
 MODULE_DESCRIPTION("AHCI SATA low-level driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 MODULE_DEVICE_TABLE(pci, ahci_pci_tbl);
 MODULE_DEVICE_TABLE(pci, ahci_pci_tbl);
+MODULE_VERSION(DRV_VERSION);
 
 
 module_init(ahci_init);
 module_init(ahci_init);
 module_exit(ahci_exit);
 module_exit(ahci_exit);

+ 1 - 1
drivers/scsi/ata_piix.c

@@ -32,7 +32,7 @@
 #include <linux/libata.h>
 #include <linux/libata.h>
 
 
 #define DRV_NAME	"ata_piix"
 #define DRV_NAME	"ata_piix"
-#define DRV_VERSION	"1.03"
+#define DRV_VERSION	"1.04"
 
 
 enum {
 enum {
 	PIIX_IOCFG		= 0x54, /* IDE I/O configuration register */
 	PIIX_IOCFG		= 0x54, /* IDE I/O configuration register */

+ 0 - 25
drivers/scsi/libata-core.c

@@ -2268,19 +2268,6 @@ void ata_qc_prep(struct ata_queued_cmd *qc)
  *	spin_lock_irqsave(host_set lock)
  *	spin_lock_irqsave(host_set lock)
  */
  */
 
 
-
-
-/**
- *	ata_sg_init_one - Prepare a one-entry scatter-gather list.
- *	@qc:  Queued command
- *	@buf:  transfer buffer
- *	@buflen:  length of buf
- *
- *	Builds a single-entry scatter-gather list to initiate a
- *	transfer utilizing the specified buffer.
- *
- *	LOCKING:
- */
 void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)
 void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)
 {
 {
 	struct scatterlist *sg;
 	struct scatterlist *sg;
@@ -2312,18 +2299,6 @@ void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)
  *	spin_lock_irqsave(host_set lock)
  *	spin_lock_irqsave(host_set lock)
  */
  */
 
 
-
-/**
- *	ata_sg_init - Assign a scatter gather list to a queued command
- *	@qc:  Queued command
- *	@sg:  Scatter-gather list
- *	@n_elem:  length of sg list
- *
- *	Attaches a scatter-gather list to a queued command.
- *
- *	LOCKING:
- */
-
 void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg,
 void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg,
 		 unsigned int n_elem)
 		 unsigned int n_elem)
 {
 {

+ 1 - 1
drivers/scsi/libata.h

@@ -26,7 +26,7 @@
 #define __LIBATA_H__
 #define __LIBATA_H__
 
 
 #define DRV_NAME	"libata"
 #define DRV_NAME	"libata"
-#define DRV_VERSION	"1.11"	/* must be exactly four chars */
+#define DRV_VERSION	"1.12"	/* must be exactly four chars */
 
 
 struct ata_scsi_args {
 struct ata_scsi_args {
 	u16			*id;
 	u16			*id;

+ 1 - 1
drivers/scsi/sata_promise.c

@@ -40,7 +40,7 @@
 #include "sata_promise.h"
 #include "sata_promise.h"
 
 
 #define DRV_NAME	"sata_promise"
 #define DRV_NAME	"sata_promise"
-#define DRV_VERSION	"1.01"
+#define DRV_VERSION	"1.02"
 
 
 
 
 enum {
 enum {