diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-08-28 13:22:35 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-08-28 13:22:35 +0000 |
commit | 1dda3ba79704fa866cebc8a6986f8960904b7507 (patch) | |
tree | 5c3948d9299abdbe6133fa97a9042a1f5eacc56e | |
parent | f0c3247f3c6e3ea8f2ad18c1c1336c953433fb90 (diff) |
sync
-rw-r--r-- | sys/dev/mii/miidevs.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index a880467a217..2f13a56c4ad 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.14 2000/08/28 04:55:32 jason Exp $ */ +/* $OpenBSD: miidevs.h,v 1.15 2000/08/28 13:22:34 jason Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.12 2000/08/28 04:55:10 jason Exp + * OpenBSD: miidevs,v 1.13 2000/08/28 13:22:09 jason Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -63,6 +63,7 @@ #define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */ #define MII_OUI_TI 0x080028 /* Texas Instruments */ #define MII_OUI_TSC 0x00c039 /* TDK Semiconductor */ +#define MII_OUI_XAQTI 0x00e0ae /* XaQti Corp. */ /* in the 79c873, AMD uses another OUI (which matches Davicom!) */ #define MII_OUI_xxAMD 0x00606e /* Advanced Micro Devices */ @@ -76,7 +77,7 @@ #define MII_OUI_xxSEEQ 0x0005be /* Seeq */ #define MII_OUI_xxSIS 0x000760 /* Silicon Integrated Systems */ #define MII_OUI_xxTI 0x100014 /* Texas Instruments */ -#define MII_OUI_XAQTI 0x00e0ae /* XaQti Corp. */ +#define MII_OUI_xxXAQTI 0x350700 /* XaQti Corp. */ /* Level 1 is completely different - from right to left. (Two bits get lost in the third OUI byte.) */ |