Skip to content

Commit

Permalink
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/git/jgarzik/netdev-2.6

* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
  sky2: version 1.18
  sky2: receive FIFO checking
  sky2: fe+ chip support
  sky2: reorganize chip revision features
  sky2: ethtool speed report bug
  sky2: fix VLAN receive processing (resend)
  phy: export phy_mii_ioctl
  myri10ge: Add support for PCI device id 9
  • Loading branch information
Linus Torvalds committed Sep 20, 2007
2 parents be7963b + faf60e7 commit 460edb3
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 121 deletions.
3 changes: 3 additions & 0 deletions drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -3094,9 +3094,12 @@ static void myri10ge_remove(struct pci_dev *pdev)
}

#define PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E 0x0008
#define PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E_9 0x0009

static struct pci_device_id myri10ge_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_MYRICOM, PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E)},
{PCI_DEVICE
(PCI_VENDOR_ID_MYRICOM, PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E_9)},
{0},
};

Expand Down
1 change: 1 addition & 0 deletions drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ int phy_mii_ioctl(struct phy_device *phydev,

return 0;
}
EXPORT_SYMBOL(phy_mii_ioctl);

/**
* phy_start_aneg - start auto-negotiation for this PHY device
Expand Down
Loading

0 comments on commit 460edb3

Please sign in to comment.