diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-08-28 13:22:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-08-28 13:22:10 +0000 |
commit | f0c3247f3c6e3ea8f2ad18c1c1336c953433fb90 (patch) | |
tree | 207f2f3be35d2cf55624a895875f05a20fbe8bce | |
parent | 892e6ed993ee86f9bcc4544e2ed4565dc294a581 (diff) |
missed xxXAQTI
-rw-r--r-- | sys/dev/mii/miidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 1629561b22d..bcca2ea46b8 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$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 $ */ /*- @@ -56,6 +56,7 @@ oui SEEQ 0x00a07d Seeq oui SIS 0x00e006 Silicon Integrated Systems oui TI 0x080028 Texas Instruments oui TSC 0x00c039 TDK Semiconductor +oui XAQTI 0x00e0ae XaQti Corp. /* in the 79c873, AMD uses another OUI (which matches Davicom!) */ oui xxAMD 0x00606e Advanced Micro Devices @@ -69,7 +70,7 @@ oui xxICS 0x00057d Integrated Circuit Systems oui xxSEEQ 0x0005be Seeq oui xxSIS 0x000760 Silicon Integrated Systems oui xxTI 0x100014 Texas Instruments -oui XAQTI 0x00e0ae XaQti Corp. +oui xxXAQTI 0x350700 XaQti Corp. /* Level 1 is completely different - from right to left. (Two bits get lost in the third OUI byte.) */ |