Re: [PATCH] hptiop: adding new firmware interface and more PCI device IDs
HighPoint Linux Team wrote: + if (hba->firmware_version > 0x0102 || hba->interface_version > 0x0102) { [...] + if (hba->firmware_version > 0x0102 || + hba->interface_version > 0x0102) { Rather than repeating this test, you should do i
[PATCH] hptiop: adding new firmware interface and more PCI device IDs
- check adapter firmware version and using appropriate interface accordingly - add new PCI device IDs - update driver version string Signed-off-by: HighPoint Linux Team <[EMAIL PROTECTED]> --- hptiop.c | 57 +++-- hptiop.h |9 +++--