diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2007-05-03 12:13:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-22 11:39:08 -0400 |
commit | 67b2009ae26ece6a54d0b689827903f53d6d21e6 (patch) | |
tree | 4ad832dd8dcf3ada2530ef12f0f32769bc595e7e /drivers/scsi/ibmmca.h | |
parent | a53eb5e060c0ec7245c8f93b9dcd94afa6041e06 (diff) |
[SCSI] ibmmca: convert to new probing API and fix oopses
This is basically a straight conversion. I have one of these things, so
I know it works ... my problem is that it has a wierd SCA like
connector, so I can't connect anything to it (no cables).
However, previously it panic'd in the interrupt, now it completes a bus
scan.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ibmmca.h')
-rw-r--r-- | drivers/scsi/ibmmca.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/scsi/ibmmca.h b/drivers/scsi/ibmmca.h deleted file mode 100644 index 017ee2fa6d63..000000000000 --- a/drivers/scsi/ibmmca.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* | ||
2 | * Low Level Driver for the IBM Microchannel SCSI Subsystem | ||
3 | * (Headerfile, see Documentation/scsi/ibmmca.txt for description of the | ||
4 | * IBM MCA SCSI-driver. | ||
5 | * For use under the GNU General Public License within the Linux-kernel project. | ||
6 | * This include file works only correctly with kernel 2.4.0 or higher!!! */ | ||
7 | |||
8 | #ifndef _IBMMCA_H | ||
9 | #define _IBMMCA_H | ||
10 | |||
11 | /* Common forward declarations for all Linux-versions: */ | ||
12 | |||
13 | /* Interfaces to the midlevel Linux SCSI driver */ | ||
14 | static int ibmmca_detect (struct scsi_host_template *); | ||
15 | static int ibmmca_release (struct Scsi_Host *); | ||
16 | static int ibmmca_queuecommand (Scsi_Cmnd *, void (*done) (Scsi_Cmnd *)); | ||
17 | static int ibmmca_abort (Scsi_Cmnd *); | ||
18 | static int ibmmca_host_reset (Scsi_Cmnd *); | ||
19 | static int ibmmca_biosparam (struct scsi_device *, struct block_device *, sector_t, int *); | ||
20 | |||
21 | #endif /* _IBMMCA_H */ | ||