Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac93a394 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Jeff Garzik
Browse files

sky2: enable PCI config writes



On some boards, PCI configuration space access is turned off by default.
The 2.6.24 driver doesn't turn it on, and should have.

Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 3c5fd9c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2791,6 +2791,9 @@ static void sky2_reset(struct sky2_hw *hw)
	sky2_write8(hw, B0_CTST, CS_RST_SET);
	sky2_write8(hw, B0_CTST, CS_RST_CLR);

	/* allow writes to PCI config */
	sky2_write8(hw, B2_TST_CTRL1, TST_CFG_WRITE_ON);

	/* clear PCI errors, if any */
	pci_read_config_word(pdev, PCI_STATUS, &status);
	status |= PCI_STATUS_ERROR_BITS;