70 lines
3.6 KiB
C
70 lines
3.6 KiB
C
/* $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 }
|
|
};
|