Commit Graph

117 Commits (044595d4e448305fbaec472eb7d22636d24e7d8c)

Author SHA1 Message Date
Stephen M. Cameron 1886765906 [SCSI] hpsa: forbid hard reset of 640x boards 15 years ago
Stephen M. Cameron 1df8552abf [SCSI] hpsa: Fix hard reset code. 15 years ago
Stephen M. Cameron 4c2a8c40d8 [SCSI] hpsa: factor out the code to reset controllers on driver load 15 years ago
Stephen M. Cameron a51fd47f1b [SCSI] hpsa: factor out hpsa_find_cfg_addrs. 15 years ago
Stephen M. Cameron 12d2cd4711 [SCSI] hpsa: make hpsa_find_memory_BAR not require the per HBA structure. 15 years ago
Stephen M. Cameron 6798cc0a49 [SCSI] hpsa: Make "hpsa_allow_any=1" boot param enable Compaq Smart Arrays. 15 years ago
Stephen M. Cameron 2e931f3176 [SCSI] hpsa: add new controllers 15 years ago
Stephen M. Cameron def342bd74 [SCSI] hpsa: fix block fetch table problem. 15 years ago
Stephen M. Cameron d28ce020fb [SCSI] hpsa: expose controller firmware revision via /sys. 15 years ago
Stephen M. Cameron 873f339fc5 [SCSI] hpsa: remove unused firm_ver member of the per-hba structure 15 years ago
Stephen M. Cameron 6c311b5725 [SCSI] hpsa: factor out hpsa_enter_performant_mode 15 years ago
Stephen M. Cameron ec18d2abad [SCSI] hpsa: remove unused variable trans_offset 15 years ago
Stephen M. Cameron 3f4336f333 [SCSI] hpsa: factor out hpsa_wait_for_mode_change_ack 15 years ago
Stephen M. Cameron 7136f9a78e [SCSI] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinit 15 years ago
Stephen M. Cameron 58f8665cc3 [SCSI] hpsa: clean up debug ifdefs 15 years ago
Stephen M. Cameron cda7612d4b [SCSI] hpsa: check that simple mode is supported 15 years ago
Stephen M. Cameron eb6b2ae905 [SCSI] hpsa: factor out hpsa_enter_simple_mode 15 years ago
Stephen M. Cameron 3d0eab67cf [SCSI] hpsa: factor out hpsa_p600_dma_prefetch_quirk 15 years ago
Stephen M. Cameron f7c391015a [SCSI] hpsa: factor out hpsa_enable_scsi_prefetch 15 years ago
Stephen M. Cameron 76c46e4970 [SCSI] hpsa: factor out hpsa-CISS-signature-present 15 years ago
Stephen M. Cameron b93d7536ea [SCSI] hpsa: hpsa factor out hpsa_find_board_params 15 years ago
Stephen M. Cameron 204892e971 [SCSI] hpsa: fix leak of ioremapped memory in hpsa_pci_init error path. 15 years ago
Stephen M. Cameron 77c4495c17 [SCSI] hpsa: factor out hpsa_find_cfgtables 15 years ago
Stephen M. Cameron 2c4c8c8b66 [SCSI] hpsa: factor out hpsa_wait_for_board_ready 15 years ago
Stephen M. Cameron 3a7774ceb8 [SCSI] hpsa: factor out hpsa_find_memory_BAR 15 years ago
Stephen M. Cameron 6b3f4c52b2 [SCSI] hpsa: remove redundant board_id parameter from hpsa_interrupt_mode 15 years ago
Stephen M. Cameron 85bdbabbd9 [SCSI] hpsa: factor out hpsa_board_disabled 15 years ago
Stephen M. Cameron e5c880d1d5 [SCSI] hpsa: factor out hpsa_lookup_board_id 15 years ago
Stephen M. Cameron 55c06c7171 [SCSI] hpsa: save pdev pointer in per hba structure early to avoid passing it around so much. 15 years ago
Mike Miller 859e816704 [SCSI] hpsa: remove unneeded defines 15 years ago
Stephen M. Cameron 33a2ffce51 [SCSI] hpsa: Increase the number of scatter gather elements supported. 15 years ago
Stephen M. Cameron ff9fea9454 [SCSI] hpsa: mark hpsa_pci_init as __devinit 15 years ago
Mike Miller 31468401cc [SCSI] hpsa: remove scan thread 15 years ago
Stephen M. Cameron e9ea04a65a [SCSI] hpsa: return -ENOMEM, not -1 15 years ago
Stephen M. Cameron 5512672f75 [SCSI] hpsa: fix scsi status mis-shift 15 years ago
Stephen M. Cameron f0edafc662 [SCSI] hpsa: fix firmwart typo 15 years ago
Stephen M. Cameron 667e23d4e9 [SCSI] hpsa: allow modifying device queue depth. 15 years ago
Stephen M. Cameron 4b5aa7cff0 [SCSI] hpsa: update driver version to 2.0.1-3 15 years ago
Stephen M. Cameron 71fe75a705 [SCSI] hpsa: Reorder compat ioctl functions to eliminate some forward declarations. 15 years ago
Stephen M. Cameron e39eeaed1f [SCSI] hpsa: eliminate lock_kernel in compat_ioctl 15 years ago
Stephen M. Cameron 2a8ccf3187 [SCSI] hpsa: fix bug in adjust_hpsa_scsi_table 15 years ago
Stephen M. Cameron 2323104830 [SCSI] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers 15 years ago
Stephen M. Cameron c7f172dca2 [SCSI] hpsa: clarify obscure comment in adjust_hpsa_scsi_table 15 years ago
Mike Miller 807be732f9 [SCSI] hpsa: print all the bytes of the CDB, not just the first one. 15 years ago
Stephen M. Cameron d416b0c75f [SCSI] hpsa: when resetting devices, print out which device 15 years ago
Stephen M. Cameron a08a8471b7 [SCSI] hpsa: use scan_start and scan_finished entry points for scanning 15 years ago
Stephen M. Cameron a23513e841 [SCSI] hpsa: Add an shost_to_hba helper function. 15 years ago
Matt Gates 01fb21870d [SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready 15 years ago
Matt Gates 1d3b360905 [SCSI] hpsa: Retry commands completing with a sense key of ABORTED_COMMAND 15 years ago
Matt Gates 5f0325ab28 [SCSI] hpsa: Return DID_RESET for commands which complete with status of UNSOLICITED ABORT 15 years ago