Source-Changes-HG archive

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

[src/trunk]: src Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nFo...



details:   https://anonhg.NetBSD.org/src/rev/b5c431c773ad
branches:  trunk
changeset: 541706:b5c431c773ad
user:      gendalia <gendalia%NetBSD.org@localhost>
date:      Fri Jan 17 06:23:52 2003 +0000

description:
Add altima (broadcom) AC101L, phy for 3com 3c905cx-tx on nForce2 MCP-T

diffstat:

 share/man/man4/acphy.4 |  6 +++---
 sys/dev/mii/acphy.c    |  6 ++++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r d381b82dab32 -r b5c431c773ad share/man/man4/acphy.4
--- a/share/man/man4/acphy.4    Fri Jan 17 06:21:13 2003 +0000
+++ b/share/man/man4/acphy.4    Fri Jan 17 06:23:52 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: acphy.4,v 1.2 2001/08/25 05:59:39 thorpej Exp $
+.\"    $NetBSD: acphy.4,v 1.3 2003/01/17 06:23:53 gendalia Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -38,13 +38,13 @@
 .Os
 .Sh NAME
 .Nm acphy
-.Nd "Driver for Altima AC101 and AMD Am79c874 10/100 Ethernet PHYs"
+.Nd "Driver for Altima AC101, AC101L and AMD Am79c874 10/100 Ethernet PHYs"
 .Sh SYNOPSIS
 .Cd "acphy* at mii? phy ?"
 .Sh DESCRIPTION
 The
 .Nm
-driver supports the Altima AC101 and AMD Am79c874 NetPHY-1LP
+driver supports the Altima AC101, AC101L and AMD Am79c874 NetPHY-1LP
 10/100 Ethernet PHYs.  These PHYs are often found on low-power
 Ethernet interfaces, such as MiniPCI interfaces found in
 laptops and embedded systems.
diff -r d381b82dab32 -r b5c431c773ad sys/dev/mii/acphy.c
--- a/sys/dev/mii/acphy.c       Fri Jan 17 06:21:13 2003 +0000
+++ b/sys/dev/mii/acphy.c       Fri Jan 17 06:23:52 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acphy.c,v 1.10 2002/10/02 16:34:14 thorpej Exp $       */
+/*     $NetBSD: acphy.c,v 1.11 2003/01/17 06:23:52 gendalia Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.10 2002/10/02 16:34:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acphy.c,v 1.11 2003/01/17 06:23:52 gendalia Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -74,6 +74,8 @@
 const struct mii_phydesc acphys[] = {
        { MII_OUI_ALTIMA,               MII_MODEL_ALTIMA_AC101,
          MII_STR_ALTIMA_AC101 },
+       { MII_OUI_ALTIMA,               MII_MODEL_ALTIMA_AC101L,
+         MII_STR_ALTIMA_AC101L },
 
        /* XXX This is reported to work, but it's not from any data sheet. */
        { MII_OUI_ALTIMA,               MII_MODEL_ALTIMA_ACXXX,



Home | Main Index | Thread Index | Old Index