From 7e6ef0923409cc74271bbfbff5cffcbff8f4e655 Mon Sep 17 00:00:00 2001 From: jonathan Date: Thu, 23 Dec 2004 06:13:24 +0000 Subject: Add PHY models for integrated 1000baseT PHYs in Realtek 8169S chips, in two flavours: one with non-IEEE OUI code from FreeSD if_re(4) mii driver for early 8169S, and a second IEEE-compliant version as observed on Netgear GA-511 with newer 8196S stepping. --- sys/dev/mii/miidevs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index a505f441dd7..44ada73be30 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$NetBSD: miidevs,v 1.54 2004/11/24 10:14:41 martin Exp $ +$NetBSD: miidevs,v 1.55 2004/12/23 06:13:24 jonathan Exp $ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -64,6 +64,7 @@ oui MARVELL 0x005043 Marvell Semiconductor oui MYSON 0x00c0b4 Myson Technology oui NATSEMI 0x080017 National Semiconductor oui PMCSIERRA 0x00e004 PMC-Sierra +oui REALTEK 0x00e04c RealTek oui QUALSEMI 0x006051 Quality Semiconductor oui SEEQ 0x00a07d Seeq oui SIS 0x00e006 Silicon Integrated Systems @@ -93,6 +94,8 @@ oui xxXAQTI 0xace000 XaQti Corp. oui xxPMCSIERRA 0x0009c0 PMC-Sierra oui xxPMCSIERRA2 0x009057 PMC-Sierra +oui xxREALTEK 0x000732 Realtek + /* * List of known models. Grouped by oui. */ @@ -184,6 +187,10 @@ model PMCSIERRA PM8354 0x0004 PM8354 QuadPHY Gigabit interface /* Quality Semiconductor PHYs */ model xxQUALSEMI QS6612 0x0000 QS6612 10/100 media interface +/* RealTek PHYs */ +model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S 1000BASE-T media interface +model REALTEK RTL8169S 0x0011 RTL8169S/8110S 1000BASE-T media interface + /* Seeq PHYs */ model SEEQ 80220 0x0003 Seeq 80220 10/100 media interface model SEEQ 84220 0x0004 Seeq 84220 10/100 media interface -- cgit