Commit Graph

3269 Commits

Author SHA1 Message Date
Maxim Konovalov
fbec079f0d o Add missed comma. 2006-06-05 19:55:44 +00:00
Matt Jacob
19ec23bb00 Just a very quick update to get *close* to reality. 2006-06-05 19:46:55 +00:00
Christian Brueffer
3640665627 my(4) provides support now as well. 2006-06-05 18:02:36 +00:00
Joel Dahl
1735925eeb Fix minor typos. 2006-06-05 16:31:57 +00:00
Pawel Jakub Dawidek
4bc8da3589 - Document that padlock(4) pretends to accelerate HMAC algorithms.
- Remove "device cryptodev" as it is not needed for compiling padlock(4)
  into the kernel. Actually it is not advisable, because padlock
  instructions can be used directly from userland, so passing the work
  through the kernel is a bad idea.
2006-06-05 16:24:31 +00:00
Robert Watson
673937ac08 Break out description of the audit pipe facility from audit.4 into a new
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.

Obtained from:	TrustedBSD Project
2006-06-05 15:26:09 +00:00
Kris Kennaway
f2baa2113b Strengthen wording; the KTR_ENTRIES value *must* be a power of two since
the code depends on this.

MFC after:	1 week
2006-06-03 23:20:45 +00:00
Poul-Henning Kamp
4e1252688c Remove mention of minor number construction. 2006-05-27 10:20:17 +00:00
Ceri Davies
8a3dce3376 Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether,
since it isn't actually #defined.

Discussed with:	phk
2006-05-25 13:39:27 +00:00
Ceri Davies
16e8814522 Clean up the grammar in here some. 2006-05-24 11:01:16 +00:00
Max Laier
e7e054f426 Remove stale altq instructions. They don't belong to the driver manpage
anyhow.
2006-05-20 21:12:06 +00:00
Max Laier
7a569b90b5 ALTQ-ify nve(4).
Submitted by:	Chris Dionissopoulos
Tested by:	Chris Dionissopoulos
MFC after:	4 weeks
2006-05-20 21:08:09 +00:00
Christian Brueffer
b350088186 Fix a formatting issue. 2006-05-20 10:19:53 +00:00
Christian Brueffer
2d431ba618 Convert to use a SYNPOSIS section that mentions kernel modules.
Also add "device scbus" where needed.

MFC after:	3 days
2006-05-20 09:39:28 +00:00
Christian Brueffer
674a743a01 Minimal manpage for the acpi_dock driver. This needs to be fleshed out
by someone in the know about this driver.
2006-05-20 06:21:42 +00:00
Christian S.J. Peron
c6e7a80348 Fix typo in device hint variable 2006-05-17 13:17:02 +00:00
Poul-Henning Kamp
f6ce2a64f7 Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
Wilko Bulte
49d6fadab6 Remove reference to the Alpha architecture. 2006-05-15 20:51:53 +00:00
Wilko Bulte
631af821b0 Remove reference to Alpha. 2006-05-15 20:48:18 +00:00
Wilko Bulte
29d4ebe97f Remove reference to Alpha machine 2006-05-15 20:42:42 +00:00
Marius Strobl
55191e9444 Now that lnc(4) is removed from the source tree, replace lnc0 in an example
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
2006-05-15 20:28:18 +00:00
Marius Strobl
d204811f1e Now that lnc(4) is removed from the source tree, remove it from the list
of drivers supporting ALTQ.
2006-05-15 20:16:42 +00:00
Wilko Bulte
e3f8465ff0 With the demise of Alpha, remove Alpha specific diagnostic. 2006-05-14 22:19:11 +00:00
Christian Brueffer
390a6b58b2 Add if_* MLINKS for bce(4) and le(4).
MFC after:	3 days
2006-05-14 15:45:44 +00:00
Bruce M Simpson
2413531434 Don't quote IP_MAX_MEMBERSHIPS as 20 any more. 2006-05-14 14:13:30 +00:00
George V. Neville-Neil
842c485bf8 Remove the documentation from the Makefile as well. 2006-05-14 02:01:59 +00:00
George V. Neville-Neil
d72e36b914 Remove documentation for the deprecated lnc driver.
Reviewed By: simon
2006-05-14 01:55:20 +00:00
Giorgos Keramidas
6ac5e06ca3 Fix the web-appearance of Hardware notes, in the simplest way
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.

