diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-10-05 03:24:25 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-10-05 03:24:25 +0000 |
commit | b08416c7a21646b6db857ada8a9368e0aabd1386 (patch) | |
tree | 118e99a41a4d9b3ea8000d27e20493bd41994305 /sys/dev/mii | |
parent | 8275df7b282a787935473be8cabfb18de990b90e (diff) |
Fix tree breakage. We are not ready for RealTek PHYs, so back out that
addition, leaving only desired Broadcom PHY additions.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/miidevs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index c451eee1ac5..3432d278870 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.38 2003/10/05 02:30:18 krw Exp $ +$OpenBSD: miidevs,v 1.39 2003/10/05 03:24:24 krw Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -55,7 +55,6 @@ oui LEVEL1 0x00207b Level 1 oui MYSON 0x00c0b4 Myson Technology oui NATSEMI 0x080017 National Semiconductor oui QUALSEMI 0x006051 Quality Semiconductor -oui REALTEK 0x000020 RealTek Semiconductor oui SEEQ 0x00a07d Seeq oui SIS 0x00e006 Silicon Integrated Systems oui TI 0x080028 Texas Instruments @@ -85,9 +84,6 @@ oui xxLEVEL1a 0x0004de Level 1 /* Don't know what's going on here. */ oui xxDAVICOM 0x006040 Davicom Semiconductor -/* This is the oui of the gigE PHY in the RealTek 81695/8110S chips */ -oui xxREALTEK 0x000732 - /* Contrived vendor for dcphy */ oui xxDEC 0x040440 Digital Clone @@ -173,10 +169,6 @@ model NATSEMI DP83861 0x0006 DP83861 10/100/1000 media interface /* Quality Semiconductor PHYs */ model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface -/* RealTek Semiconductor PHYs */ -model REALTEK RTL8201L 0x0020 Realtek 10/100 media interface -model xxREALTEK RTL8169S 0x0011 Realtek 10/100/1000 media interface - /* Seeq PHYs */ model xxSEEQ 80220 0x0003 Seeq 80220 10/100 media interface model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface |