summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Add a default ppp.conf (mode 600).brian1999-07-261-1/+25
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Typo: assember -> assemblerkris1999-07-262-4/+4
|
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-253-2/+325
| | | | | | | | | | | | | | | | | | | | | ethernet controllers based on the AIC-6915 "Starfire" controller chip. There are single port, dual port and quad port cards, plus one 100baseFX card. All are 64-bit PCI devices, except one single port model. The Starfire would be a very nice chip were it not for the fact that receive buffers have to be longword aligned. This requires buffer copying in order to achieve proper payload alignment on the alpha. Payload alignment is enforced on both the alpha and x86 platforms. The Starfire has several different DMA descriptor formats and transfer mechanisms. This driver uses frame descriptors for transmission which can address up to 14 packet fragments, and a single fragment descriptor for receive. It also uses the producer/consumer model and completion queues for both transmit and receive. The transmit ring has 128 descriptors and the receive ring has 256. This driver supports both FreeBSD/i386 and FreeBSD/alpha, and uses newbus so that it can be compiled as a loadable kernel module. Support for BPF and hardware multicast filtering is included.
* Document dhcp flags.jkh1999-07-161-7/+12
| | | | Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1244-0/+64
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1223-0/+46
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Use .Xr to xref pccardd(8).mpp1999-07-121-3/+7
|
* Add portlint(1) and sort "SEE ALSO"'s.obrien1999-07-121-5/+7
|
* - FreeBSD.ORG => FreeBSD.orghoek1999-07-121-16/+16
| | | | | | - Don't discourage people from using "make readmes" - Document WRKDIRPREFIX.
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-093-2/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* Properly document /etc/defaults/rc.conf and rc_conf_files.jkh1999-07-091-13/+30
| | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Added pccard_conf parameter.hosokawa1999-07-071-1/+4
|
* Rename bpfilter to bpf.des1999-07-061-2/+2
|
* List avaiable function keys.yokota1999-07-062-2/+80
|
* Added $pccardd_flags.hosokawa1999-07-061-1/+7
|
* Clarify static_routes variable's meaningnik1999-07-051-7/+7
| | | | | | PR: docs/12302 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Reviewed by: nik
* Reflect recent changes in syscons and vga.yokota1999-07-054-226/+268
|
* Flesh out VOP_ADVLOCK.9 with a description of the available flagskris1999-06-302-51/+84
| | | | | | Sync vnode.9 with the definitions in <sys/vnode.h> Reviewed by: Doug Rabson
* Fix some typos and do some minor mdoc cleanup.mpp1999-06-276-15/+16
|
* Add Pro/100+ (i82559) to the list of supported products.mph1999-06-252-10/+12
| | | | Approved by: dg
* fix the links to the bitstring man page..jmg1999-06-252-5/+5
| | | | fix wording in man page, through != to
* Fix one error in my previous commit. The .Rv macro is not validmpp1999-06-241-2/+2
| | | | for section 9 man pages.
* Update mdoc.samples(7) to reflect that section 9 is a valid man pagempp1999-06-241-9/+26
| | | | | | section. Update some descriptions of the various sections to reflect that they are valid for section 9 man pages. Add a table of section numbers and what they are used for.
* Add man page for device_quiet and friendsn_hibma1999-06-222-3/+71
|
* typo: Adviseroty -> Advisoryhoek1999-06-221-2/+2
|
* Clarified info on X release 3.3.1.n_hibma1999-06-182-16/+24
| | | | Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-9/+27
| | | | | | DEVICE_PROBE can return priorities. Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Document the IMPLEMENTATION NOTES section since we have a number ofmpp1999-06-151-2/+4
| | | | | | man pages that use it. PR: 10659
* Updated the BUGS section. BREAK is now implemented.bde1999-06-142-56/+28
| | | | | | | | | 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.
* Fixed previous fix (dad -> rda via rad).bde1999-06-071-3/+3
|
* Correct typos.jkoshy1999-06-071-3/+3
| | | | | PR: docs/12068 Submitted by: Steve Coltrin <spcoltri@io.com>
* Add a clarification in the man page suggesting that some tapesmjacob1999-06-061-3/+9
| | | | | | | | (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
* Fixed bitrot in synopsis (a missing include).bde1999-06-021-1/+2
|
* "Tn DNS" -> ".Tn DNS"nik1999-05-292-4/+4
| | | | | PR: docs/10474 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
* Fix a couple of typos related to wfd.nik1999-05-291-3/+3
| | | | | PR: docs/10624 Submitted by: Joe Abley <jabley@buddha.clear.net.nz>
* Description of LOCKLEAF said "inode" when it should have said "vnode".nik1999-05-291-2/+2
| | | | | PR: docs/11596 Submitted by: Robert Watson <robert@fledge.watson.org>
* Note that using the dirent.d_type member is non-portable, and mightnik1999-05-291-1/+4
| | | | | | | fail on some filesystems. PR: docs/11645 Submitted by: Harold Gutch <logix@foobar.franken.de>
* Fix the typos, and add new entries (like the /etc/periodic/ and /etc/mail/nik1999-05-291-32/+54
| | | | | | | directories). PR: docs/11695 Submitted by: Chris Costello <chris@calldei.com>
* Fix support for the PNIC II. Earlier I had assumed that the PNIC II waswpaul1999-05-282-4/+14
| | | | | | | | | | | | | | | | 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.
* Document device_add_child_ordered().dfr1999-05-281-16/+12
|
* Add description on configuration options and the EXAMPLE section.yokota1999-05-282-8/+88
|
* Where the fstab page discusses filesystem options, add a referenceghelmer1999-05-281-2/+8
| | | | | | | | to the '-o' flag in the mount(8) and filesystem specific mount pages where information can be obtained about the available options. PR: docs/10108
* There are six bit fields in the flags now, not four.ghelmer1999-05-271-2/+2
| | | | PR: i386/10328
* Spell vp0 correctly. Add id.hoek1999-05-251-1/+2
| | | | PR: docs/10500 (Masaru Tsunoda [3]masaru@pokemon.to)
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-222-6/+12
| | | | | | | - 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
* Fixed disordering in previous commit.bde1999-05-221-4/+4
|
* Fix a couple of small grammatical errors.wpaul1999-05-214-8/+8
|
* This commit adds driver support for PCI fast ethernet cards based on thewpaul1999-05-213-2/+307
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove bio/cam/net/tty labels.yokota1999-05-2047-132/+132
| | | | OKed by: peter
* * Remove "'s in the synopsis as config(8) does not require them any more.obrien1999-05-191-4/+4
| | | | | | * Optional bits now shown as such. Submitted by: Philippe Charnier & bde
OpenPOWER on IntegriCloud