diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
commit | 5bc65793cbf8da0d35f19ef025dda22887e79e80 (patch) | |
tree | 8291998abd73055de6f487fafa174ee2a5d3afee /drivers/scsi/aacraid/aacraid.h | |
parent | 6edae708bf77e012d855a7e2c7766f211d234f4f (diff) | |
parent | 3f0a6766e0cc5a577805732e5adb50a585c58175 (diff) |
[SCSI] Merge up to linux-2.6 head
Conflicts:
drivers/scsi/jazz_esp.c
Same changes made by both SCSI and SPARC trees: problem with UTF-8
conversion in the copyright.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index a3138ee91050..fdbedb17d03b 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -1826,9 +1826,12 @@ int aac_send_shutdown(struct aac_dev *dev); | |||
1826 | int aac_probe_container(struct aac_dev *dev, int cid); | 1826 | int aac_probe_container(struct aac_dev *dev, int cid); |
1827 | int _aac_rx_init(struct aac_dev *dev); | 1827 | int _aac_rx_init(struct aac_dev *dev); |
1828 | int aac_rx_select_comm(struct aac_dev *dev, int comm); | 1828 | int aac_rx_select_comm(struct aac_dev *dev, int comm); |
1829 | int aac_rx_deliver_producer(struct fib * fib); | ||
1829 | extern int numacb; | 1830 | extern int numacb; |
1830 | extern int acbsize; | 1831 | extern int acbsize; |
1831 | extern char aac_driver_version[]; | 1832 | extern char aac_driver_version[]; |
1832 | extern int startup_timeout; | 1833 | extern int startup_timeout; |
1833 | extern int aif_timeout; | 1834 | extern int aif_timeout; |
1834 | extern int expose_physicals; | 1835 | extern int expose_physicals; |
1836 | extern int aac_reset_devices; | ||
1837 | extern int aac_commit; | ||