Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcsh/conf Add commented-out ep(4) at pcmcia(4); it...



details:   https://anonhg.NetBSD.org/src/rev/cb405d8f4724
branches:  trunk
changeset: 1024141:cb405d8f4724
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Oct 11 02:35:18 2021 +0000

description:
Add commented-out ep(4) at pcmcia(4); it works just fine now.

Also add commented-out tqphy(4) for some ep(4) models.

diffstat:

 sys/arch/hpcsh/conf/GENERIC |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 3214a92e1818 -r cb405d8f4724 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC       Mon Oct 11 02:30:00 2021 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC       Mon Oct 11 02:35:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.113 2020/03/25 17:06:19 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.114 2021/10/11 02:35:18 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -291,6 +291,7 @@
 wd*    at atabus? drive ? flags 0x0000
 
 # PCMCIA network interfaces
+#ep*   at pcmcia0 function ?           # 3Com EtherLink III Ethernet
 mbe*   at pcmcia0 function ?           # MB8696x based Ethernet
 ne*    at pcmcia0 function ?           # NE2000-compatible Ethernet
 wi*    at pcmcia0 function ?           # Lucent/Intersil WaveLan IEEE (802.11)
@@ -298,6 +299,7 @@
 # MII/PHY support
 lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
 nsphyter* at mii? phy ?                        # NS83843 PHYs
+#tqphy* at mii? phy?                   # TDK Semiconductor PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs
 
 # PCMCIA Serial Devices



Home | Main Index | Thread Index | Old Index