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 netdock ether driver. as discussed...



details:   https://anonhg.NetBSD.org/src/rev/80e2660f40cd
branches:  trunk
changeset: 533016:80e2660f40cd
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jun 19 04:30:46 2002 +0000

description:
add netdock ether driver.  as discussed on port-mac68k

diffstat:

 sys/arch/mac68k/conf/INSTALL    |  3 ++-
 sys/arch/mac68k/conf/INSTALLSBC |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 2ba4519c5f2b -r 80e2660f40cd sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL      Wed Jun 19 03:48:31 2002 +0000
+++ b/sys/arch/mac68k/conf/INSTALL      Wed Jun 19 04:30:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.18 2002/04/28 06:19:45 wormey Exp $
+#      $NetBSD: INSTALL,v 1.19 2002/06/19 04:30:46 itojun Exp $
 #
 # INSTALL
 
@@ -171,6 +171,7 @@
 ae*    at nubus?                       # DP8390-based
 sn*    at nubus?                       # SONIC-based (DP83932, DP83916)
 sm*    at nubus?                       # SMC-based
+netdock*       at nubus?               # Asante NetDock, Newer Ether MicroDock
 
 nsphy* at mii? phy ?
 ukphy* at mii? phy ?
diff -r 2ba4519c5f2b -r 80e2660f40cd sys/arch/mac68k/conf/INSTALLSBC
--- a/sys/arch/mac68k/conf/INSTALLSBC   Wed Jun 19 03:48:31 2002 +0000
+++ b/sys/arch/mac68k/conf/INSTALLSBC   Wed Jun 19 04:30:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALLSBC,v 1.9 2002/04/27 19:29:08 shiba Exp $
+#      $NetBSD: INSTALLSBC,v 1.10 2002/06/19 04:30:46 itojun Exp $
 #
 # INSTALLSBC
 
@@ -171,6 +171,7 @@
 ae*    at nubus?                       # DP8390-based
 sn*    at nubus?                       # SONIC-based (DP83932, DP83916)
 sm*    at nubus?                       # SMC-based
+netdock*       at nubus?               # Asante NetDock, Newer Ether MicroDock
 
 nsphy* at mii? phy ?
 ukphy* at mii? phy ?



Home | Main Index | Thread Index | Old Index