aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sni_53c710.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-14[SCSI] sni_53c710: CleanupThomas Bogendoerfer1-8/+2
- base address is now a physical address; no need to convert it - remove not needed error printk in module init function Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2007-05-08Replace deprecated SA_xxx interrupt flagsThomas Gleixner1-1/+1
Fix the last users of the deprecated SA_xxx interrupt flags. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-01-13[SCSI] SNI RM 53c710 driverThomas Bogendoerfer1-0/+159
This patch adds a SCSI driver for the onboard 53c710 chip of some SNI RM machines. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>