Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194627
b: refs/heads/master
c: 52a60ed
h: refs/heads/master
i:
  194625: 836c891
  194623: 8158183
v: v3
  • Loading branch information
David S. Miller committed May 3, 2010
1 parent e9ef861 commit 33db7ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f7ca5917e989c4f77db3e97f92badaf3266d4dc
refs/heads/master: 52a60ed2da716105de5f906a3630c475264b87d5
9 changes: 9 additions & 0 deletions trunk/drivers/net/phy/micrel.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,12 @@ module_exit(ksphy_exit);
MODULE_DESCRIPTION("Micrel PHY driver");
MODULE_AUTHOR("David J. Choi");
MODULE_LICENSE("GPL");

static struct mdio_device_id micrel_tbl[] = {
{ PHY_ID_KSZ9021, 0x000fff10 },
{ PHY_ID_VSC8201, 0x00fffff0 },
{ PHY_ID_KS8001, 0x00fffff0 },
{ }
};

MODULE_DEVICE_TABLE(mdio, micrel_tbl);

0 comments on commit 33db7ec

Please sign in to comment.