diff options
author | HighPoint Linux Team <linux@highpoint-tech.com> | 2006-05-16 02:38:09 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 11:36:13 -0400 |
commit | ede1e6f8b43246a9796583346839669b1f4b77d4 (patch) | |
tree | 9fd35517168bf363bec59205f211db59d36beedf /MAINTAINERS | |
parent | cbd5f69b98bb5d7a0d207230bcf8fa51fca3f3cf (diff) |
[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driver
HighPoint RocketRAID 3220/3320 series 8 channel PCI-X SATA RAID Host
Adapters.
Fixes from original submission:
Merge Andrew Morton's patches:
- Provide locking for global list
- Fix debug printks
- uninline function with multiple callsites
- coding style fixups
- remove unneeded casts of void*
- kfree(NULL) is legal
- Don't "succeed" if register_chrdev() failed - otherwise we'll later
unregister a not-registered chrdev.
- Don't return from hptiop_do_ioctl() with the spinlock held.
- uninline __hpt_do_ioctl()
Update for Arjan van de Ven's comments:
- put all asm/ includes after the linux/ ones
- replace mdelay with msleep
- add pci posting flush
- do not set pci command reqister in map_pci_bar
- do not try merging sg elements in hptiop_buildsgl()
- remove unused outstandingcommands member from hba structure
- remove unimplemented hptiop_abort() handler
- remove typedef u32 hpt_id_t
Other updates:
- fix endianess
Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6d3c401ccdb6..db647bf8830b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1117,6 +1117,12 @@ L: linux-hams@vger.kernel.org | |||
1117 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ | 1117 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
1118 | S: Maintained | 1118 | S: Maintained |
1119 | 1119 | ||
1120 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER | ||
1121 | P: HighPoint Linux Team | ||
1122 | M: linux@highpoint-tech.com | ||
1123 | W: http://www.highpoint-tech.com | ||
1124 | S: Supported | ||
1125 | |||
1120 | HIPPI | 1126 | HIPPI |
1121 | P: Jes Sorensen | 1127 | P: Jes Sorensen |
1122 | M: jes@trained-monkey.org | 1128 | M: jes@trained-monkey.org |