summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Change the wrong URL of back-issue FreeBSD newsletter.foxfair1999-07-141-1/+1
|
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gigabit ethernet adapters. This includes two single port cards (single mode and multimode fiber) and two dual port cards (also single mode and multimode fiber). SysKonnect is currently the only vendor with a dual port gigabit ethernet NIC. The ports on dual port adapters are treated as separate network interfaces. Thus, if you have an SK-9844 dual port SX card, you should have both sk0 and sk1 interfaces attached. Dual port cards are implemented using two XMAC II chips connected to a single SysKonnect GEnesis controller. Hence, dual port cards are really one PCI device, as opposed to two separate PCI devices connected through a PCI to PCI bridge. Note that SysKonnect's drivers use the two ports for failover purposes rather that as two separate interfaces, plus they don't support jumbo frames. This applies to their Linux driver too. :) Support is provided for hardware multicast filtering, BPF and jumbo frames. The SysKonnect cards support TCP checksum offload however this feature is not currently enabled (hopefully it will be once we get checksum offload support). There are still a few things that need to be implemeted, like the ability to communicate with the on-board LM80 voltage/temperature monitor, but I wanted to get the driver under CVS control and into -current so people could bang on it. A big thanks for SysKonnect for making all their programming info for these cards (and for their FDDI and token ring cards) available without NDA (see www.syskonnect.com).
* invoke fvwm properlyjkh1999-07-071-3/+3
|
* update fla related entries.phk1999-07-061-3/+3
|
* Don't ask about Linux emulation on the alpha (for now).jkh1999-07-062-2/+6
|
* Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-063-9/+17
| | | | Now we don't have to make clean before make boot.flp's.
* Add an option for more fully enabling linux compatibility.jkh1999-07-065-10/+31
|
* configure "pccardd_flags" in /etc/rc.conf by sysinstall.hosokawa1999-07-041-3/+8
|
* Modified to configure pccard_mem in /etc/rc.conf by sysinstall.hosokawa1999-07-041-1/+5
|
* wcd -> acdmharo1999-07-031-2/+2
| | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Eliminate some varargs abuse.jkh1999-07-024-27/+28
|
* Fix stupid error where more bits where set than actual distributionsjkh1999-07-021-2/+2
| | | | | | used. Doh! Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
* Changed pcicmem and cardirq variables to non-dirty variables.hosokawa1999-06-301-10/+10
|
* New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.billf1999-06-281-1/+4
|
* The ports tree is now 83MB. Change ``about 50MB'' to ``about 90MB''.brian1999-06-231-2/+2
| | | | Suggested by: Mark Knight <markk@shrewd.demon.co.uk
* Eliminate dead ntp servers.jkh1999-06-231-7/+1
| | | | Submitted by: mharo
* Add bits of PAO that are non-controversial.markm1999-06-175-13/+179
| | | | Submitted by: Tatsumi HOSOKAWA
* Remove apple.com from time server list.jkh1999-06-091-6/+3
| | | | Submitted by: Mike Haro
* Switch to proper mbr.ru1999-06-042-24/+2
| | | | OK'ed by: jkh,rnordier
* Do a clean-up pass on error/warning messages.jkh1999-05-276-52/+35
|
* 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-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | 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>
* deal with a.out ldconfig paths also.jkh1999-05-182-4/+7
|
* 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.
* 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
|
* 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.
* 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
|
* Make KDE the "default" desktop.jkh1999-05-111-4/+4
|
* Preserve /root's dotfiles across upgrades too.jkh1999-05-111-1/+5
| | | | PR: 6559
* Don't install compat22 by default.jkh1999-05-072-4/+9
| | | | Add some more safety belts to package foo.
* Erm, correct mighty braino in previous "don't annoy me" change.jkh1999-05-071-7/+10
|
* Make saving kernel configuration info disable-able (may be useful in certainjkh1999-05-073-14/+22
| | | | situations).
* Use a more correct filesystem type name if given a "UFS" mountpoint that'sjkh1999-05-071-2/+10
| | | | | | not really UFS. PR: 10711
* Commit a more general version of the last patch; don't do any back-fillingjkh1999-05-071-18/+21
| | | | of values more than once. User might want to override them.
* 1. Silence warning.jkh1999-05-072-3/+4
| | | | 2. Deal with potential whitespace evil early (PR#7455).
* revert premature DHCP commitjkh1999-05-061-4/+3
|
OpenPOWER on IntegriCloud