Module Name:    src
Committed By:   msaitoh
Date:           Wed Sep  4 06:28:08 UTC 2019

Modified Files:
        src/sys/dev/mii: miidevs.h miidevs_data.h

Log Message:
 Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.140 -r1.141 src/sys/dev/mii/miidevs_data.h

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.h
diff -u src/sys/dev/mii/miidevs.h:1.152 src/sys/dev/mii/miidevs.h:1.153
--- src/sys/dev/mii/miidevs.h:1.152	Fri Aug 16 15:20:18 2019
+++ src/sys/dev/mii/miidevs.h	Wed Sep  4 06:28:08 2019
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs.h,v 1.152 2019/08/16 15:20:18 msaitoh Exp $	*/
+/*	$NetBSD: miidevs.h,v 1.153 2019/09/04 06:28:08 msaitoh Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: miidevs,v 1.154 2019/08/16 15:19:48 msaitoh Exp
+ *	NetBSD: miidevs,v 1.155 2019/09/04 06:27:49 msaitoh Exp
  */
 
 /*-
@@ -74,7 +74,9 @@
 #define	MII_OUI_ENABLESEMI	0x0010dd	/* Enable Semiconductor */
 #define	MII_OUI_SUNPLUS	0x001105	/* Sunplus Technology */
 #define	MII_OUI_ATHEROS	0x001374	/* Atheros */
+#define	MII_OUI_TERANETICS	0x0014a6	/* Teranetics */
 #define	MII_OUI_RALINK2	0x0017a5	/* Ralink Technology */
+#define	MII_OUI_AQUANTIA	0x0017b6	/* Aquantia Corporation */
 #define	MII_OUI_BROADCOM3	0x001be9	/* Broadcom Corporation */
 #define	MII_OUI_LEVEL1	0x00207b	/* Level 1 */
 #define	MII_OUI_VIA	0x004063	/* VIA Technologies */
@@ -100,6 +102,7 @@
 #define	MII_OUI_NATSEMI	0x080017	/* National Semiconductor */
 #define	MII_OUI_TI	0x080028	/* Texas Instruments */
 #define	MII_OUI_BROADCOM4	0x18c086	/* Broadcom Corporation */
+#define	MII_OUI_Renesas	0x749050	/* Renesas */
 
 /* Unregisterd or wrong OUI */
 #define	MII_OUI_yyREALTEK	0x000004	/* Realtek */

Index: src/sys/dev/mii/miidevs_data.h
diff -u src/sys/dev/mii/miidevs_data.h:1.140 src/sys/dev/mii/miidevs_data.h:1.141
--- src/sys/dev/mii/miidevs_data.h:1.140	Fri Aug 16 15:20:18 2019
+++ src/sys/dev/mii/miidevs_data.h	Wed Sep  4 06:28:08 2019
@@ -1,10 +1,10 @@
-/*	$NetBSD: miidevs_data.h,v 1.140 2019/08/16 15:20:18 msaitoh Exp $	*/
+/*	$NetBSD: miidevs_data.h,v 1.141 2019/09/04 06:28:08 msaitoh Exp $	*/
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: miidevs,v 1.154 2019/08/16 15:19:48 msaitoh Exp
+ *	NetBSD: miidevs,v 1.155 2019/09/04 06:27:49 msaitoh Exp
  */
 
 /*-

Reply via email to