commit | 321f69a4c3bb807abdf1fd6329403ec0449a3d78 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Feb 05 00:02:08 2008 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 11 11:06:27 2008 -0500 |
tree | 618d05ce1be64489a787200f93cd73fa65138d0e | |
parent | 89c8b0e6cd3859a6445398c5aa94ebd21d0e64ce [diff] |
DM9000: Use msleep() instead of udelay() We can use sleeping functions when reading and writing the PHY registers, so let us sleep instead of busy waiting for the PHY. Note, this also fixes a bug reading the PHY where only 100uS was being used instead of 150uS Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>