freebsd-dev/sys/dev/mps
Alexander Motin 61c49b4dd1 Several fixes to allow firmware/BIOS flash access from user-level:
- remove special handling of zero length transfers in mpi_pre_fw_upload();
 - add missing MPS_CM_FLAGS_DATAIN flag in mpi_pre_fw_upload();
 - move mps_user_setup_request() call into proper place;
 - increase user command timeout from 30 to 60 seconds;
 - avoid NULL dereference panic in case of firmware crash.
Set max DMA segment size to 24bit, as MPI SGE supports it.
Use mps_add_dmaseg() to add empty SGE instead of custom code.
Tune endianness safety.

Reviewed by:	Desai, Kashyap <Kashyap.Desai@lsi.com>
Sponsored by:	iXsystems, Inc.
2012-08-01 17:31:31 +00:00
..
mpi Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_config.c Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_ioctl.h Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_mapping.c Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_mapping.h Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_pci.c Make the mps(4) module depend on the cam module. 2012-03-07 22:39:11 +00:00
mps_sas_lsi.c Fix a small memory leak in mpssas_get_sata_identify(). The change has been 2012-07-18 09:06:07 +00:00
mps_sas.c Fix kernel panic on camcontrol reset for specific target, caused by 2012-08-01 12:24:13 +00:00
mps_sas.h Bring in LSI's latest mps(4) 6Gb SAS and WarpDrive driver, version 2012-06-28 03:48:54 +00:00
mps_table.c Several fixes to allow firmware/BIOS flash access from user-level: 2012-08-01 17:31:31 +00:00
mps_table.h
mps_user.c Several fixes to allow firmware/BIOS flash access from user-level: 2012-08-01 17:31:31 +00:00
mps.c Several fixes to allow firmware/BIOS flash access from user-level: 2012-08-01 17:31:31 +00:00
mpsvar.h Several fixes to allow firmware/BIOS flash access from user-level: 2012-08-01 17:31:31 +00:00