diff options
author | 2006-07-03 01:47:36 +0000 | |
---|---|---|
committer | 2006-07-03 01:47:36 +0000 | |
commit | c47dbf084781139415a0403eac04391d6d3b4b63 (patch) | |
tree | a91455d79825a76d55b2399028137f0351b7e777 | |
parent | add PMC-Sierra OUI. (diff) | |
download | wireguard-openbsd-c47dbf084781139415a0403eac04391d6d3b4b63.tar.xz wireguard-openbsd-c47dbf084781139415a0403eac04391d6d3b4b63.zip |
regen
-rw-r--r-- | sys/dev/mii/miidevs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index f1d92316388..d6566b6e705 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.79 2006/07/03 01:24:30 brad Exp $ */ +/* $OpenBSD: miidevs.h,v 1.80 2006/07/03 01:47:36 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.76 2006/07/03 01:23:22 brad Exp + * OpenBSD: miidevs,v 1.77 2006/07/03 01:47:06 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -68,6 +68,7 @@ #define MII_OUI_MYSON 0x00c0b4 /* Myson Technology */ #define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */ #define MII_OUI_PLESSEY 0x046b40 /* Plessey Semiconductor */ +#define MII_OUI_PMCSIERRA 0x00e004 /* PMC-Sierra */ #define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */ #define MII_OUI_REALTEK 0x000020 /* Realtek Semiconductor */ #define MII_OUI_REALTEK2 0x00e04c /* Realtek Semiconductor */ |