| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Suggested by: Mark Knight <markk@shrewd.demon.co.uk
|
|
|
|
| |
Submitted by: mharo
|
|
|
|
| |
Submitted by: Tatsumi HOSOKAWA
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The PicoBSD 'isp' build fails when both the PCI and ISA versions of the
'rp' driver are included at the same time
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Mike Haro
|
| |
|
|
|
|
| |
OK'ed by: jkh,rnordier
|
|
|
|
|
|
|
| |
a ports tree which was installed initially with the system later,
but this is probably not the general case (user CVSups the repository
rather than the checked-out bits) and it's penalizing everyone else
with excessive inode consumption.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Say, isn't about time for a -SNAP release?
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
removal of bio, tty, net
removal of quotes
switches from isa? to nexus? or atkbdc?
additional comments
These bring the kernel config files in sync with those in
RELENG_3
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
the `ie' driver in rev 1.41 of if_ie.c on 1997/04/14. Thus retiring the
`ix' driver.
Forgotten by: gibbs
|
| |
|
| |
|
|
|
|
|
|
| |
time.
Submitted by: Rémy Card <Remy.Card@csi.uvsq.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
for some.
Submitted by: Jack O'Neill <jack@germanium.xtalwind.net>
|
|
|
|
| |
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
|
| |
|
| |
|
|
|
|
| |
(I just built a current snap-shot)
|
|
|
|
| |
kerberisIV requires crypto as well.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on CDs and FTP sites.
o Collapse some redundant code.
o Fix typo'd menu.
o Restrict searches properly to packages rather than categories.
o Small tweaks to signal handling.
All RELENG_3 candidates.
|
|
|
|
| |
Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
data.
Noticed by: Bill Swingle <bill@cdrom.com>
|
|
|
|
| |
Noted by: dag
|
| |
|
|
|
|
|
| |
handle dependencies at a lower level and use package add for this.
Also made index searches stricter.
|