1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/boot/forth
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
..
loader.4th Add silly password feature. If people want to depend on a flawed 1999-11-24 17:56:40 +00:00
loader.4th.8 Remove comments left since mdoc.template time or just useless comments 1999-10-30 15:38:20 +00:00
loader.conf Add device driver support for USB ethernet adapters based on the CATC 2000-01-14 03:14:49 +00:00
loader.conf.5 Belatedly add splash_pcx_load to the documented variables. Reword 1999-11-26 08:09:04 +00:00
loader.rc Activates password protection (if a password is defined). 1999-11-24 17:59:37 +00:00
support.4th Add silly password feature. If people want to depend on a flawed 1999-11-24 17:56:40 +00:00