From: kevlo Date: Thu, 30 Mar 2023 09:24:22 +0000 (+0000) Subject: Update comment: RTL8139 -> TNETE2101 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aabe28d3197e562e734c4496e097e64187ef04d4;p=openbsd Update comment: RTL8139 -> TNETE2101 ok mpi@ --- 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");