summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Last commit was incorrect. Remove the 'rp' PCI deviceroger1999-06-141-46/+40
|
* Comment out the PCI Comtrol Rocketport entries.roger1999-06-141-42/+48
| | | | | The PicoBSD 'isp' build fails when both the PCI and ISA versions of the 'rp' driver are included at the same time
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-142-5/+5
|
* Update to PicoBSD 0.44 (from RELENG_3)roger1999-06-142-0/+119
|
* Update to PicoBSD 0.44 from RELENG_3roger1999-06-1426-119/+145
|
* Update to PicoBSD 0.44 from RELENG_roger1999-06-146-39/+19
|
* Remove apple.com from time server list.jkh1999-06-091-6/+3
| | | | Submitted by: Mike Haro
* Various edits to shrink fixit and enable dhcp-clientjkh1999-06-097-6/+21
|
* Switch to proper mbr.ru1999-06-042-24/+2
| | | | OK'ed by: jkh,rnordier
* Don't put CVS files in ports. It's kinda useful for cvs updatingjkh1999-05-291-3/+3
| | | | | | | 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.
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-282-0/+6
| | | | | | | | | | | | | | | | 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.
* Do a clean-up pass on error/warning messages.jkh1999-05-276-52/+35
|
* Update for post 3.2R since this'll be quickly forgotten otherwise.hoek1999-05-241-2/+2
| | | | Say, isn't about time for a -SNAP release?
* MF3S: typohoek1999-05-242-2/+2
|
* Typos (one reported in misc/11876 by Andrew Boothman <andrew@cream.org>)hoek1999-05-246-14/+14
|
* Update PicoBSD kernel config files. Changes areroger1999-05-244-169/+181
| | | | | | | | | | 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
* Use RELENG_3 as an example, not RELENG_2_2.brian1999-05-231-3/+3
|
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-222-3/+15
| | | | | | | - 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
* Remove `ix' driver. Justin Gibbs added support for the EtherExpress16 toobrien1999-05-221-2/+2
| | | | | | | the `ie' driver in rev 1.41 of if_ie.c on 1997/04/14. Thus retiring the `ix' driver. Forgotten by: gibbs
* Remove duplicated `ex0' entry.obrien1999-05-211-1/+0
|
* Don't do anything on alpha machines.jkh1999-05-211-1/+12
|
* ftp3.fr.freebsd.org (UVSQ, Versailles, France) has been available for a longroberto1999-05-211-1/+3
| | | | | | time. Submitted by: Rémy Card <Remy.Card@csi.uvsq.fr>
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-213-1/+12
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Add CHAP/PAP question to the ppp setup dialog, simplifying things considerablyjkh1999-05-192-17/+43
| | | | | | for some. Submitted by: Jack O'Neill <jack@germanium.xtalwind.net>
* Add ftp5.uk.freebsd.orgjkh1999-05-191-1/+3
| | | | Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
* Update the list of devices supported (nothing spectacular)n_hibma1999-05-181-0/+7
|
* deal with a.out ldconfig paths also.jkh1999-05-182-4/+7
|
* More crypto bogosity.phk1999-05-161-1/+3
| | | | (I just built a current snap-shot)
* INSTALL.TXT is gone in -current (despite what Jordan says :-)phk1999-05-161-4/+4
| | | | kerberisIV requires crypto as well.
* cp ${KERNEL} instead of cp kernelphk1999-05-151-2/+2
|
* Small typo in windowmaker startup line.jkh1999-05-151-2/+2
|
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-156-69/+80
| | | | | | | | | | | | | | 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.
* target is ${KERNEL}, not kernel.jkh1999-05-151-2/+2
| | | | Noticed by: "John W. DeBoskey" <jwd@unx.sas.com>
* Do more impressive things for windowmaker.jkh1999-05-141-3/+2
|
* DTRT for "Latest" search keywords.jkh1999-05-141-3/+4
|
* Be properly verbose.jkh1999-05-141-2/+5
|
* Correct return status logic a bit.jkh1999-05-142-13/+17
|
* Yikes! I almost left out the 3D Labs server. :)jkh1999-05-143-7/+7
|
* fix stupid typo.jkh1999-05-131-2/+2
|
* Correct a bug which could cause a segfault if there is no uc_devlistjkh1999-05-121-10/+11
| | | | | | data. Noticed by: Bill Swingle <bill@cdrom.com>
* Update norwegian time server.jkh1999-05-121-3/+3
| | | | Noted by: dag
* Add some extra checks to make *sure* we got what we were told we got.jkh1999-05-121-7/+19
|
* Completely change the way package_add() does its work. Now wejkh1999-05-125-69/+101
| | | | | handle dependencies at a lower level and use package add for this. Also made index searches stricter.
* Support divergent docs for different architectures.jkh1999-05-121-2/+2
|
* Punt! This file is now architecture specific.jkh1999-05-121-529/+0
|
* A special installation guide for the Alpha. Thanks, Doug! This is good!jkh1999-05-121-0/+437
| | | | Submitted by: Doug Rabson <dfr@freebsd.org>
* Erm, delete the package base hint again. Gotta lay off the crack!jkh1999-05-121-7/+3
| | | | | | 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.
* We don't bundle the XFree86 release notes on the floppies anymore; take itjkh1999-05-121-13/+13
| | | | out of the appropriate menus.
* Set PKG_ADD_BASE hint in a certain case.jkh1999-05-121-4/+9
|
* Fix a couple of bogons in the X server/desktop setup menus.jkh1999-05-122-9/+20
|
OpenPOWER on IntegriCloud