summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling nits.jkoshy1998-12-181-5/+5
| | | | | PR: docs/9115 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Reviewed by: freebsd-currentdillon1998-12-122-13/+34
| | | | | Update manual pages for rc(8) and rc.conf(5) based on recent changes to rc.local and rc.conf[.local].
* Clarify rc's handling of rc.localdillon1998-12-121-2/+6
|
* Un-revert typo fix (fauled -> failed). This is what I get for notwpaul1998-12-072-4/+4
| | | | | | keeping my local RCS files in sync with the rest of the world. Caught red-handed by: bde
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-072-8/+10
| | | | | | | | as a RealTek 8139 if_rlreg.h: use bus_space_read_X() in CSR_READ_X() macros instead of directly calling inb()/outb() etc... rl.4 + RELNOTES.TXT: mention that SMC EtherEZ PCI 1211-TX is supported by the RealTek driver
* Fix typos (dexktop, ot)rnordier1998-12-052-6/+6
|
* Fix typo (fauled)rnordier1998-12-0514-28/+28
|
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-049-5/+1311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works.
* Fix typo ('strait' -> 'straight').jkoshy1998-12-041-4/+4
| | | | | PR: docs/8956 Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
* Fix bugs in mdoc.samples(7): clean up references, quote usage of macros,jkoshy1998-12-031-19/+25
| | | | | | | | correct typos. PR: docs/9942 Submitted by: vanitas@ma3.seikyou.ne.jp Reviewed by: jkoshy
* slstats(8) --> slstat(8)billf1998-12-021-1/+1
| | | | | PR: docs/8107 Submitted by: Matthew Fuller <fullermd@futuresouth.com>
* Macro "Re" stands for "Reference End", not "Reference Start"billf1998-12-011-2/+2
| | | | | | PR: docs/8727 Reviewed by: jdp Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* Formatting bug. What should have been "Veritas(tm)" was coming outbillf1998-11-301-2/+5
| | | | | | | "Veritastm". PR: docs/8733 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Refer to "da" rather than "sd" device.rnordier1998-11-301-3/+3
|
* Add a manual page for man(7).jkoshy1998-11-262-3/+346
| | | | Thanks-to: Joerg Wunsch for sending me a sample page for inspiration.
* Mention in the man page that the Accton 1207D adapter is supported.wpaul1998-11-182-4/+6
|
* Document the new nfs_access_cache variable.msmith1998-11-151-1/+11
|
* Spell November correctly.wpaul1998-11-072-4/+4
|
* Add man page for the RealTek 8129/8139 driver.wpaul1998-11-073-2/+383
|
* Add a few HP's with on-board Ethernet controlers that are supported byobrien1998-11-061-1/+3
| | | | this driver.
* Add few declaration for the iicbus/smbus system.nsouch1998-11-042-2/+28
|
* Add 0s to declarations.nsouch1998-11-041-5/+5
| | | | Proposed by: Dag-Erling Coid
* Typo.jmz1998-11-041-3/+3
|
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-2/+2
| | | | flag day unless we can hack config(8) to smooth things over.
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-2/+2
| | | | and will stick around for a while.
* Correct name of RAID-5 versiongrog1998-11-031-4/+5
| | | | Add URL for Cybernet
* tx(4) - misspelled wordnate1998-10-292-2/+2
| | | | | PR: misc/8491 Submitted by: billf@jade.chc-chimes.com
* Don't install the lp.4 -> plip.4 links, since the important one of thembde1998-10-291-2/+2
| | | | clobbers the new plip.4 non-link.
* `vector xxxintr' should cause a syntax error.bde1998-10-293-3/+3
|
* Fixed missing link and disordering in previous commit.bde1998-10-291-3/+4
|
* microseq.9: general purpose parallel microcode for ppbus(4)nsouch1998-10-283-3/+326
| | | | ppbconf.9: general info about ppbus(4) structures
* ppc.4 moved from man4 to man4.i386: parallel port chipset driver manpagensouch1998-10-285-3/+292
| | | | pcf.4 added: Philips I2C/isa interface manpage
* Finally they arrive! ppbus (Parallel Port Bus framework) manpages.nsouch1998-10-284-0/+453
|
* More I2C framework docs. See iicbus(4) for more info.nsouch1998-10-283-0/+224
|
* I2C framework manpages. See iicbus(4) for more info.nsouch1998-10-285-4/+293
|
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | configured in drivers.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-227-23/+23
| | | | | | configured in drivers. Fixed some missing closing quotes.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-4/+4
| | | | | | | | configured in drivers. Quote the last few args to form 1 arg. Quoting them in pairs almost defeated the point of quoting them, which is to reduce the arg count to <= 9.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-12/+10
| | | | | | configured in drivers. Don't quote IO_KBD.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Format "irq ?" the same as in other man pages.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-24/+4
| | | | | | | | configured in drivers. Use .Cd instead of a a home made format. Don't quote IO_KBD.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Fixed the port name, and don't quote it. IO_NPX0 never existed.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | configured in drivers. Fixed quoting of IO_ASC1.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-2225-74/+70
| | | | configured in drivers.
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-2/+2
| | | | | | | configured in drivers. Use the correct macro in configuration declarations. .Cm somehow gave the same results as .Cm.
* Add the dpt(4) man page.ken1998-10-163-4/+161
| | | | | Reviewed by: ken Submitted by: gibbs
* Update the bt(4) man page for CAM.ken1998-10-162-48/+184
| | | | | Reviewed by: ken Submitted by: gibbs
* Add in the adv(4) and adw(4) man pages for the AdvanSys narrow and wideken1998-10-165-4/+504
| | | | | | | | | | | | | | SCSI controllers, respectively. Once these drivers are tested on the alpha, these man pages can probably be moved up a directory to reflect the fact that they're architecture independent. An mdoc guru should probably look at the AUTHORS sections in both of these pages -- the .An macro seems to cause strange spacing problems. Reviewed by: ken Submitted by: gibbs
* Update to include all supported chips.gibbs1998-10-162-136/+264
| | | | | | | | Add a table comparing the features of all aic7xxx chips. Clean up the discussion of SCB paging. Reviewed by: Kenneth Merry <ken@FreeBSD.org>
* Update the aha(4) and ahb(4) man pages for CAM.ken1998-10-164-136/+76
| | | | | Reviewed by: ken Submitted by: gibbs
OpenPOWER on IntegriCloud