summaryrefslogtreecommitdiffstats
path: root/share/man/man4
Commit message (Collapse)AuthorAgeFilesLines
* Do not reference gifconfig, it is gone.trhodes2005-07-261-1/+1
| | | | Sponsored by: Chaffee::Interactive
* - Reword a sentencemarkus2005-07-211-7/+7
| | | | | | | | - Grammar fixes - s/CAVEAT/CAVEATS/ Approved by: simon MFC after: 3 days
* Fix example.phk2005-07-211-1/+1
| | | | Submitted by: "Andrew Smith" <ACSmith@csir.co.za>
* Add COMPATIBILITY and HISTORY sections. Fix an -mdoc error.jkoshy2005-07-211-0/+17
| | | | | | Cross-reference pmclog(3). Reviewed by: ru
* Break long lines and kill a few instances of EOL whitespace.trhodes2005-07-2161-89/+123
| | | | Noticed by: ru
* Document passive cooling related sysctl MIB.ume2005-07-191-0/+7
|
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].trhodes2005-07-1961-107/+918
| | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
* snd_ess needs snd_sbc to compile.brueffer2005-07-161-1/+2
| | | | Noticed by: oliver
* Document IODATA USB-RSAQ3 USB-Serial Adapter as a supported device.hrs2005-07-161-1/+3
| | | | MFC after: 3 days
* Fix typos and use consistent section names in manual pages:hrs2005-07-1519-21/+21
| | | | | | | | | | s/SYSCTLS/SYSCTL VARIABLES/ s/TUNABLES/LOADER TUNABLES/ s/CAVEAT/CAVEATS/ s/DESCIPTION/DESCRIPTION/ Reviewed by: ru MFC after: 3 days
* Note non-support of modem side of DMF650TX cardimp2005-07-151-1/+6
|
* Mention the PC Card devices known to work with this driver, as wellimp2005-07-151-9/+25
| | | | as some of the bugs there with.
* kbdmux(4) keyboard multiplexer integrationemax2005-07-142-0/+52
| | | | | | | | | | | | | o Add minimal kbdmux(4) man page to the source tree (more details to follow); o Hook up kbdmux(4) to the build. This concludes the first part of the kbdmux(4) keyboard multiplexer integration. It now should be possible to use kbdmux(4), however one must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)). MFC after: 1 week
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-142-2/+2
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* Don't start a sentence with an identifier.yar2005-07-131-0/+3
| | | | | | Add missing cross-references to SEE ALSO. X-MFC after: 6.0-RELEASE (not a big deal to bother re@)
* Previously the bridge MTU was set to ETHERMTU and could not be changed. Sincethompsa2005-07-131-0/+3
| | | | | | | | | | | | | | we can only bridge interfaces with the same value it meant that all members had to be set at ETHERMTU as well. Allow the first member to be added to define the MTU for the bridge, the check still applies to all additional members. Print an informative message if the MTU is incorrect [1] Requested by: Niki Denev [1] Approved by: mlaier (mentor) MFC after: 3 days
* MLINK firewire.4 to ieee1394.4brueffer2005-07-131-0/+1
| | | | MFC after: 3 days
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-105-6/+51
| | | | | | | distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl)
* Add Farrallon EtherMac PC Card to the list of supported cards.imp2005-07-091-4/+11
| | | | | | | | | Fix XJack card description to reflect the actual model that we support (I've never seen a CC-10BT and I've been looking). List the specific chipsets supported. Bump date. Approved by: re (scottl, indirectly due to driver approval)
* ALTQify ste(4).mlaier2005-07-081-1/+2
| | | | | Requested and tested by: <nike_d at cytexbg dot com> Approved by: re (scottl)
* Remove obsoleted sysctl interface for switching between standard and 3Comglebius2005-07-051-10/+1
| | | | | | | | | | PPPoE modes. The interface was declared obsoleted before 5.3-RELEASE. When running as access concentrator ng_pppoe(4) supports both modes simultanously. When running as client mode can be swicthed in ppp(8) configuration. Approved by: re (scottl)
* Update the diagnostics section with all the messages from the driverimp2005-07-011-2/+35
| | | | | | as of this date. Bump the date as well. Approved by: re (scottl) blanket ep
* Fix markup, correct typos, improve grammar, move the BUGS section tojkoshy2005-06-301-144/+144
| | | | | | | the end of the manual page. Submitted by: ru Approved by: re (blanket hwpmc)
* Fix a type-o in a bridging example.thompsa2005-06-271-1/+1
| | | | | | Submitted by: Niki Denev Approved by: mlaier (mentor) Approved by: re (blanket)
* Document supported Sun hardware.ru2005-06-232-2/+6
| | | | | Submitted by: marius Approved by: re (blanket)
* Document a lot of sparc64 internals.ru2005-06-2215-18/+1561
| | | | | | | | Submitted by: marius Reviewed by: ru Approved by: re (blanket) X-MFC: not before the code in RELENG_5 matches these man pages or vice versa
* Correct spelling of options PMC_HOOKS to options HWPMC_HOOKS.rwatson2005-06-191-1/+1
| | | | Approved by: re (man page blanket)
* Remove the obsolete device count.brueffer2005-06-161-1/+1
| | | | | Approved by: re (blanket) MFC after: 3 days
* Markup fixes.ru2005-06-161-12/+9
| | | | Approved by: re (blanket)
* (Mostly) markup fixes.ru2005-06-1611-160/+181
| | | | Approved by: re (blanket)
* Fix a misplaced $FreeBSD$ I forgot to move in previous revision.ru2005-06-162-4/+4
| | | | Approved by: re
* Markup fixes.ru2005-06-164-65/+71
| | | | Approved by: re
* Remove Xref to nonexistant smapi(9).brueffer2005-06-161-1/+0
| | | | | | Submitted by: markus Approved by: re (blanket) MFC after: 3 days
* typo: Michale -> Michaelwilko2005-06-151-1/+1
| | | | Approved by: re (scottl)
* Assorted markup fixes and minor wordsmithing.ru2005-06-1511-65/+102
| | | | Approved by: re
* Manual page for ng_tcpmss.glebius2005-06-102-0/+127
|
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-102-0/+4
| | | | | | | This is the final piece to match bridge.c in functionality, we can now be a drop-in replacement. Approved by: mlaier (mentor)
* Document the need for a log file to be configured before a PMCjkoshy2005-06-091-3/+17
| | | | configured with logging options can be started.
* Document recent driver changes.markus2005-06-091-25/+166
| | | | | | | | | Reviewed by: brueffer, ru Approved by: brueffer Thanks to: brueffer and ru for improving my not existing manpage-foo, Arne Schwabe <arne@rfc2549.org> and Kevin Oberman <oberman@es.net> for details on thermal sensor location
* MFP4:jkoshy2005-06-091-22/+109
| | | | | | | | | | | | | | | | - Implement sampling modes and logging support in hwpmc(4). - Separate MI and MD parts of hwpmc(4) and allow sharing of PMC implementations across different architectures. Add support for P4 (EMT64) style PMCs to the amd64 code. - New pmcstat(8) options: -E (exit time counts) -W (counts every context switch), -R (print log file). - pmc(3) API changes, improve our ability to keep ABI compatibility in the future. Add more 'alias' names for commonly used events. - bug fixes & documentation.
* Lucent FW322/323 == Lucent / Agere FW322/323wilko2005-06-091-1/+1
| | | | Triggered by: reading the chip markings when adding a FW card to my system.
* Intel 31244 support.brueffer2005-06-091-2/+2
|
* Clarify that systems that have the GPIO pins wired to the hardwareyongari2005-06-081-2/+5
| | | | | | volume control need a device resource hint. Reviewed by: scottl
* Clarify that gif doesn't do GRE tunnels.grog2005-06-081-0/+6
| | | | MFC after: 2 weeks
* Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filteringthompsa2005-06-071-3/+17
| | | | | | | | | using the layer2, mac and mac-type keywords. This is one of the last features that bridge.c has over if_bridge and gets us very close to a full functional replacement. Approved by: mlaier (mentor)
* Note read-only support for NVIDIA MediaShield.brueffer2005-06-061-1/+3
|
* Connect if_bridge to the build.thompsa2005-06-051-0/+1
| | | | Approved by: mlaier (mentor)
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-051-0/+169
| | | | | | | | | | | | spanning tree support. Based on Jason Wright's bridge driver from OpenBSD, and modified by Jason R. Thorpe in NetBSD. Reviewed by: mlaier, bms, green Silence from: -net Approved by: mlaier (mentor) Obtained from: NetBSD
* Adding note about required firmware to save others time and frustration withavatar2005-06-011-0/+13
| | | | | | | this device. Obtained from: imp (if_iwi) Encouraged by: damien
* Add the Dell PERC 4/IM as supported.brueffer2005-05-301-1/+3
| | | | Submitted by: Muthu_T@Dell.com
OpenPOWER on IntegriCloud