diff options
author | 1999-02-08 13:31:21 +0000 | |
---|---|---|
committer | 1999-02-08 13:31:21 +0000 | |
commit | 2e54d34d218546d71d85f8c7c25cce14771a763e (patch) | |
tree | ef0430227a5562477d4fa3660da4c60573abdf2b | |
parent | Davicom DM9101; from NetBSD. (diff) | |
download | wireguard-openbsd-2e54d34d218546d71d85f8c7c25cce14771a763e.tar.xz wireguard-openbsd-2e54d34d218546d71d85f8c7c25cce14771a763e.zip |
sync
-rw-r--r-- | sys/dev/mii/miidevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 33a3c701013..38cd8302a85 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.5 1998/12/24 01:30:55 jason Exp $ */ +/* $OpenBSD: miidevs.h,v 1.6 1999/02/08 13:31:21 jason Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.3 1998/12/24 01:30:08 jason Exp + * OpenBSD: miidevs,v 1.4 1999/02/08 13:29:04 jason Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -50,6 +50,7 @@ */ #define MII_OUI_AMD 0x00606e /* Advanced Micro Devices */ +#define MII_OUI_DAVICOM 0x006040 /* Davicom Semiconductor */ #define MII_OUI_ICS 0x00057d /* Integrated Circuit Systems */ #define MII_OUI_INTEL 0x00aa00 /* Intel */ #define MII_OUI_LEVEL1 0x1e0400 /* Level 1 */ @@ -67,6 +68,10 @@ #define MII_MODEL_AMD_79C873 0x0000 #define MII_STR_AMD_79C873 "Am79C873 10/100 media interface" +/* Davicom Semiconductor PHYs */ +#define MII_MODEL_DAVICOM_DM9101 0x0000 +#define MII_STR_DAVICOM_DM9101 "DM9101 10/100 media interface" + /* Integrated Circuit Systems PHYs */ #define MII_MODEL_ICS_1890 0x0002 #define MII_STR_ICS_1890 "ICS1890 10/100 media interface" |