Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add tlp* at pci? (for Netra X1).



details:   https://anonhg.NetBSD.org/src/rev/66104d56fc1e
branches:  trunk
changeset: 512582:66104d56fc1e
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 10 15:42:42 2001 +0000

description:
Add tlp* at pci? (for Netra X1).

diffstat:

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

diffs (24 lines):

diff -r 78b2b689aba5 -r 66104d56fc1e sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Tue Jul 10 15:33:18 2001 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Tue Jul 10 15:42:42 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC32,v 1.16 2001/07/08 16:32:24 abs Exp $
+#      $NetBSD: GENERIC32,v 1.17 2001/07/10 15:42:42 matt Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
-#ident                 "GENERIC-$Revision: 1.16 $"
+#ident                 "GENERIC-$Revision: 1.17 $"
 
 maxusers       64
 
@@ -340,6 +340,9 @@
 hme*           at sbus? slot ? offset ?
 hme*           at pci? dev ? function ?        # network "hme" compatible
 
+## Davicom 9102 (as used in Netra X1)
+tlp*           at pci? dev ? function ?        # supported by `tulip' driver
+
 # MII/PHY support
 # XXX: only nsphy "tested"
 exphy*         at mii? phy ?           # 3Com internal PHYs



Home | Main Index | Thread Index | Old Index