Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/conf Add SMC-based ethernet and nsphy (Asant...



details:   https://anonhg.NetBSD.org/src/rev/12d5d1fed21a
branches:  trunk
changeset: 495532:12d5d1fed21a
user:      briggs <briggs%NetBSD.org@localhost>
date:      Sun Jul 30 21:46:39 2000 +0000

description:
Add SMC-based ethernet and nsphy (AsanteFAST) and ukphy (just in case).

diffstat:

 sys/arch/mac68k/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 7ef870393b61 -r 12d5d1fed21a sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Sun Jul 30 21:43:40 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Sun Jul 30 21:46:39 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.105 2000/07/05 04:07:26 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.106 2000/07/30 21:46:39 briggs Exp $
 #
 # GENERIC
 
 include        "arch/mac68k/conf/std.mac68k"
 
-#ident                 "GENERIC-$Revision: 1.105 $"
+#ident                 "GENERIC-$Revision: 1.106 $"
 
 maxusers       16              # estimated number of users
 
@@ -221,7 +221,10 @@
 # NuBus Ethernet controllers
 ae*    at nubus?                       # DP8390-based
 sn*    at nubus?                       # SONIC-based (DP83932, DP83916)
+sm*    at nubus?                       # SMC 91cxx-based
 
+nsphy* at mii? phy ?
+ukphy* at mii? phy ?
 
 # Audio Devices
 



Home | Main Index | Thread Index | Old Index