Commit Graph

2198 Commits

Author SHA1 Message Date
hoek
00e0abfe84 MF3S: typo 1999-05-24 23:44:57 +00:00
hoek
081fe520f6 Typos (one reported in misc/11876 by Andrew Boothman <andrew@cream.org>) 1999-05-24 23:32:00 +00:00
roger
f9ccc2d19f Update PicoBSD kernel config files. Changes are
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
1999-05-24 17:27:30 +00:00
brian
706a64e6e8 Use RELENG_3 as an example, not RELENG_2_2. 1999-05-23 20:01:20 +00:00
wpaul
a05c2f300a - Fix up some comments in if_wi.c (no code changes)
- 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
1999-05-22 16:12:54 +00:00
obrien
cea564f3bf Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 to
the `ie' driver in rev 1.41 of if_ie.c on 1997/04/14.  Thus retiring the
`ix' driver.

Forgotten by:	gibbs
1999-05-22 02:33:08 +00:00
obrien
2ebff54f67 Remove duplicated `ex0' entry. 1999-05-21 18:28:32 +00:00
jkh
88e2d5c92f Don't do anything on alpha machines. 1999-05-21 11:00:56 +00:00
roberto
cdbdfda974 ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a long
time.

Submitted by:	Rémy Card <Remy.Card@csi.uvsq.fr>
1999-05-21 07:10:35 +00:00
wpaul
c38c22251d 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
jkh
d316cfbbfc Add CHAP/PAP question to the ppp setup dialog, simplifying things considerably
for some.

Submitted by:	Jack O'Neill <jack@germanium.xtalwind.net>
1999-05-19 10:49:46 +00:00
jkh
2720086414 Add ftp5.uk.freebsd.org
Submitted by:	Roger Hardiman <roger@cs.strath.ac.uk>
1999-05-19 08:56:56 +00:00
n_hibma
3167e10d62 Update the list of devices supported (nothing spectacular) 1999-05-18 22:48:18 +00:00
jkh
09e40d8945 deal with a.out ldconfig paths also. 1999-05-18 00:44:28 +00:00
phk
b1d396c2fc More crypto bogosity.
(I just built a current snap-shot)
1999-05-16 12:21:54 +00:00
phk
5378a6f574 INSTALL.TXT is gone in -current (despite what Jordan says :-)
kerberisIV requires crypto as well.
1999-05-16 08:07:34 +00:00
phk
2454201064 cp ${KERNEL} instead of cp kernel 1999-05-15 19:05:40 +00:00
jkh
1cd13458cb Small typo in windowmaker startup line. 1999-05-15 15:05:08 +00:00
jkh
1dfc6def42 o Prevent alpha installs from grabbing x86 bits and vice-versa, at least
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.
1999-05-15 14:34:22 +00:00
jkh
6bf9331885 target is ${KERNEL}, not kernel.
Noticed by:	"John W. DeBoskey" <jwd@unx.sas.com>
1999-05-15 11:51:39 +00:00
jkh
78e23516fa Do more impressive things for windowmaker. 1999-05-14 15:04:24 +00:00
jkh
6cf37ac421 DTRT for "Latest" search keywords. 1999-05-14 14:57:59 +00:00
jkh
11f1ada01e Be properly verbose. 1999-05-14 14:29:50 +00:00
jkh
86b945fa5d Correct return status logic a bit. 1999-05-14 12:15:34 +00:00
jkh
84b0e29284 Yikes! I almost left out the 3D Labs server. :) 1999-05-14 07:15:05 +00:00
jkh
4702f9a3ba fix stupid typo. 1999-05-13 02:49:23 +00:00
jkh
79679be180 Correct a bug which could cause a segfault if there is no uc_devlist
data.

Noticed by:	Bill Swingle <bill@cdrom.com>
1999-05-12 23:08:02 +00:00
jkh
84bed489c4 Update norwegian time server.
Noted by:	dag
1999-05-12 22:06:00 +00:00
jkh
92a76e707b Add some extra checks to make *sure* we got what we were told we got. 1999-05-12 09:22:47 +00:00
jkh
95973a7b6f Completely change the way package_add() does its work. Now we
handle dependencies at a lower level and use package add for this.
Also made index searches stricter.
1999-05-12 09:02:37 +00:00
jkh
2616aea12e Support divergent docs for different architectures. 1999-05-12 08:19:54 +00:00
jkh
9975ae7232 Punt! This file is now architecture specific. 1999-05-12 08:17:56 +00:00
jkh
89b29303c4 A special installation guide for the Alpha. Thanks, Doug! This is good!
Submitted by:	Doug Rabson <dfr@freebsd.org>
1999-05-12 08:17:03 +00:00
jkh
7cf02cbd49 Erm, delete the package base hint again. Gotta lay off the crack!
I simply forgot that I'd already proven this to be a "really good idea that
unfortunately didn't work at all" the *last* time I tried it.  Now
I remember.  Hmmm.  I WILL defeat this evil problem.
1999-05-12 07:12:01 +00:00
jkh
30e2f09c42 We don't bundle the XFree86 release notes on the floppies anymore; take it
out of the appropriate menus.
1999-05-12 06:58:18 +00:00
jkh
3bdeb9f451 Set PKG_ADD_BASE hint in a certain case. 1999-05-12 06:11:32 +00:00
jkh
5053512542 Fix a couple of bogons in the X server/desktop setup menus. 1999-05-12 04:52:41 +00:00
jkh
ae388b155f Hmm. Could have sworn I committed this before. Mention the jail() stuff
in release notes.  Be kinda neat if the jail stuff refused to allow read/write
access to raw devices too. :)
1999-05-11 10:29:45 +00:00
jkh
c4138c061a Make KDE the "default" desktop. 1999-05-11 08:33:45 +00:00
jkh
e22f445d98 Preserve /root's dotfiles across upgrades too.
PR:		6559
1999-05-11 08:00:06 +00:00
mjacob
48523aab23 add in mention of 1080/1240 support 1999-05-11 06:14:26 +00:00
obrien
494c8b8ee7 MFS. 1999-05-10 00:54:18 +00:00
obrien
97ba0251ca Turn on compat22 dist. 1999-05-09 17:00:04 +00:00
dfr
8511a20312 Gdb has been updated to version 4.18 and is now part of the standard
release for FreeBSD/alpha.
1999-05-08 19:19:16 +00:00
jkh
a2324440b9 Don't install compat22 by default.
Add some more safety belts to package foo.
1999-05-07 20:31:36 +00:00
jkh
ed509915a7 Erm, correct mighty braino in previous "don't annoy me" change. 1999-05-07 11:45:26 +00:00
jkh
9d41e993f1 Make saving kernel configuration info disable-able (may be useful in certain
situations).
1999-05-07 11:02:58 +00:00
jkh
dddcbf06c9 Use a more correct filesystem type name if given a "UFS" mountpoint that's
not really UFS.

PR:	10711
1999-05-07 05:39:50 +00:00
jkh
31faa7fc3f Commit a more general version of the last patch; don't do any back-filling
of values more than once.  User might want to override them.
1999-05-07 05:15:17 +00:00
jkh
72a17e8946 1. Silence warning.
2. Deal with potential whitespace evil early (PR#7455).
1999-05-07 04:36:21 +00:00