freebsd-dev/sys/conf
Bill Paul 0177987224 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.
2000-01-14 03:14:49 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Add device driver support for USB ethernet adapters based on the CATC 2000-01-14 03:14:49 +00:00
files.alpha Only compile gusc for isa (the #if NISA inside gusc effectively covers 1999-12-21 13:53:49 +00:00
files.i386 Move xe driver from dev/pccard to dev/xe. Convert driver to newbus. 2000-01-10 08:05:53 +00:00
files.pc98 Merge from sys/conf/files.i386 revision 1.296. 2000-01-12 13:43:23 +00:00
kern.mk Make "-mpreferred-stack-boundary=2" the default on the i386. 1999-11-17 07:30:35 +00:00
kmod.mk Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS, 2000-01-08 18:48:57 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Add character major 139 for the Sangoma Technologies 'wanrouter' driver. 1999-12-17 19:56:39 +00:00
Makefile.alpha Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as 2000-01-09 15:29:10 +00:00
Makefile.i386 Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as 2000-01-09 15:29:10 +00:00
Makefile.pc98 Point to the right kernel ld script. 2000-01-09 17:59:49 +00:00
Makefile.powerpc Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as 2000-01-09 15:29:10 +00:00
newvers.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsswapkernel.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
NOTES Add device driver support for USB ethernet adapters based on the CATC 2000-01-14 03:14:49 +00:00
options Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?) 2000-01-13 13:29:51 +00:00
options.alpha - Add the device resume method. It supercedes the existing resume 1999-12-15 10:04:05 +00:00
options.i386 Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
options.pc98 Put COMPAT_SVR4 in opt_dontuse.h for the same reasons as IBCS2 and 2000-01-09 10:58:39 +00:00
param.c This is Bosko Milekic's mbuf allocation waiting code. Basically, this 1999-12-12 05:52:51 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00