Update comment: RTL8139 -> TNETE2101
authorkevlo <kevlo@openbsd.org>
Thu, 30 Mar 2023 09:24:22 +0000 (09:24 +0000)
committerkevlo <kevlo@openbsd.org>
Thu, 30 Mar 2023 09:24:22 +0000 (09:24 +0000)
ok mpi@

sys/dev/mii/txphy.c

index 91595fa..1750785 100644 (file)
@@ -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");