summaryrefslogtreecommitdiffstats
path: root/sys/modules/mii
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2001-05-11 19:56:39 +0000
committerwpaul <wpaul@FreeBSD.org>2001-05-11 19:56:39 +0000
commit853837b8eac47556c47153cfa4f089b28a15f8a7 (patch)
treeb429629daa11879b40d9f85a56ad8a76d53ee4a9 /sys/modules/mii
parent7cfd4134e2ed332ea04ee6b1d00b1f44ff9a9973 (diff)
downloadFreeBSD-src-853837b8eac47556c47153cfa4f089b28a15f8a7.zip
FreeBSD-src-853837b8eac47556c47153cfa4f089b28a15f8a7.tar.gz
Add support for gigabit ethernet cards based on the NatSemi DP83820
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000 copper PHY. There are a whole bunch of very low cost cards available with this chipset selling for $150USD or less. This includes the SMC9462TX, D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards from Addtron. This chip supports TCP/IP checksum offload, VLAN tagging/insertion. 2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs. I have not done serious performance testing with this driver. I know it works, and I want it under CVS control so I can keep tabs on it. Note that there's no serious mutex stuff in here yet either: I need to talk more with jhb to figure out the right way to do this. That said, I don't think there will be any problems. This driver should also work on the alpha. It's not turned on in GENERIC.
Diffstat (limited to 'sys/modules/mii')
-rw-r--r--sys/modules/mii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index c8ab470..45e9f40 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -6,6 +6,6 @@ KMOD= miibus
SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h
SRCS+= miibus_if.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c
SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c
-SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c
+SRCS+= brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud