diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-05-07 21:37:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-05-07 21:37:46 +0000 |
commit | 60b44f6b1651ce0452d677ace7ce206013393673 (patch) | |
tree | 5e8599cbdc55755a0bdb19ec3e650a604c9cef63 /sys/dev | |
parent | f44c03818e92401d745a671bb1ed1eec7d92fda2 (diff) |
From NetBSD: Add Silicon Integrated Systems OUI, and SiS 900 PHY
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index e809c830219..806c3888713 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.4 1999/02/08 13:29:04 jason Exp $ +$OpenBSD: miidevs,v 1.5 1999/05/07 21:37:45 jason Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -51,6 +51,7 @@ oui MYSON 0x00c0b4 Myson Technology oui NATSEMI 0x080017 National Semiconductor oui QUALSEMI 0x006051 Quality Semiconductor oui SEEQ 0x0005be Seeq +oui SIS 0x000760 Silicon Integrated Systems oui TI 0x100014 Texas Instruments /* @@ -86,6 +87,9 @@ model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface model SEEQ 80220 0x0003 Seeq 80220 10/100 media interface model SEEQ 84220 0x0004 Seeq 84220 10/100 media interface +/* Silicon Integrated Systems PHYs */ +model SIS 900 0x0000 SiS 900 10/100 media interface + /* Texas Instruments PHYs */ model TI TLAN10T 0x0001 ThunderLAN 10baseT media interface model TI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface |