NTB: MFV b6750cfe: Correct USD/DSD Identification
Due to ambiguous documentation, the USD/DSD identification is backward when compared to the setting in BIOS. Correct the bits to match the BIOS setting. Authored by: Jon Mason Obtained from: Linux Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
7a97964b79
commit
f74e1ad354
@ -690,9 +690,9 @@ ntb_setup_xeon(struct ntb_softc *ntb)
|
||||
}
|
||||
|
||||
if ((val & XEON_PPD_DEV_TYPE) != 0)
|
||||
ntb->dev_type = NTB_DEV_DSD;
|
||||
else
|
||||
ntb->dev_type = NTB_DEV_USD;
|
||||
else
|
||||
ntb->dev_type = NTB_DEV_DSD;
|
||||
|
||||
ntb->reg_ofs.pdb = XEON_PDOORBELL_OFFSET;
|
||||
ntb->reg_ofs.pdb_mask = XEON_PDBMSK_OFFSET;
|
||||
|
Loading…
Reference in New Issue
Block a user