summaryrefslogtreecommitdiffstats
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 9d69d81..a38c34d 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -186,6 +186,8 @@ device bfe # Broadcom BCM440x 10/100 Ethernet
device bge # Broadcom BCM570xx Gigabit Ethernet
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
+device lge # Level 1 LXT1001 gigabit ethernet
+device nge # NatSemi DP83820 gigabit ethernet
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
device re # RealTek 8139C+/8169/8169S/8110S
device rl # RealTek 8129/8139
@@ -196,6 +198,7 @@ device ste # Sundance ST201 (D-Link DFE-550TX)
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
+device vge # VIA VT612x gigabit ethernet
device vr # VIA Rhine, Rhine II
device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
OpenPOWER on IntegriCloud