diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-04 11:30:07 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-04 11:30:07 +0000 |
commit | a1fb4e4b7740e6d4b48d151b9a0c73f41e408cbf (patch) | |
tree | 419aa94c26914ad8a46948d9b87dfc30f37c6051 /sys/dev/mii/icsphy.c | |
parent | 855ed9be2a898eb611291b2b40191f81cd3a09c6 (diff) |
some space and tab cleanup.
Diffstat (limited to 'sys/dev/mii/icsphy.c')
-rw-r--r-- | sys/dev/mii/icsphy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mii/icsphy.c b/sys/dev/mii/icsphy.c index 0a572c18448..880b6122a9c 100644 --- a/sys/dev/mii/icsphy.c +++ b/sys/dev/mii/icsphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icsphy.c,v 1.8 2002/03/14 01:26:57 millert Exp $ */ +/* $OpenBSD: icsphy.c,v 1.9 2002/05/04 11:30:06 fgsch Exp $ */ /* $NetBSD: icsphy.c,v 1.17 2000/02/02 23:34:56 thorpej Exp $ */ /*- @@ -37,7 +37,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ - + /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * @@ -116,7 +116,7 @@ icsphymatch(parent, match, aux) if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxICS && MII_MODEL(ma->mii_id2) == MII_MODEL_xxICS_1890) return (10); - + if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxICS && MII_MODEL(ma->mii_id2) == MII_MODEL_xxICS_1892) return (10); @@ -278,7 +278,7 @@ icsphy_reset(sc) mii_phy_reset(sc); PHY_WRITE(sc, MII_ICSPHY_ECR2, ECR2_10TPROT|ECR2_Q10T); - + /* * XXX the ICS1892 doesn't set the BMCR properly after * XXX reset, which breaks autonegotiation. |