Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Add an Altima PHY.



details:   https://anonhg.NetBSD.org/src/rev/aecf2360485b
branches:  trunk
changeset: 501788:aecf2360485b
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jan 07 15:00:46 2001 +0000

description:
Add an Altima PHY.

diffstat:

 sys/dev/mii/miidevs |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 13ab48cc0822 -r aecf2360485b sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Sun Jan 07 15:00:02 2001 +0000
+++ b/sys/dev/mii/miidevs       Sun Jan 07 15:00:46 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.13 2000/11/07 13:53:42 soren Exp $
+$NetBSD: miidevs,v 1.14 2001/01/07 15:00:46 augustss Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -48,10 +48,11 @@
  * mangled accordingly to compensate.
  */
 
+oui ALTIMA                     0x0010a9        Altima Communications
 oui AMD                                0x00001a        Advanced Micro Devices
 oui BROADCOM                   0x001018        Broadcom Corporation
+oui DAVICOM                    0x00606e        Davicom Semiconductor
 oui ENABLESEMI                 0x0010dd        Enable Semiconductor
-oui DAVICOM                    0x00606e        Davicom Semiconductor
 oui ICS                                0x00a0be        Integrated Circuit Systems
 oui INTEL                      0x00aa00        Intel
 oui LEVEL1                     0x00207b        Level 1
@@ -72,6 +73,8 @@
 
 /* some vendors have the bits swapped within bytes
        (ie, ordered as on the wire) */
+
+oui xxALTIMA                   0x000895        Altima Communications
 oui xxBROADCOM                 0x000818        Broadcom Corporation
 oui xxICS                      0x00057d        Integrated Circuit Systems
 oui xxSEEQ                     0x0005be        Seeq
@@ -94,6 +97,9 @@
  * List of known models.  Grouped by oui.
  */
 
+/* Altima Communications PHYs */
+model xxALTIMA AC101           0x0021 AC101 10/100 media interface
+
 /* Advanced Micro Devices PHYs */
 model xxAMD 79C873             0x0000 Am79C873 10/100 media interface
 model AMD 79c973phy            0x0036 Am79C973 internal PHY



Home | Main Index | Thread Index | Old Index