diff options
author | Bill Paul <wpaul@FreeBSD.org> | 2001-05-31 21:44:26 +0000 |
---|---|---|
committer | Bill Paul <wpaul@FreeBSD.org> | 2001-05-31 21:44:26 +0000 |
commit | c678bc4f13a340ad88debe321afd0097db2590cb (patch) | |
tree | 8d9fc908dd4a89b56b89e7d6e616cb4dd9ced2e3 /share/man/man4/Makefile | |
parent | b368031d99af07e50db6f73ed50f675cd822541c (diff) | |
download | src-c678bc4f13a340ad88debe321afd0097db2590cb.tar.gz src-c678bc4f13a340ad88debe321afd0097db2590cb.zip |
Add device driver support for the Level 1 LXT1001 NetCellerator
gigabit ethernet controller chip. This device is used on some
fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and
TCP/IP checksum offload on receive are supported. Hardware VLAN
filtering is not, because it doesn't play well with our existing
VLAN code. Also add manual page.
There is a 4.x version of this driver available at
http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous
and wants to test it. I still need to do performance testing and
tuning with this device.
(For my next trick, I will make the 3Com 3cR990 sit up and beg.)
Notes
Notes:
svn path=/head/; revision=77542
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 2f07d7338eb0..1f78c36c6430 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -65,6 +65,7 @@ MAN= aac.4 \ kld.4 \ kue.4 \ ktr.4 \ + lge.4 \ lo.4 \ lp.4 \ lpbb.4 \ |