Clue by:	bmah
MFC after:	1 week
2006-05-12 17:58:11 +00:00
Giorgos Keramidas
ab7350b7de After a mini-discussion with Sam Leffler, remove the hardcoded
list of Atheros-based cards from ath(4).  The online list is
always more up to date, anyway.

This invalidates:

PR:		docs/95360
Submitted by:	Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
2006-05-12 12:55:56 +00:00
Giorgos Keramidas
29886d86de The 'device fd' line became obsolete some years ago, when the transition
to device hints was committed.  The GENERIC kernel configuration lost
its 'device fd' line at revision 1.260, committed by peter@ on
2000/06/13 22:28:46 UTC.

Delete the reference to 'device fd', to avoid kernel build breakage like
the one described in the PR audit trail.

PR:		docs/91448
Submitted by:	Eugene Grosbein <eugen@grosbein.pp.ru>
MFC after:	1 week
2006-05-11 17:23:03 +00:00
Christian Brueffer
e862bc666e Correct the interrupt override information.
PR:		93429
Submitted by:	Michaël Grünewald <michael.grunewald@laposte.net>
MFC after:	3 days
2006-05-01 11:56:18 +00:00
Andrew Thompson
93b23a8b16 Correct sentence, forwarding non IP packets is now an option. 2006-04-29 01:19:08 +00:00
Giorgos Keramidas
9dc894b630 Minor improvements after last revision.
Reviewed by:	thompsa
2006-04-28 22:37:16 +00:00
Maxim Konovalov
64e16bf0e1 o Borrow from if_bridge.4: note that the bridge interface need to be upped.
PR:		docs/94545
Submitted by:	thompsa
2006-04-28 21:45:08 +00:00
Christian Brueffer
8a2f9e6c0f Minor wording and formatting fixes. 2006-04-28 13:12:40 +00:00
Andrew Thompson
25bcdd36e4 - use ath(4) in the wireless examples rather than the aging wi(4)
- make the packet filtering its own section and clarify a few points
 - note that the interfaces need to be upped [1]

PR:	docs/94545 [1]
2006-04-28 11:48:53 +00:00
Christian Brueffer
1f013205ec Oops, forgot to remove the old entry in the last revision. 2006-04-28 06:23:42 +00:00
Christian Brueffer
dff1951e61 Install rr232x.4 only on i386 and amd64. 2006-04-28 06:13:19 +00:00
Scott Long
2de39eb9e2 Add a manpage for the rr232x driver. 2006-04-28 04:26:00 +00:00
Michael Reifenberger
88d524e515 document the new tunable. 2006-04-25 16:52:54 +00:00
Christian Brueffer
b981599f70 Mention VIA VT8251 support. 2006-04-25 15:07:10 +00:00
Marcel Moolenaar
95eb1796b1 Remove the sab(4) manpage. 2006-04-24 21:42:28 +00:00
Joseph Koshy
4f00efe0cb Spelling/grammar fixes.
MFC after:	1 week
2006-04-21 01:33:04 +00:00
Christian Brueffer
4ed06e74ed - ipmi is a device, not an option (1)
- use standard formatting for authors

Submitted by:	Pawel Worach <pawel.worach@gmail.com> (1)
2006-04-20 18:29:59 +00:00
Maxim Konovalov
1805d92b32 o Document /dev/fido.
PR:		docs/85425
Approved by:	phk
MFC after:	2 weeks
2006-04-15 17:52:02 +00:00
Ruslan Ermilov
d5bd01d213 Fix markup and some typos. 2006-04-14 09:20:25 +00:00
Martin Cracauer
3f4f4a1465 Make CCD be able to read and write Linux software raids.
Supported for raid-0 with <n> disks, raid-1 with 2 disks.

Manpages have examples, warnings etc.

Test scripts on
http://www.cons.org/cracauer/ccdconfig-linux/
Reviewed by:	alfred
2006-04-13 20:35:31 +00:00
Christian Brueffer
b1d4eb6678 bce(4) does polling too.
MFC after:	3 days
2006-04-13 17:44:40 +00:00
Christian Brueffer
4548510be1 Fix typo.
PR:		95620
Submitted by:	Stephane Bortzmeyer <bortzmeyer@nic.fr>
MFC after:	3 days
2006-04-11 15:30:13 +00:00
Florent Thoumie
e79417e5d4 - Add support for the Acer Acerscan 640BT.
- Add documentation bits.

PR:		usb/95616
Submitted by:	Matthieu Guegan <lesaint@gcu.info>
Approved by:	cperciva (mentor)
MFC after:	3 days
2006-04-11 10:44:31 +00:00