ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not

just on ppc64
This commit is contained in:
Kyle McMartin 2013-02-20 14:42:27 -05:00
parent 318f6554a3
commit a7a87b974e
2 changed files with 7 additions and 1 deletions

View File

@ -481,7 +481,9 @@ CONFIG_SCSI_DC390T=m
CONFIG_SCSI_QLA_FC=m
CONFIG_TCM_QLA2XXX=m
CONFIG_SCSI_QLA_ISCSI=m
# CONFIG_SCSI_IPR is not set
CONFIG_SCSI_IPR=m
CONFIG_SCSI_IPR_TRACE=y
CONFIG_SCSI_IPR_DUMP=y
# CONFIG_SCSI_DPT_I2O is not set
CONFIG_SCSI_LPFC=m
# CONFIG_SCSI_LPFC_DEBUG_FS is not set

View File

@ -2334,6 +2334,10 @@ fi
- Linux v3.8-523-gece8e0b
- Reenable debugging options.
* Wed Feb 20 2013 Kyle McMartin <kmcmarti@redhat.com>
- ipr.ko driven SAS VRAID cards found on x86_64 machines these days, and not
just on ppc64
* Tue Feb 19 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-2
- Add pekey support from David Howells and rework secure-boot patchset on top
- Add support for Atheros 04ca:3004 bluetooth devices (rhbz 844750)