Christian Brueffer
af176d7306
Some language and mdoc style improvements.
2008-02-14 19:39:09 +00:00
Christian Brueffer
c515fdbfa4
Document the hw.skc.jumbo_disable tunable. While here, correct some things
...
in the SYSCTLS section.
Submitted by: yongari
2008-02-14 10:01:48 +00:00
Attilio Rao
f0c5fe2d1d
Update manpage with lockmgr_assert() description.
2008-02-13 21:54:16 +00:00
Christian Brueffer
df77ed7558
The hptrr driver first appeared in 6.3, not 5.3.
...
PR: 120616
Submitted by: Josh Paetzel <josh@tcbug.org>
MFC after: 3 days
2008-02-13 18:32:44 +00:00
Christian Brueffer
a733fdfe95
Remove dublicate MLINK.
...
Submitted by: David Naylor <blackdragon@highveldmail.co.za>
2008-02-13 09:50:37 +00:00
Christian Brueffer
269c9210d1
- mention new firmware images used in multi-slice mode
...
- mention LRO support
- describe multi-slice related tunables.
- correct DIAGNOSTICS section to reflect that missing firmware
is non-fatal.
Submitted by: gallatin
2008-02-13 08:09:55 +00:00
Mike Pritchard
f2c05021d1
We no longer have both block and character devices, so remove the
...
misleading information stated here.
2008-02-11 09:36:43 +00:00
Mike Pritchard
203f7a2877
Explain in more detail how the pass number field works. Bump .Dd.
2008-02-11 09:02:48 +00:00
Christian Brueffer
fa3796dcdf
Some small fixes, also introduce an EXAMPLES section.
2008-02-11 09:01:14 +00:00
Andrew Thompson
2b8d4f5bd4
Hook geom_lvm(4) up to the build.
2008-02-11 03:10:40 +00:00
Andrew Thompson
77b65eef19
Add a geom class to map Linux LVM logical volumes.
...
The logical disks will appear as /dev/lvm/<vol group>-<logical vol>, for
instance /dev/lvm/vg0-home. GLVM currently supports linear stripes with
segments on multiple physical disks. The metadata is read only, logical
volumes can not be allocated or resized.
Reviewed by: Ivan Voras
2008-02-11 03:05:11 +00:00
Mitsuru IWASAKI
5a3c4d694e
Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for
...
NOP-message polling in ciss_periodic().
Note that setting the tunable to non-zero can be workaround only for
`ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o
the problem.
Reviewed by: scottl
Reported by: Attila Nagy
MFC after: 3 days
2008-02-10 06:21:52 +00:00
Scott Long
54c1b47d28
Add a note that the hptrr driver supersedes the rr232x driver.
2008-02-06 03:30:13 +00:00
Attilio Rao
abd94b3d59
Update manpage in order to reflect LK_NODUP and LK_NOWITNESS options
...
introduction.
2008-02-06 00:50:51 +00:00
Christian Brueffer
0aad0c5005
Remove an empty line that crept into the previous commit.
2008-02-03 16:42:22 +00:00
Christian Brueffer
6db6179768
MLINK hptrr(4) to rr232x(4).
...
Requested by: scottl
2008-02-03 16:38:44 +00:00
Scott Long
fbbd744496
Update the hptiop man page for the new driver.
2008-02-03 16:16:38 +00:00
Scott Long
a00390415c
Remove the rr232x manual page.
2008-02-03 07:31:49 +00:00
Poul-Henning Kamp
cf827063a9
Give MEXTADD() another argument to make both void pointers to the
...
free function controlable, instead of passing the KVA of the buffer
storage as the first argument.
Fix all conventional users of the API to pass the KVA of the buffer
as the first argument, to make this a no-op commit.
Likely break the only non-convetional user of the API, after informing
the relevant committer.
Update the mbuf(9) manual page, which was already out of sync on
this point.
Bump __FreeBSD_version to 800016 as there is no way to tell how
many arguments a CPP macro needs any other way.
This paves the way for giving sendfile(9) a way to wait for the
passed storage to have been accessed before returning.
This does not affect the memory layout or size of mbufs.
Parental oversight by: sam and rwatson.
No MFC is anticipated.
2008-02-01 19:36:27 +00:00
Tom Rhodes
c01d5f7d0f
Some clarifications to make keyboard configuration under syscons.
...
PR: 89325
Submitted by: Oliver Fromme <olli@secnetix.de>
Reviewed by: emax
2008-01-29 18:28:50 +00:00
Tom Rhodes
c4b709a010
Properly Xref device.hints.5.
...
Noticed by: ru
2008-01-29 00:13:20 +00:00
Christian Brueffer
5760e921e8
Remove references to the obsolete card(4) manpage.
2008-01-28 18:08:41 +00:00
Tom Rhodes
a4b8759227
Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
...
diagnostic messages and adding a few found in the code.
PR: 51891
2008-01-27 15:37:49 +00:00
Mike Makonnen
82e9dc59ce
Add a dummynet_enable knob to go with firewall_enable. If this knob
...
is enabled dummynet(4) is added to the list of required modules.
Discussed on: #freebsd-bugbusters (rwatson, trhodes)
PR: conf/79196
MFC after: 1 week
2008-01-27 15:15:12 +00:00
David E. O'Brien
16ea8822d9
Add to the history section.
2008-01-27 03:58:22 +00:00
Christian Brueffer
7133bff46c
OLDCARD is long gone, so finally remove the oldcard.4 manpage.
...
Confirmed by: imp
2008-01-26 20:23:25 +00:00
Mike Pritchard
5338828a37
Explain how the passno field in /etc/fstab works with fsck
...
and quotacheck in some more detail.
2008-01-26 13:03:35 +00:00
Tom Rhodes
c6eaff9892
Catch up with revision 1.18 of dcons_os.c and add an example of how to use
...
dcons(4) as a valid gdb port.
PR: 118490
Submitted by: Alexandre Kovalenko <alex.kovalenko@verizon.net>
2008-01-26 06:50:14 +00:00
Attilio Rao
623c393d65
Reflect lockcount() axing and lockmgr() prototype changing.
2008-01-24 14:17:52 +00:00
Ruslan Ermilov
5ac818f6f3
- sched_4bsd is no longer a default system scheduler on some
...
architectures, so call it "traditional" instead.
- sched_ule is no longer buggy or experimental (according to
rev. 1.7 of sched_ule(4)), so don't call it experimental
(reported by a user on stable@).
Reviewed by: rwatson
2008-01-24 13:48:20 +00:00
Dmitry Morozovsky
db8665e649
There is no PUC_FASTINTR option anymore.
...
MFC after: 2 weeks
2008-01-24 12:09:59 +00:00
Tom Rhodes
ce8bff707f
Add a diagnostic note about "transmission error ... tx underrun, increasing
...
tx start threshold ..." Looking around on the mailing lists, and even having
one of these cards I agree the messages should be documented.
Bump doc date.
PR: 88477
2008-01-24 00:39:38 +00:00
Chin-San Huang
73e9aa89e8
- Document firewall_nat_enable related settings.
...
Tested by: AB
MFC after: 1 month
2008-01-23 16:08:35 +00:00
Attilio Rao
7ad783ffe7
Add manpages for BUF_RECURSED(9) and BUF_ISLOCKED(9) and connect them to
...
the build.
Reviewed by: brueffer
2008-01-22 21:26:35 +00:00
Attilio Rao
fa88526575
Add the newly added function lockmgr_recursed() to the manpages.
2008-01-22 20:16:09 +00:00
Attilio Rao
d3d35ac3e3
BUF_REFCNT(9) function no more exists, so just axe out the manpage.
2008-01-22 20:02:24 +00:00
Attilio Rao
cc24fccdbe
Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command.
2008-01-22 19:58:30 +00:00
Tom Rhodes
7620300a17
Correct a typo.
...
Noticed by: ru
2008-01-22 19:16:09 +00:00
Tom Rhodes
771553b905
Document net.inet.tcp.syncookies_only using a description taken from
...
tcp_syncache.c revision 1.99 of andre's commit log.
PR: 107611
2008-01-22 18:35:23 +00:00
Tom Rhodes
039b8701cf
The config-recursive target is not run during the normal install process, move
...
it down to where it belongs.
Document 'all-depends-list' target and bump doc date.
PR: 119519
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by: flz
2008-01-22 12:23:30 +00:00
Christian Brueffer
d52a94aaf8
Small fixes.
2008-01-22 07:40:21 +00:00
Robert Watson
c6a154633b
Add a rather basic man page for the coda kernel module.
...
MFC after: 3 days
2008-01-21 23:59:22 +00:00
Christian Brueffer
724c0a230e
Document the 'maintainer' target.
...
PR: 119699
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2008-01-21 19:52:15 +00:00
Pyun YongHyeon
a18cfb2251
Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats.
...
Xref vlan(4).
Touchd Dd.
Reviewed by: brueffer
2008-01-21 07:35:15 +00:00
Pyun YongHyeon
8454cceda4
sf(4) gained VLAN_MTU support.
...
Touch Dd.
2008-01-21 06:47:20 +00:00
Sam Leffler
0da18a2665
updates for additional chip support
...
Submitted by: "J.R. Oldroyd" <jr@opal.com>
MFC after: 2 weeks
2008-01-21 04:13:00 +00:00
Attilio Rao
f8a134ac63
Update VOP_LOCK() and VOP_UNLOCK() prototypes.
...
Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will
be axed in further commit.
2008-01-18 22:09:29 +00:00
Christian Brueffer
7f3d351951
pcib is compiled in when "device pci" is specified.
...
Submitted by: marius
Reviewed by: imp
2008-01-18 17:00:44 +00:00
Ruslan Ermilov
b4064df455
Correct the sysconf variable name, _SC_CLK_TCK.
2008-01-18 12:13:05 +00:00
Doug Ambrisko
6dd0e63233
Note the driver support PERC and LSI1078 based controllers.
...
Prompted by: Vlad GALU
2008-01-17 19:36:13 +00:00