diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-25 20:19:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-25 20:19:08 -0500 |
commit | 9b73e76f3cf63379dcf45fcd4f112f5812418d0a (patch) | |
tree | 4e6bef87cd0cd6d848fc39a5ae25b981dbbe035b /Documentation/scsi/hptiop.txt | |
parent | 50d9a126240f9961cfdd063336bbeb91f77a7dce (diff) | |
parent | 23c3e290fb9ce38cabc2822b47583fc8702411bf (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (200 commits)
[SCSI] usbstorage: use last_sector_bug flag universally
[SCSI] libsas: abstract STP task status into a function
[SCSI] ultrastor: clean up inline asm warnings
[SCSI] aic7xxx: fix firmware build
[SCSI] aacraid: fib context lock for management ioctls
[SCSI] ch: remove forward declarations
[SCSI] ch: fix device minor number management bug
[SCSI] ch: handle class_device_create failure properly
[SCSI] NCR5380: fix section mismatch
[SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices
[SCSI] IB/iSER: add logical unit reset support
[SCSI] don't use __GFP_DMA for sense buffers if not required
[SCSI] use dynamically allocated sense buffer
[SCSI] scsi.h: add macro for enclosure bit of inquiry data
[SCSI] sd: add fix for devices with last sector access problems
[SCSI] fix pcmcia compile problem
[SCSI] aacraid: add Voodoo Lite class of cards.
[SCSI] aacraid: add new driver features flags
[SCSI] qla2xxx: Update version number to 8.02.00-k7.
[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.
...
Diffstat (limited to 'Documentation/scsi/hptiop.txt')
-rw-r--r-- | Documentation/scsi/hptiop.txt | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/Documentation/scsi/hptiop.txt b/Documentation/scsi/hptiop.txt index d28a31247d4c..a6eb4add1be6 100644 --- a/Documentation/scsi/hptiop.txt +++ b/Documentation/scsi/hptiop.txt | |||
@@ -1,9 +1,9 @@ | |||
1 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER (hptiop) | 1 | HIGHPOINT ROCKETRAID 3xxx/4xxx ADAPTER DRIVER (hptiop) |
2 | 2 | ||
3 | Controller Register Map | 3 | Controller Register Map |
4 | ------------------------- | 4 | ------------------------- |
5 | 5 | ||
6 | The controller IOP is accessed via PCI BAR0. | 6 | For Intel IOP based adapters, the controller IOP is accessed via PCI BAR0: |
7 | 7 | ||
8 | BAR0 offset Register | 8 | BAR0 offset Register |
9 | 0x10 Inbound Message Register 0 | 9 | 0x10 Inbound Message Register 0 |
@@ -18,6 +18,24 @@ The controller IOP is accessed via PCI BAR0. | |||
18 | 0x40 Inbound Queue Port | 18 | 0x40 Inbound Queue Port |
19 | 0x44 Outbound Queue Port | 19 | 0x44 Outbound Queue Port |
20 | 20 | ||
21 | For Marvell IOP based adapters, the IOP is accessed via PCI BAR0 and BAR1: | ||
22 | |||
23 | BAR0 offset Register | ||
24 | 0x20400 Inbound Doorbell Register | ||
25 | 0x20404 Inbound Interrupt Mask Register | ||
26 | 0x20408 Outbound Doorbell Register | ||
27 | 0x2040C Outbound Interrupt Mask Register | ||
28 | |||
29 | BAR1 offset Register | ||
30 | 0x0 Inbound Queue Head Pointer | ||
31 | 0x4 Inbound Queue Tail Pointer | ||
32 | 0x8 Outbound Queue Head Pointer | ||
33 | 0xC Outbound Queue Tail Pointer | ||
34 | 0x10 Inbound Message Register | ||
35 | 0x14 Outbound Message Register | ||
36 | 0x40-0x1040 Inbound Queue | ||
37 | 0x1040-0x2040 Outbound Queue | ||
38 | |||
21 | 39 | ||
22 | I/O Request Workflow | 40 | I/O Request Workflow |
23 | ---------------------- | 41 | ---------------------- |
@@ -73,15 +91,9 @@ The driver exposes following sysfs attributes: | |||
73 | driver-version R driver version string | 91 | driver-version R driver version string |
74 | firmware-version R firmware version string | 92 | firmware-version R firmware version string |
75 | 93 | ||
76 | The driver registers char device "hptiop" to communicate with HighPoint RAID | ||
77 | management software. Its ioctl routine acts as a general binary interface | ||
78 | between the IOP firmware and HighPoint RAID management software. New management | ||
79 | functions can be implemented in application/firmware without modification | ||
80 | in driver code. | ||
81 | |||
82 | 94 | ||
83 | ----------------------------------------------------------------------------- | 95 | ----------------------------------------------------------------------------- |
84 | Copyright (C) 2006 HighPoint Technologies, Inc. All Rights Reserved. | 96 | Copyright (C) 2006-2007 HighPoint Technologies, Inc. All Rights Reserved. |
85 | 97 | ||
86 | This file is distributed in the hope that it will be useful, | 98 | This file is distributed in the hope that it will be useful, |
87 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 99 | but WITHOUT ANY WARRANTY; without even the implied warranty of |