Fix typo in comment. kern/16382 by Sean Davis.
This commit is contained in:
parent
4897886acb
commit
b9abd324c6
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $ */
|
/* $NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2001 Wasabi Systems, Inc.
|
* Copyright 2001 Wasabi Systems, Inc.
|
||||||
@ -40,7 +40,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.5 2002/03/25 20:51:24 thorpej Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.6 2002/04/17 09:14:21 wiz Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
@ -218,7 +218,7 @@ acphy_status(struct mii_softc *sc)
|
|||||||
|
|
||||||
if (bmcr & BMCR_AUTOEN) {
|
if (bmcr & BMCR_AUTOEN) {
|
||||||
/*
|
/*
|
||||||
* The media status bits are only valid of autonegotiation
|
* The media status bits are only valid if autonegotiation
|
||||||
* has completed (or it's disabled).
|
* has completed (or it's disabled).
|
||||||
*/
|
*/
|
||||||
if ((bmsr & BMSR_ACOMP) == 0) {
|
if ((bmsr & BMSR_ACOMP) == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user