diff options
author | Mark Haverkamp <markh@linux-foundation.org> | 2007-01-23 18:00:13 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-27 10:27:31 -0500 |
commit | 239eab19559b3d74a029dff3f0c792bc0770a062 (patch) | |
tree | 14c1973a89cf38a8236b0d73e8f9a7d8d3a59624 /drivers/scsi/aacraid/aacraid.h | |
parent | 28713324a0f3c055186ecec27239673c36ba1de5 (diff) |
[SCSI] aacraid: Begin adding support for new adapter type
Received from Mark Salyzyn,
Add in the NEMER/ARK physical register mapping, represented in up and coming
products currently under test at Adaptec.
Signed-off-by Mark Haverkamp <markh@linux-foundation.org>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 813e68993aa6..bdbd81e73f18 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -1810,6 +1810,7 @@ int aac_dev_ioctl(struct aac_dev *dev, int cmd, void __user *arg); | |||
1810 | int aac_do_ioctl(struct aac_dev * dev, int cmd, void __user *arg); | 1810 | int aac_do_ioctl(struct aac_dev * dev, int cmd, void __user *arg); |
1811 | int aac_rx_init(struct aac_dev *dev); | 1811 | int aac_rx_init(struct aac_dev *dev); |
1812 | int aac_rkt_init(struct aac_dev *dev); | 1812 | int aac_rkt_init(struct aac_dev *dev); |
1813 | int aac_nark_init(struct aac_dev *dev); | ||
1813 | int aac_sa_init(struct aac_dev *dev); | 1814 | int aac_sa_init(struct aac_dev *dev); |
1814 | int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify); | 1815 | int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify); |
1815 | unsigned int aac_response_normal(struct aac_queue * q); | 1816 | unsigned int aac_response_normal(struct aac_queue * q); |