Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Regen.



details:   https://anonhg.NetBSD.org/src/rev/ea54ebdad636
branches:  trunk
changeset: 485886:ea54ebdad636
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon May 08 13:26:05 2000 +0000

description:
Regen.

diffstat:

 sys/dev/mii/miidevs.h      |  10 ++++--
 sys/dev/mii/miidevs_data.h |  69 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+), 3 deletions(-)

diffs (102 lines):

diff -r 45f3f73be9a1 -r ea54ebdad636 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Mon May 08 13:25:34 2000 +0000
+++ b/sys/dev/mii/miidevs.h     Mon May 08 13:26:05 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: miidevs.h,v 1.10 2000/01/13 20:16:49 augustss Exp $    */
+/*     $NetBSD: miidevs.h,v 1.11 2000/05/08 13:26:05 augustss Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: miidevs,v 1.10 2000/01/13 20:16:08 augustss Exp 
+ *     NetBSD: miidevs,v 1.11 2000/05/08 13:23:21 augustss Exp 
  */
 
 /*-
@@ -98,7 +98,11 @@
 #define        MII_MODEL_xxAMD_79C873  0x0000
 #define        MII_STR_xxAMD_79C873    "Am79C873 10/100 media interface"
 #define        MII_MODEL_AMD_79c973phy 0x0036
-#define        MII_STR_AMD_79c973phy   "Am79c973 internal PHY"
+#define        MII_STR_AMD_79c973phy   "Am79C973 internal PHY"
+#define        MII_MODEL_AMD_79c901    0x0037
+#define        MII_STR_AMD_79c901      "Am79C901 10 PHY"
+#define        MII_MODEL_AMD_79c901home        0x0039
+#define        MII_STR_AMD_79c901home  "Am79C901 HomePHY"
 
 /* Broadcom PHYs */
 #define        MII_MODEL_BROADCOM_BCM5201      0x0021
diff -r 45f3f73be9a1 -r ea54ebdad636 sys/dev/mii/miidevs_data.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/mii/miidevs_data.h        Mon May 08 13:26:05 2000 +0000
@@ -0,0 +1,69 @@
+/*     $NetBSD: miidevs_data.h,v 1.1 2000/05/08 13:26:05 augustss Exp $        */
+
+/*
+ * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
+ *
+ * generated from:
+ *     NetBSD: miidevs,v 1.11 2000/05/08 13:23:21 augustss Exp 
+ */
+
+/*-
+ * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
+ * NASA Ames Research Center.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *     This product includes software developed by the NetBSD
+ *     Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ *    contributors may be used to endorse or promote products derived
+ *    from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+struct mii_knowndev mii_knowndevs[] = {
+ { MII_OUI_xxAMD, MII_MODEL_xxAMD_79C873, MII_STR_xxAMD_79C873 }, 
+ { MII_OUI_AMD, MII_MODEL_AMD_79c973phy, MII_STR_AMD_79c973phy }, 
+ { MII_OUI_AMD, MII_MODEL_AMD_79c901, MII_STR_AMD_79c901 }, 
+ { MII_OUI_AMD, MII_MODEL_AMD_79c901home, MII_STR_AMD_79c901home }, 
+ { MII_OUI_BROADCOM, MII_MODEL_BROADCOM_BCM5201, MII_STR_BROADCOM_BCM5201 }, 
+ { MII_OUI_xxDAVICOM, MII_MODEL_xxDAVICOM_DM9101, MII_STR_xxDAVICOM_DM9101 }, 
+ { MII_OUI_xxICS, MII_MODEL_xxICS_1890, MII_STR_xxICS_1890 }, 
+ { MII_OUI_xxINTEL, MII_MODEL_xxINTEL_I82553, MII_STR_xxINTEL_I82553 }, 
+ { MII_OUI_INTEL, MII_MODEL_INTEL_I82555, MII_STR_INTEL_I82555 }, 
+ { MII_OUI_INTEL, MII_MODEL_INTEL_I82553, MII_STR_INTEL_I82553 }, 
+ { MII_OUI_xxLEVEL1, MII_MODEL_xxLEVEL1_LXT970, MII_STR_xxLEVEL1_LXT970 }, 
+ { MII_OUI_NATSEMI, MII_MODEL_NATSEMI_DP83840, MII_STR_NATSEMI_DP83840 }, 
+ { MII_OUI_NATSEMI, MII_MODEL_NATSEMI_DP83843, MII_STR_NATSEMI_DP83843 }, 
+ { MII_OUI_QUALSEMI, MII_MODEL_QUALSEMI_QS6612, MII_STR_QUALSEMI_QS6612 }, 
+ { MII_OUI_xxSEEQ, MII_MODEL_xxSEEQ_80220, MII_STR_xxSEEQ_80220 }, 
+ { MII_OUI_xxSEEQ, MII_MODEL_xxSEEQ_84220, MII_STR_xxSEEQ_84220 }, 
+ { MII_OUI_xxSIS, MII_MODEL_xxSIS_900, MII_STR_xxSIS_900 }, 
+ { MII_OUI_xxTI, MII_MODEL_xxTI_TLAN10T, MII_STR_xxTI_TLAN10T }, 
+ { MII_OUI_xxTI, MII_MODEL_xxTI_100VGPMI, MII_STR_xxTI_100VGPMI }, 
+ { MII_OUI_TSC, MII_MODEL_TSC_78Q2120, MII_STR_TSC_78Q2120 }, 
+ { MII_OUI_TSC, MII_MODEL_TSC_78Q2121, MII_STR_TSC_78Q2121 }, 
+ { 0, 0, NULL }
+};



Home | Main Index | Thread Index | Old Index