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
Christian Brueffer
f4057ca8c1
Add bce(4).
2006-04-10 20:33:42 +00:00
Christian Brueffer
6e78bb8c0b
- Correct some typos
...
- New sentence, new line
2006-04-10 20:12:17 +00:00
Paul Saab
d8636a9ab7
Hook bce up to the build
2006-04-10 20:04:22 +00:00
Paul Saab
6caf734fd9
Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
...
PCI/PCIe Gigabit Ethernet adapeter.
Submitted by: David Christensen
2006-04-10 19:55:23 +00:00
Florent Thoumie
3d92875aed
- Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in my
...
latest commit.
Reminded by: simon
Approved by: cpercival (mentor, implicit)
MFC after: 3 days
2006-04-10 11:00:25 +00:00
Philip Paeps
0c0d854c4d
Sync acpi_asus(4) manual with the code.
...
Reminded by: brueffer
X-MFC after: 3 days (or so)
2006-04-09 17:05:17 +00:00
Dima Dorfman
37b791151f
Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*.
2006-04-06 00:32:28 +00:00
Christian Brueffer
f6e644fe72
Revert the backout in the last revision, it was committed to the wrong branch.
...
Pointy hat to: brueffer
2006-04-05 21:51:40 +00:00
Christian Brueffer
14e58b2aed
Back out the fan control changes that were merged in revision 1.2.2.5.
...
The necessary changes to the driver haven't been merged yet, which won't
happen before 6.1-RELEASE.
Submitted by: markus
Approved by: re (scottl)
2006-04-05 21:40:14 +00:00
Scott Long
08ed1329d1
The MFI driver appears first in FreeBSD 6.1
2006-04-04 04:11:55 +00:00
Christian Brueffer
c66235a6ab
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
MFC after: 3 days
2006-04-01 11:21:00 +00:00
Christian Brueffer
449e2f5c77
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages, mention module support.
Also add the crypto and cryptodev devices as the drivers are kind of useless
without them.
MFC after: 3 days
2006-04-01 10:56:36 +00:00
Christian Brueffer
1f12b08ab4
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages.
MFC after: 3 days
2006-04-01 10:55:00 +00:00
Christian Brueffer
7573f75456
Convert the SYNOPSIS section to look like the ones used in other driver
...
manpages. Don't mention the include file, it's not important for the
operation of this driver.
MFC after: 3 days
2006-04-01 10:37:35 +00:00
Christian Brueffer
7bffbceefe
Mention the module in the synopsis.
2006-04-01 09:55:37 +00:00
Marcel Moolenaar
af2e25a6d2
o Add scc(4) to the build.
...
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).
2006-03-30 18:39:24 +00:00
Marcel Moolenaar
6174e6ed12
Add scc(4), a driver for serial communications controllers. These
...
controllers typically have multiple channels and support a number
of serial communications protocols. The scc(4) driver is itself
an umbrella driver that delegates the control over each channel
and mode to a subordinate driver (like uart(4)).
The scc(4) driver supports the Siemens SAB 82532 and the Zilog
Z8530 and replaces puc(4) for these devices.
2006-03-30 18:33:22 +00:00
John-Mark Gurney
06f40e9610
document the tty files that uart(4) provides like sio(4) and pty(4) both
...
do.. This copies only part of the FILES section from sio(4)....
We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...
Pointed out by: Yasholomew Yashinski
MFC after: 3 days
2006-03-30 02:27:25 +00:00
Christian Brueffer
5bee0fd5d0
Mention that MegaRAID SAS controllers are supported by mfi(4).
2006-03-29 21:02:35 +00:00
Christian Brueffer
48c08eb834
Mention that amr(4) supports older MegaRAID hardware and clean up the
...
last vestiges of example.4.
2006-03-29 20:53:42 +00:00
Scott Long
91c3e79059
Add a manual page for mfi(4).
2006-03-29 07:35:39 +00:00
Wojciech A. Koszek
bc02a9764c
Keep references sorted alphabetically.
...
Spotted by: brueffer
Approved by: cognet (mentor)
2006-03-20 17:10:09 +00:00
Wojciech A. Koszek
84044ca360
Add reference to conscontrol(8).
...
Reviewed by: ru
Approved by: cognet (mentor)
2006-03-20 16:53:00 +00:00
Brad Davis
1ff5938918
s/ifconfig tunnel greN/ifconfig greN tunnel/
...
Submitted by: ankon@#bsddocs
Approved by: ceri@
2006-03-19 05:52:35 +00:00