diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-03-30 09:24:23 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2023-03-30 09:24:23 +0000 |
commit | 2bf0c318f84a2d9ff260ef6b1c92d227cd713ee7 (patch) | |
tree | ed5dbd6e4d45b1611018ce66e14968eecb1cd6a0 | |
parent | f0bc402babbac6adde9c8661635cd8f18aa151f4 (diff) |
Update comment: RTL8139 -> TNETE2101
ok mpi@
-rw-r--r-- | sys/dev/mii/txphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/txphy.c b/sys/dev/mii/txphy.c index 91595fa9a52..17507858162 100644 --- a/sys/dev/mii/txphy.c +++ b/sys/dev/mii/txphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: txphy.c,v 1.12 2022/04/06 18:59:29 naddy Exp $ */ +/* $OpenBSD: txphy.c,v 1.13 2023/03/30 09:24:22 kevlo Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -114,7 +114,7 @@ txphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) return (ENXIO); /* - * Can't isolate the RTL8139 phy, so it has to be the only one. + * Can't isolate the TNETE2101 phy, so it has to be the only one. */ if (IFM_INST(ife->ifm_media) != sc->mii_inst) panic("txphy_service: attempt to isolate phy"); |