summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-07-14[SCSI] qla2xxx: Add OS initialization codes for ISP24xx recognition.Andrew Vasquez4-95/+350
2005-07-14[SCSI] qla2xxx: Add ISP24xx initialization routines.Andrew Vasquez3-135/+848
2005-07-14[SCSI] qla2xxx: Add ISP24xx ISR routines.Andrew Vasquez2-164/+419
2005-07-14[SCSI] qla2xxx: Add ISP24xx IOCB manipulation routines.Andrew Vasquez3-16/+323
2005-07-14[SCSI] qla2xxx: Add ISP24xx flash-manipulation routines.Andrew Vasquez4-79/+531
2005-07-14[SCSI] qla2xxx: Add MBX command routines for ISP24xx support.Andrew Vasquez5-244/+809
2005-07-14[SCSI] qla2xxx: Generalize SNS generic-services routines.Andrew Vasquez4-73/+121
2005-07-14[SCSI] qla2xxx: Add ISP24xx diagnostic routines.Andrew Vasquez3-1/+983
2005-07-14[SCSI] qla2xxx: Add ISP24xx definitions.Andrew Vasquez11-152/+1318
2005-07-14[SCSI] qla2xxx: Add pci ids for new ISP types.Andrew Vasquez1-21/+0
2005-07-14[SCSI] qla2xxx: Factor-out ISP specific functions to method-based call tables.Andrew Vasquez10-199/+275
2005-07-12[SCSI] SPI transport class, don't negotiate options not supportedJames Bottomley1-5/+8
2005-07-11[SCSI] aic7xxx: remove ahc_tailqChristoph Hellwig7-261/+6
2005-07-11[SCSI] aic7xxx: sane pci probingChristoph Hellwig4-60/+22
2005-07-11[SCSI] add TYPE_RBC to our type tableJames Bottomley1-0/+1
2005-07-11[SCSI] dpt_i2o warning fixAndrew Morton1-1/+0
2005-07-11[SCSI] aic79xx: ahd_linux_dev_reset() cleanupAndrew Morton1-2/+2
2005-07-03[SCSI] aic7xxx: fix boot hang with Fujitsu drivesJames Bottomley1-0/+8
2005-07-03[SCSI] IBM VSCSI Client: sending client info to serverLinda Xie3-3/+54
2005-07-03[SCSI] lpfc: Change version to 8.0.29.James.Smart@Emulex.Com1-1/+1
2005-07-03[SCSI] lpfc: Update copyright noticesJames.Smart@Emulex.Com20-260/+272
2005-07-03[SCSI] lpfc: Remove $Id$ keyword strings.James.Smart@Emulex.Com20-74/+0
2005-07-03[SCSI] lpfc: Fix ADISC completion incorrectly putting initiators on mapped listJames.Smart@Emulex.Com1-2/+7
2005-07-03[SCSI] lpfc: Add completion handler to the abort iocbsJames.Smart@Emulex.Com3-2/+16
2005-07-03[SCSI] lpfc: Fix LS_RJT never sent by lpfc_els_unsol_event()James.Smart@Emulex.Com1-8/+8
2005-07-03[SCSI] lpfc: Add LP6000 PCI IDJames.Smart@Emulex.Com1-0/+8
2005-07-03[SCSI] lpfc: Set max_sectors in host templateJames.Smart@Emulex.Com1-0/+1
2005-07-03[SCSI] lpfc: Fix error loading on sparcJames.Smart@Emulex.Com1-5/+12
2005-07-03[SCSI] lpfc: Fixes in mbox_timeout_handlerJames.Smart@Emulex.Com1-9/+9
2005-07-03[SCSI] Fix issue where all hosts log nodev message for other initiatorsJames.Smart@Emulex.Com1-8/+16
2005-07-03[SCSI] lpfc: hgp/pgp cleanupsJames.Smart@Emulex.Com3-46/+26
2005-06-26[SCSI] aic7xxx: correct target valid check in aic7xxx_proc.cJames Bottomley1-2/+2
2005-06-26[SCSI] use list_for_each_entry_safe in scsi_error.cChristoph Hellwig1-38/+19
2005-06-26[SCSI] remove scsi_eh_eflags_ macrosChristoph Hellwig3-21/+11
2005-06-26[SCSI] remove scsi_cmnd->stateChristoph Hellwig5-42/+5
2005-06-26[SCSI] remove scsi_cmnd->ownerChristoph Hellwig4-35/+1
2005-06-26[SCSI] remove scsi_cmnd->abort_reasonChristoph Hellwig5-8/+4
2005-06-26[SCSI] remove scsi_cmnd.eh_stateChristoph Hellwig3-24/+0
2005-06-26[SCSI] megaraid: fix compilation after eh locking changesJames Bottomley1-17/+4
2005-06-26[SCSI] aacraid: New products patchMark Haverkamp5-34/+125
2005-06-26[SCSI] remove scsi_set_deviceChristoph Hellwig13-22/+4
2005-06-26[SCSI] scsi/qla1280: replace schedule_timeout() with ssleep()Nishanth Aravamudan1-1/+1
2005-06-26[PATCH] drivers/scsi/dpt*: remove version.h dependenciesAdrian Bunk2-16/+3
2005-06-26[PATCH] drivers/scsi/initio.c: cleanupsAdrian Bunk2-67/+36
2005-06-24[PATCH] make various thing staticAdrian Bunk6-11/+9
2005-06-23[PATCH] dpt_i2o: fix waitqueue abuseAndrew Morton1-12/+5
2005-06-22[PATCH] megaraid build fixbobl1-1/+1
2005-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds10-58/+68
2005-06-21[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou6-22/+22
2005-06-21[PATCH] use device_for_each_child() to properly access child devices.gregkh@suse.de1-6/+10