diff options
author | imp <imp@FreeBSD.org> | 2000-10-12 00:16:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-10-12 00:16:19 +0000 |
commit | ccda206592d95217443edd052af90172c8f9974c (patch) | |
tree | 97d6ea8405b94c0c16d2b9d09263dfbb10fb153d /sys/dev/mii | |
parent | 95e97a147ab8737d955c1ce531ecba7baa365607 (diff) | |
download | FreeBSD-src-ccda206592d95217443edd052af90172c8f9974c.zip FreeBSD-src-ccda206592d95217443edd052af90172c8f9974c.tar.gz |
sync to last commit
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/miidevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 7024c15..3f9a1cc 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -4,7 +4,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/mii/miidevs,v 1.7 2000/09/20 17:02:16 wpaul Exp + * FreeBSD: src/sys/dev/mii/miidevs,v 1.9 2000/10/12 00:15:52 imp Exp */ /*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/ @@ -67,6 +67,7 @@ #define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */ #define MII_OUI_SEEQ 0x00a07d /* Seeq */ #define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */ +#define MII_OUI_TDK 0x00c039 /* TDK */ #define MII_OUI_TI 0x080028 /* Texas Instruments */ #define MII_OUI_XAQTI 0x00e0ae /* XaQti Corp. */ @@ -149,6 +150,10 @@ #define MII_MODEL_xxSIS_900 0x0000 #define MII_STR_xxSIS_900 "SiS 900 10/100 media interface" +/* TDK */ +#define MII_MODEL_TDK_78Q2120 0x0014 +#define MII_STR_TDK_78Q2120 "TDK 78Q2120 media interface" + /* Texas Instruments PHYs */ #define MII_MODEL_xxTI_TLAN10T 0x0001 #define MII_STR_xxTI_TLAN10T "ThunderLAN 10baseT media interface" |