Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add PHYs.



details:   https://anonhg.NetBSD.org/src/rev/1a465653a166
branches:  trunk
changeset: 481276:1a465653a166
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Jan 25 14:43:49 2000 +0000

description:
Add PHYs.

diffstat:

 sys/arch/macppc/conf/GENERIC |  15 +++++++++++++--
 sys/arch/macppc/conf/INSTALL |  13 ++++++++++++-
 2 files changed, 25 insertions(+), 3 deletions(-)

diffs (64 lines):

diff -r 798a28742301 -r 1a465653a166 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Jan 25 14:38:39 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Jan 25 14:43:49 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.49 2000/01/25 08:32:03 augustss Exp $
+#      $NetBSD: GENERIC,v 1.50 2000/01/25 14:43:49 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.49 $"
+#ident                 "GENERIC-$Revision: 1.50 $"
 
 maxusers       32
 
@@ -146,7 +146,18 @@
 obio0  at pci? dev ? function ?
 #macofcons0 at pci? dev ? function ?   # OpenFirmware console (for debugging)
 
+exphy* at mii? phy ?                   # 3Com internal PHYs
+icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
+inphy* at mii? phy ?                   # Intel 82555 PHYs
+iophy* at mii? phy ?                   # Intel 82553 PHYs
+lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
+nsphyter* at mii? phy ?                        # NS83843 PHYs
+qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
+tlphy* at mii? phy ?                   # ThunderLAN PHYs
+tqphy* at mii? phy ?                   # TDK Semiconductor PHYs
+ukphy* at mii? phy ?                   # generic unknown PHYs
 
 bm*    at obio?                        # bmac ethernet
 mc*    at obio?                        # MACE ethernet
diff -r 798a28742301 -r 1a465653a166 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Tue Jan 25 14:38:39 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Tue Jan 25 14:43:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.18 1999/12/26 13:02:24 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.19 2000/01/25 14:43:49 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -63,7 +63,18 @@
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
 obio0  at pci? dev ? function ?
 
+exphy* at mii? phy ?                   # 3Com internal PHYs
+icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
+inphy* at mii? phy ?                   # Intel 82555 PHYs
+iophy* at mii? phy ?                   # Intel 82553 PHYs
+lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
+nsphyter* at mii? phy ?                        # NS83843 PHYs
+qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
+sqphy* at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
+tlphy* at mii? phy ?                   # ThunderLAN PHYs
+tqphy* at mii? phy ?                   # TDK Semiconductor PHYs
+ukphy* at mii? phy ?                   # generic unknown PHYs
 
 bm*    at obio?                        # bmac ethernet
 mc*    at obio?                        # MACE ethernet



Home | Main Index | Thread Index | Old Index