Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/prep/conf Add pcn(4), sip(4) and tlp(4).



details:   https://anonhg.NetBSD.org/src/rev/ab3ff300542e
branches:  trunk
changeset: 514552:ab3ff300542e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Sep 05 11:54:43 2001 +0000

description:
Add pcn(4), sip(4) and tlp(4).

XXX epic(4) seems to have problem, while it works on macppc...

diffstat:

 sys/arch/prep/conf/GENERIC |  12 +++++++++---
 sys/arch/prep/conf/INSTALL |  12 ++++++++++--
 2 files changed, 19 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r 2eda48dd1438 -r ab3ff300542e sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC        Wed Sep 05 05:37:41 2001 +0000
+++ b/sys/arch/prep/conf/GENERIC        Wed Sep 05 11:54:43 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.28 2001/09/01 23:08:45 atatat Exp $
+#      $NetBSD: GENERIC,v 1.29 2001/09/05 11:54:43 tsutsui Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/prep/conf/std.prep"
 
-#ident         "GENERIC-$Revision: 1.28 $"
+#ident         "GENERIC-$Revision: 1.29 $"
 
 maxusers       32
 
@@ -267,9 +267,15 @@
 de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
 ep*    at pci? dev ? function ?        # 3Com 3c59x
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
-#le*   at pci? dev ? function ?        # PCnet-PCI Ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+pcn*   at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
+sip*   at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
+tlp*   at pci? dev ? function ?        # DECchip 21x4x (and clones) Ethernet
+#options       TLP_MATCH_21040
+#options       TLP_MATCH_21041
+#options       TLP_MATCH_21140
+#options       TLP_MATCH_21142
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 
 # ISA network interfaces
diff -r 2eda48dd1438 -r ab3ff300542e sys/arch/prep/conf/INSTALL
--- a/sys/arch/prep/conf/INSTALL        Wed Sep 05 05:37:41 2001 +0000
+++ b/sys/arch/prep/conf/INSTALL        Wed Sep 05 11:54:43 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.6 2001/08/29 17:37:47 briggs Exp $
+#      $NetBSD: INSTALL,v 1.7 2001/09/05 11:54:43 tsutsui Exp $
 #
 #      INSTALL -- Installation kernel
 #
@@ -168,9 +168,15 @@
 de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
 ep*    at pci? dev ? function ?        # 3Com 3c59x
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
-#le*   at pci? dev ? function ?        # PCnet-PCI Ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+pcn*   at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
+sip*   at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
+tlp*   at pci? dev ? function ?        # DECchip 21x4x (and clones) Ethernet
+#options       TLP_MATCH_21040
+#options       TLP_MATCH_21041
+#options       TLP_MATCH_21140
+#options       TLP_MATCH_21142
 vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 
 # ISA network interfaces
@@ -187,6 +193,8 @@
 # MII/PHY support
 inphy* at mii? phy ?                   # Intel 82555 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
+qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs
 
 



Home | Main Index | Thread Index | Old Index