freebsd_amp_hwpstate/usr.sbin/sade
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
..
help
Makefile Eliminate PC-card installation floppy and add PC-card support for 2000-01-14 02:17:57 +00:00
command.c
config.c Do better things with router configuration (use proper display variable, 1999-12-19 22:38:59 +00:00
devices.c Add device driver support for USB ethernet adapters based on the CATC 2000-01-14 03:14:49 +00:00
disks.c In retrospect, msgNotify() should leave its contents on the screen 1999-12-17 02:46:04 +00:00
dispatch.c Add support for FTP installation via HTTP proxies. 2000-01-04 04:50:07 +00:00
dmenu.c
globals.c
install.c MFC: can't stop tweaking this compulsively. 1999-12-19 07:02:46 +00:00
keymap.c
label.c Better screen handling in X desktop setup. 1999-12-18 02:04:02 +00:00
list.h
main.c Eliminate PC-card installation floppy and add PC-card support for 2000-01-14 02:17:57 +00:00
menus.c Upgrade to XFree86 3.3.6 2000-01-11 03:59:14 +00:00
misc.c
msg.c In retrospect, msgNotify() should leave its contents on the screen 1999-12-17 02:46:04 +00:00
rtermcap.c
sade.8 Upgrade to XFree86 3.3.6 2000-01-11 03:59:14 +00:00
sade.h Eliminate PC-card installation floppy and add PC-card support for 2000-01-14 02:17:57 +00:00
system.c In retrospect, msgNotify() should leave its contents on the screen 1999-12-17 02:46:04 +00:00
termcap.c
variable.c
wizard.c