summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miidevs
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2004-09-10 20:57:46 +0000
committerwpaul <wpaul@FreeBSD.org>2004-09-10 20:57:46 +0000
commita2f7a53a34c64d7c74e37510d0193de6534f692d (patch)
tree8abd9cd875f4bf82ed38f86ab5c2adc2cd593cad /sys/dev/mii/miidevs
parent0dc3b359ffdb348ac270bc7c08f792f8604ad2b9 (diff)
downloadFreeBSD-src-a2f7a53a34c64d7c74e37510d0193de6534f692d.zip
FreeBSD-src-a2f7a53a34c64d7c74e37510d0193de6534f692d.tar.gz
Add device driver support for the VIA Networking Technologies
VT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY. The vge driver has been added to GENERIC for i386, pc98 and amd64, but not to sparc or ia64 since I don't have the ability to test it there. The vge(4) driver supports VLANs, checksum offload and jumbo frames. Also added the lge(4) and nge(4) drivers to GENERIC for i386 and pc98 since I was in the neighborhood. There's no reason to leave them out anymore.
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r--sys/dev/mii/miidevs6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs
index 1f58417..6415c92 100644
--- a/sys/dev/mii/miidevs
+++ b/sys/dev/mii/miidevs
@@ -52,6 +52,7 @@ $FreeBSD$
oui ALTIMA 0x0010a9 Altima Communications
oui AMD 0x00001a Advanced Micro Devices
oui BROADCOM 0x001018 Broadcom Corporation
+oui CICADA 0x0003F1 Cicada Semiconductor
oui DAVICOM 0x00606e Davicom Semiconductor
oui ICS 0x00a0be Integrated Circuit Systems
oui INTEL 0x00aa00 Intel
@@ -121,6 +122,11 @@ model xxBROADCOM BCM5703 0x0016 BCM5703 10/100/1000baseTX PHY
model xxBROADCOM BCM5704 0x0019 BCM5704 10/100/1000baseTX PHY
model xxBROADCOM BCM5705 0x001a BCM5705 10/100/1000baseTX PHY
+/* Cicada Semiconductor PHYs (now owned by Vitesse?) */
+model CICADA CS8201 0x0001 Cicada CS8201 10/100/1000TX PHY
+model CICADA CS8201A 0x0020 Cicada CS8201 10/100/1000TX PHY
+model CICADA CS8201B 0x0021 Cicada CS8201 10/100/1000TX PHY
+
/* Davicom Semiconductor PHYs */
model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface
OpenPOWER on IntegriCloud