diff options
Diffstat (limited to 'sys/dev/mii/dcphy.c')
-rw-r--r-- | sys/dev/mii/dcphy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/dcphy.c b/sys/dev/mii/dcphy.c index b0131f99637..10916328794 100644 --- a/sys/dev/mii/dcphy.c +++ b/sys/dev/mii/dcphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dcphy.c,v 1.6 2002/03/14 01:26:57 millert Exp $ */ +/* $OpenBSD: dcphy.c,v 1.7 2002/05/04 11:30:06 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -92,7 +92,7 @@ struct cfattach dcphy_ca = { sizeof(struct mii_softc), dcphy_match, dcphy_attach, mii_phy_detach, mii_phy_activate }; - + struct cfdriver dcphy_cd = { NULL, "dcphy", DV_DULL }; @@ -371,7 +371,7 @@ dcphy_status(sc) /* * If the other side doesn't support NWAY, then the * best we can do is determine if we have a 10Mbps or - * 100Mbps link. There's no way to know if the link + * 100Mbps link. There's no way to know if the link * is full or half duplex, so we default to half duplex * and hope that the user is clever enough to manually * change the media settings if we're wrong. |