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 AMD Am79C87[45] (which use the Altima OUI).



details:   https://anonhg.NetBSD.org/src/rev/bc8c03395e20
branches:  trunk
changeset: 542306:bc8c03395e20
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jan 26 06:20:30 2003 +0000

description:
Add AMD Am79C87[45] (which use the Altima OUI).

diffstat:

 sys/dev/mii/miidevs |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b5114965a489 -r bc8c03395e20 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Sun Jan 26 06:19:12 2003 +0000
+++ b/sys/dev/mii/miidevs       Sun Jan 26 06:20:30 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.45 2003/01/17 06:20:07 gendalia Exp $
+$NetBSD: miidevs,v 1.46 2003/01/26 06:20:30 matt Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -102,6 +102,9 @@
 model ALTIMA ACXXX             0x0001 ACXXX 10/100 media interface
 model ALTIMA AC101             0x0021 AC101 10/100 media interface
 model ALTIMA AC101L            0x0012 AC101L 10/100 media interface
+/* AMD Am79C87[45] have ALTIMA OUI */
+model ALTIMA Am79C875          0x0014 Am79C875 10/100 media interface
+model ALTIMA Am79C874          0x0021 Am79C874 10/100 media interface
 
 /* Advanced Micro Devices PHYs */
 /* see Davicom DM9101 for Am79C873 */



Home | Main Index | Thread Index | Old Index