freebsd-dev/share/man
Bill Paul ab431312b4 This commit adds driver support for PCI fast ethernet cards based on the
ADMtek AL981 "Comet" chipset. The AL981 is yet another DEC tulip clone,
except with simpler receive filter options. The AL981 has a built-in
transceiver, power management support, wake on LAN and flow control.
This chip performs extremely well; it's on par with the ASIX chipset
in terms of speed, which is pretty good (it can do 11.5MB/sec with TCP
easily).

I would have committed this driver sooner, except I ran into one problem
with the AL981 that required a workaround. When the chip is transmitting
at full speed, it will sometimes wedge if you queue a series of packets
that wrap from the end of the transmit descriptor list back to the
beginning. I can't explain why this happens, and none of the other tulip
clones behave this way. The workaround this is to just watch for the end
of the transmit ring and make sure that al_start() breaks out of its
packet queuing loop and waiting until the current batch of transmissions
completes before wrapping back to the start of the ring. Fortunately, this
does not significantly impact transmit performance.

This is one of those things that takes weeks of analysis just to come
up with two or three lines of code changes.
1999-05-21 04:37:48 +00:00
..
man0 While I'm at it, remove the tickadj manpage from src/share/man0/man8, 1998-10-08 18:52:17 +00:00
man1 security(1) doesn't exist, but security(7) does. 1999-03-20 04:03:56 +00:00
man3 Removed extraneous comma in xrefs. 1999-05-14 21:03:23 +00:00
man4 This commit adds driver support for PCI fast ethernet cards based on the 1999-05-21 04:37:48 +00:00
man5 Add a new "file" to procfs: "rlimit" which shows the resource limits for 1999-04-30 13:04:21 +00:00
man6 Typo and style fixes. 1997-02-16 16:36:17 +00:00
man7 Missed a ref to /usr/share/mk/bsd.port.mk 1999-05-02 05:04:26 +00:00
man8 Don't forget to install crash.8 after moving it. 1999-05-06 00:01:48 +00:00
man9 s/file it possible/file if possible/ 1999-05-11 01:19:34 +00:00
tools
Makefile Add the perl man pages to the "whatis" building list. 1999-02-04 11:54:30 +00:00