summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-14 03:14:49 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-14 03:14:49 +0000
commit25bfa75395f7a9ef7f2e7969b839b3abd6d8e858 (patch)
tree9d4403f407499c0ddb77dc663e67f11677d502b9 /share/man/man4/Makefile
parent241bd93929c50045d997159647c990ce30a09b38 (diff)
downloadFreeBSD-src-25bfa75395f7a9ef7f2e7969b839b3abd6d8e858.zip
FreeBSD-src-25bfa75395f7a9ef7f2e7969b839b3abd6d8e858.tar.gz
Add device driver support for USB ethernet adapters based on the CATC
USB-EL1202A chipset. Between this and the other two drivers, we should have support for pretty much every USB ethernet adapter on the market. The only other USB chip that I know of is the SMC USB97C196, and right now I don't know of any adapters that use it (including the ones made by SMC :/ ). Note that the CATC chip supports a nifty feature: read and write combining. This allows multiple ethernet packets to be transfered in a single USB bulk in/out transaction. However I'm again having trouble with large bulk in transfers like I did with the ADMtek chip, which leads me to believe that our USB stack needs some work before we can really make use of this feature. When/if things improve, I intend to revisit the aue and cue drivers. For now, I've lost enough sanity points.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b1eb513..55c0346 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
MAN4= ahc.4 alpm.4 amd.4 atkbd.4 atkbdc.4 aue.4 blackhole.4 bpf.4 \
- bridge.4 ccd.4 cd.4 ch.4 da.4 dc.4 ddb.4 de.4 \
+ bridge.4 ccd.4 cd.4 ch.4 cue.4 da.4 dc.4 ddb.4 de.4 \
divert.4 drum.4 dummynet.4 faith.4 fd.4 fdc.4 fpa.4 fxp.4 \
gif.4 \
icmp.4 ifmib.4 iic.4 iicbb.4 iicbus.4 iicsmb.4 \
OpenPOWER on IntegriCloud