···11051105MODULE_DESCRIPTION("AHCI SATA low-level driver");11061106MODULE_LICENSE("GPL");11071107MODULE_DEVICE_TABLE(pci, ahci_pci_tbl);11081108+MODULE_VERSION(DRV_VERSION);1108110911091110module_init(ahci_init);11101111module_exit(ahci_exit);
···22682268 * spin_lock_irqsave(host_set lock)22692269 */2270227022712271-22722272-22732273-/**22742274- * ata_sg_init_one - Prepare a one-entry scatter-gather list.22752275- * @qc: Queued command22762276- * @buf: transfer buffer22772277- * @buflen: length of buf22782278- *22792279- * Builds a single-entry scatter-gather list to initiate a22802280- * transfer utilizing the specified buffer.22812281- *22822282- * LOCKING:22832283- */22842271void ata_sg_init_one(struct ata_queued_cmd *qc, void *buf, unsigned int buflen)22852272{22862273 struct scatterlist *sg;···22972310 *22982311 * LOCKING:22992312 * spin_lock_irqsave(host_set lock)23002300- */23012301-23022302-23032303-/**23042304- * ata_sg_init - Assign a scatter gather list to a queued command23052305- * @qc: Queued command23062306- * @sg: Scatter-gather list23072307- * @n_elem: length of sg list23082308- *23092309- * Attaches a scatter-gather list to a queued command.23102310- *23112311- * LOCKING:23122313 */2313231423142315void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg,
+1-1
drivers/scsi/libata.h
···2626#define __LIBATA_H__27272828#define DRV_NAME "libata"2929-#define DRV_VERSION "1.11" /* must be exactly four chars */2929+#define DRV_VERSION "1.12" /* must be exactly four chars */30303131struct ata_scsi_args {3232 u16 *id;