Module Name:    src
Committed By:   snj
Date:           Sun May  3 23:09:12 UTC 2009

Modified Files:
        src/sys/dev/mii [netbsd-5]: miidevs

Log Message:
Pull up following revision(s) (requested by sborrill in ticket #721):
        sys/dev/mii/miidevs: revision 1.81-1.83
Add ATHEROS F1 and F2 PHYs.
Add ATTANSIC and their L1/L2 PHYs.
Add a comment explaining how to regenerate miidevs.h and miidevs_data.h.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.4.1 src/sys/dev/mii/miidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/miidevs
diff -u src/sys/dev/mii/miidevs:1.78 src/sys/dev/mii/miidevs:1.78.4.1
--- src/sys/dev/mii/miidevs:1.78	Sun Sep 28 18:30:11 2008
+++ src/sys/dev/mii/miidevs	Sun May  3 23:09:12 2009
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.78 2008/09/28 18:30:11 bouyer Exp $
+$NetBSD: miidevs,v 1.78.4.1 2009/05/03 23:09:12 snj Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -45,8 +45,14 @@
  * which is mangled accordingly to compensate.
  */
 
+/*
+* Use "make -f Makefile.miidevs" to regenerate miidevs.h and miidevs_data.h
+*/
+
 oui ALTIMA			0x0010a9	Altima Communications
 oui AMD				0x00001a	Advanced Micro Devices
+oui ATHEROS			0x001374	Atheros
+oui ATTANSIC			0x00c82e	Attansic Technology
 oui BROADCOM			0x001018	Broadcom Corporation
 oui BROADCOM2			0x000af7	Broadcom Corporation
 oui CICADA			0x0003F1	Cicada Semiconductor
@@ -101,6 +107,14 @@
  * List of known models.  Grouped by oui.
  */
 
+/* Atheros PHYs */
+model ATHEROS F1		0x0001 F1 10/100/1000 PHY
+model ATHEROS F2		0x0002 F2 10/100 PHY
+
+/* Attansic PHYs */
+model ATTANSIC L1		0x0001 L1 10/100/1000 PHY
+model ATTANSIC L2		0x0002 L2 10/100 PHY
+
 /* Altima Communications PHYs */
 /* Don't know the model for ACXXX */
 model ALTIMA ACXXX		0x0001 ACXXX 10/100 media interface

Reply via email to