| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
|
|
|
|
|
|
|
|
|
| |
Don't document non-bugs in the BUGS section, or anywhere else. It
is not a bug to drop data when overloaded. The compile-time tuning
options turned out to be not very useful, and aren't supported
offically.
Documented the not so new option CY_PCI_FASTINTR.
|
| |
|
|
|
|
|
| |
PR: docs/12068
Submitted by: Steve Coltrin <spcoltri@io.com>
|
|
|
|
|
|
|
|
| |
(QIC) written under 2.X may not be easily read under the current
driver without explicitly setting to variable mode or to the blocksize
these tapes were written under 2.X with.
PR: 6681
|
|
|
|
|
| |
PR: docs/10474
Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
|
|
|
|
|
| |
PR: docs/10624
Submitted by: Joe Abley <jabley@buddha.clear.net.nz>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
similar to the PNIC I (supported by the pn driver). In fact, it's really
a Macronix 98715A with wake on LAN support added. According to LinkSys,
the PNIC II was jointly developed by Lite-On and Macronis. I get the
feeling Macronix did most of the work. (The datasheet has the Macronix
logo on it, and is in fact nearly identical to the 98715 datasheet, except
for the extra wake on LAN registers.) In any case, the PNIC II works just
fine with the Macronix driver.
The changes are:
- Move PCI ID for the PNIC II from the pn driver to the mx driver.
- Mention PNIC II support in mx.4.
- Mention PNIC II support in RELNOTES.TXT and HARDWARE.TXT.
|
| |
|
|
|
|
| |
PR: i386/10328
|
|
|
|
| |
PR: docs/10500 (Masaru Tsunoda [3]masaru@pokemon.to)
|
|
|
|
|
|
|
| |
- Mention that the 6Mbps turbo adapters are supported in HARDWARE.TXT
and RELNOTES.TXT and the wi.4 man page
- Mention turbo adapters in the wicontrol.8 man page and provide a
complete table of available transmit speed settings
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
OKed by: peter
|
|
|
|
|
|
| |
* Optional bits now shown as such.
Submitted by: Philippe Charnier & bde
|
|
|
|
| |
(I couldn't figure out how to suround `flags _flags_' by []'s :-( )
|
|
|
|
| |
PR: doc/11582
|
|
|
|
|
| |
PR: 10841
Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
|
|
|
|
|
| |
in GENERIC and LINT, which is why I only needed four reboots to figure
out why my keyboard wasn't keyboarding.
|
|
|
|
|
| |
PR: docs/11702
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also, update the pass(4) man page to indicate that some CCBs must be
sent through the xpt(4) device and cannot be sent through a pass device.
PR: 8826
|
|
|
|
|
| |
PR: docs/11257
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
|
|
|
|
| |
Submitted by: Zach Heilig <zach@uffdaonline.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
adapter (and some workalikes). Also add man pages and a wicontrol
utility to manipulate some of the card parameters.
This driver was written using information gleaned from the Lucent HCF Light
library, though it does not use any of the HCF Light code itself, mainly
because it's contaminated by the GPL (but also because it's pretty gross).
The HCF Light lacks certain featurs from the full (but proprietary) HCF
library, including 802.11 frame encapsulation support, however it has
just enough register information about the Hermes chip to allow someone
with enough spare time and energy to implement a proper driver. (I would
have prefered getting my hands on the Hermes manual, but that's proprietary
too. For those who are wondering, the Linux driver uses the proprietary
HCF library, but it's provided in object code form only.)
Note that I do not have access to a WavePOINT access point, so I have
only been able to test ad-hoc mode. The wicontrol utility can turn on
BSS mode, but I don't know for certain that the NIC will associate with
an access point correctly. Testers are encouraged to send their results
to me so that I can find out if I screwed up or not.
|
|
|
|
|
|
|
| |
to nca(4).
PR: docs/11493
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
|
|
|
|
|
| |
Merge `ed1' and `ed2' examples as we don't ship with an `ed1' any more we
yet, the example of extra flags could be useful to someone.
|
|
|
|
| |
PR: docs/10708
|
|
|
|
| |
PR: docs/10495
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/11378
Submitted by: Martin Kammerhofer <dada@balu.kfunigraz.ac.at>
|
|
|
|
|
| |
PR: docs/11259
Submitted by: mzaki@e-mail.ne.jp
|
| |
|
| |
|
|
|
|
| |
things while I'm here.
|
|
|
|
|
|
|
|
|
|
| |
transceiver. Note in the manual page that autoselection doesn't
work on the 82c168 because the built-in NWAY support is horribly
broken. Manual mode selection works fine, but autoneg is broken for
everything except maybe 10Mbps half-duplex. There's no simple way
to fix this at the moment, so I have to settle for documenting the
bug for now. Fortunately, there aren't anywhere near as many 82c168
boards around as there are 82c169s.
|
|
|
|
| |
Sorted lists.
|
|
|
|
|
|
| |
and kldunload(2).
Submitted by: Chris Costello <chris@holly.dyndns.org>
|
|
|
|
|
|
|
|
| |
I changed to "Christopher G. Demetriou" since the page appears to be a
revision of lkm(4).
PR: docs/8611
Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Supplied by: Kazutaka YOKOTA
|
| |
|
| |
|