mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
IB/mlx4: Fix incorrect comment
mlx4 hardware does not support external DDR memory. Moreover, UAR area (BAR 2) can change depending on FW version. Signed-off-by: Eli Cohen <eli@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
4dc51b3258
commit
4ff08a76bc
1 changed files with 1 additions and 2 deletions
|
@ -736,8 +736,7 @@ static int __mlx4_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check for BARs. We expect 0: 1MB, 2: 8MB, 4: DDR (may not
|
* Check for BARs. We expect 0: 1MB
|
||||||
* be present)
|
|
||||||
*/
|
*/
|
||||||
if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) ||
|
if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) ||
|
||||||
pci_resource_len(pdev, 0) != 1 << 20) {
|
pci_resource_len(pdev, 0) != 1 << 20) {
|
||||||
|
|
Loading…
Reference in a new issue