diff options
author | 2014-11-24 00:14:02 +0000 | |
---|---|---|
committer | 2014-11-24 00:14:02 +0000 | |
commit | a7852792a8f5d096d80f88a09f716857099b27c0 (patch) | |
tree | b144d7a43b12e252ae0bef013e3da0e9e7b230f4 | |
parent | use the correct capitalization for Realtek. (diff) | |
download | wireguard-openbsd-a7852792a8f5d096d80f88a09f716857099b27c0.tar.xz wireguard-openbsd-a7852792a8f5d096d80f88a09f716857099b27c0.zip |
regen
-rw-r--r-- | sys/dev/mii/miidevs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 129f2a05188..916cfc3d2aa 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.125 2014/05/06 16:59:32 pirofti Exp $ */ +/* $OpenBSD: miidevs.h,v 1.126 2014/11/24 00:14:02 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.121 2013/12/14 09:45:03 brad Exp + * OpenBSD: miidevs,v 1.123 2014/11/24 00:13:42 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -104,7 +104,7 @@ #define MII_OUI_xxBROADCOM3 0x00d897 /* Broadcom */ #define MII_OUI_xxDAVICOM 0x006040 /* Davicom */ -/* This is the OUI of the gigE PHY in the RealTek 8169S/8110S chips */ +/* This is the OUI of the gigE PHY in the Realtek 8169S/8110S chips */ #define MII_OUI_xxREALTEK 0x000732 /* Realtek */ /* Contrived vendor for dcphy */ |