diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-22 11:40:42 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-22 11:40:42 +0000 |
commit | ed643712ac3d19e2a045e5fcebe5206dc3e6dc49 (patch) | |
tree | 90d7f758b1e9ddf38b47c21f75620229317e0f1b /sys/dev | |
parent | 25ae059fdd162d49fcc939303a8080c923d13b00 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 867bfec302e..71ea2409ea6 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.60 2005/06/21 03:25:05 brad Exp $ */ +/* $OpenBSD: miidevs.h,v 1.61 2005/07/22 11:40:41 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.57 2005/06/21 03:24:50 brad Exp + * OpenBSD: miidevs,v 1.58 2005/07/22 11:39:36 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -67,6 +67,7 @@ #define MII_OUI_PLESSEY 0x046b40 /* Plessey Semiconductor */ #define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */ #define MII_OUI_REALTEK 0x000020 /* Realtek Semiconductor */ +#define MII_OUI_REALTEK2 0x00e04c /* Realtek Semiconductor */ #define MII_OUI_SEEQ 0x00a07d /* Seeq */ #define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */ #define MII_OUI_TI 0x080028 /* Texas Instruments */ @@ -207,6 +208,8 @@ #define MII_STR_MARVELL_E1000_6 "Marvell 88E1000 Gigabit PHY" #define MII_MODEL_MARVELL_E1000_7 0x000c #define MII_STR_MARVELL_E1000_7 "Marvell 88E1000 Gigabit PHY" +#define MII_MODEL_xxMARVELL_E1000_2 0x0002 +#define MII_STR_xxMARVELL_E1000_2 "Marvell 88E1000 Gigabit PHY" #define MII_MODEL_xxMARVELL_E1000_3 0x0003 #define MII_STR_xxMARVELL_E1000_3 "Marvell 88E1000 Gigabit PHY" #define MII_MODEL_xxMARVELL_E1000_5 0x0005 |