提交 49ded76b 编写于 作者: W Wey-Yi Guy 提交者: John W. Linville

iwlagn: log pci revision id

Log the information after reading the PCI_REVISION_ID
from pci config space,
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 3867fe04
......@@ -3888,6 +3888,7 @@ static void iwl_hw_detect(struct iwl_priv *priv)
priv->hw_rev = _iwl_read32(priv, CSR_HW_REV);
priv->hw_wa_rev = _iwl_read32(priv, CSR_HW_REV_WA_REG);
pci_read_config_byte(priv->pci_dev, PCI_REVISION_ID, &priv->rev_id);
IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id);
}
static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册