keramida
070993d17f
The .Fn macro and addition of .Fa in the tag width of the
...
argument description list.
2005-01-07 14:01:08 +00:00
keramida
ae38ead4b8
- The .Fn macro and description of the struct statfs' type of
sbp'.
...
- List of struct statfs fields that are related to file systems, much
like the list in stat.2 for the userlevel `struct stat'.
- Bump document date.
2005-01-07 12:56:04 +00:00
keramida
96e30a8273
The .Fn macro, document `flags' argument & bump document date.
2005-01-07 12:14:43 +00:00
keramida
a0afb54e76
Trim excessively verbose sentence.
2005-01-07 12:01:11 +00:00
keramida
80e53c87a6
The .Fn macro
2005-01-07 11:45:59 +00:00
keramida
f1fcad746f
Move the description of MNT_FORCE closer to mntflags and use a .Bl
...
list for the valid flag values. This way, if VFS_UNMOUNT(9) supports
more flags in the future, adding a single list item is going to be
easy and all the flags are going to be in one place.
2005-01-07 11:45:11 +00:00
keramida
f0899638ba
The .Fn macro.
2005-01-07 11:39:36 +00:00
keramida
d09528619a
There is no VFS_INIT(9).
...
Approved by: phk
2005-01-07 11:34:05 +00:00
keramida
16244e418e
The VFS_MOUNT() macro expects only 2 arguments in the nmount world
...
(since revision 1.173 of src/sys/sys/mount.h).
Update its prototype, the argument list description and bump the date.
2005-01-07 10:57:33 +00:00
keramida
e5f635beeb
Use a .Bl -tag list instead of plain .Pp paragraphs for describing the
...
macro arguments expected by SYSCALL_MODULE().
MFC after: 3 days
2005-01-07 09:02:40 +00:00
keramida
d79468da20
Fix time-travel bug.
...
Noticed by: krion
2005-01-07 09:00:19 +00:00
keramida
4469698b50
Avoid overusing "these" by breaking a long sentence in 2 smaller ones.
...
MFC after: 3 days
2005-01-07 08:51:10 +00:00
keramida
cfc971c33a
Convert the descriptions of module versions to an explicit list and
...
note that these versions numbers refer to moddepend, not the current
module.
MFC after: 3 days
2005-01-07 08:44:31 +00:00
keramida
09dd50f15c
Syntax nit.
...
MFC after: 3 days
2005-01-07 08:31:09 +00:00
cperciva
69e3b33000
Point out that tsleep(... , 0) is not permitted if the Giant lock is not
...
held. (It causes a "sleeping without a mutex" assertion failure in
msleep.)
MFC after: 3 days
2005-01-07 02:41:45 +00:00
keramida
d48e9e9ea1
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:33:38 +00:00
keramida
ffcbf9596c
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:25:11 +00:00
keramida
93963ed8d5
Properly cross-reference pccard(4).
...
MFC after: 3 days
2005-01-06 17:19:56 +00:00
keramida
a45c3571b3
- Use .Fn for marking up function-like macro names.
...
- Improve the wording in a few places.
- Add the email address of Doug Rabson in the AUTHORS section.
- Link to devfs(5) with an .Xr
MFC after: 3 days
2005-01-06 17:17:29 +00:00
keramida
0656c5b050
. Use a .Bl list for describing macro arguments.
...
. Various wordign fixes.
. Bump document date.
MFC after: 3 days
2005-01-06 17:16:01 +00:00
keramida
1d4742efe6
. Use a -tag instead of an -inset list, which makes the arguments of the
...
macro stand out more clearly.
. Various other wording fixes.
. Bump document date.
2005-01-06 17:14:21 +00:00
keramida
09400f2d09
Use .Fn function_name.
...
MFC after: 3 days
2005-01-06 17:11:56 +00:00
keramida
7eafabc241
Add missing .It in list tag.
...
MFC after: 3 days
2005-01-06 17:08:51 +00:00
keramida
96aac8e900
Fix .Nd description and bump document date.
...
MFC after: 3 days
2005-01-06 17:07:57 +00:00
keramida
e1b5b19788
"non-spin" is better with a dash, than without.
2005-01-06 16:16:17 +00:00
trhodes
94946f0dbf
Early spring cleaning:
...
Unhook lomac(4) manual page and remove it. The code was removed by
rwatson over two years ago.
2005-01-06 01:27:55 +00:00
keramida
a580204516
Make an attempt at explaining why sx(9) locks cannot be safely obtained
...
after acquiring a mutex(9).
PR: docs/75571
Submitted by: darrenr
Explanation by: jhb
2005-01-05 22:04:12 +00:00
imp
c00855c99f
Clarify /*- convention.
2005-01-05 21:27:01 +00:00
imp
a9e88e95f3
A large majority of the source files in the tree start their license
...
and copyright statements in a comment that begins with /*-. Document
this tradition. A strict adherence to this rule will help resellers
that wish to publish all copyright notices, generated automatically
from the tree. There are too many variant licenses to do it purely
by more complicated pattern matching.
2005-01-05 19:16:01 +00:00
krion
92e2810f3d
Remove trailing spaces.
...
Forgotten by: me
2005-01-05 09:52:12 +00:00
brueffer
accad97d85
- add new supported chips: 82541ER and 82546GB
...
- add the long supported, but still missing 82545
- change .Nd to look better (no need to mention FreeBSD there)
- bump .Dd
MFC after: 3 days
2005-01-05 04:31:00 +00:00
brueffer
e75351b254
- some SATA controllers were erroneously marked as SCSI, correct that
...
- move those controllers into the right place
- bump .Dd
Thanks to: Justin Bennett <justin@z-axis.com>
MFC after: 3 days
2005-01-04 15:59:00 +00:00
keramida
a466337863
IDE_DELAY was only available as an option for the wd driver of PC98.
...
Now that the driver is gone, `tuning' IDE_DELAY makes no sense.
Submitted by: Joel Dahl joel at automatvapen dot se
2005-01-04 13:21:27 +00:00
imp
ff195385ae
There's no longer a wd driver.
2005-01-04 07:28:57 +00:00
brueffer
b8e55cf4bc
- list the LSI MegaRAID SATA 150-(2|4|6) controllers as supported (1)
...
- mention SATA support in a few places
- AMI -> AMI/LSI for controllers now sold my LSI
- bump .Dd
PR: 61878 (1)
Submitted by: Sten Spans <sten@blinkenlights.nl>
Discussed with: simon (sorting)
MFC after: 3 days
2005-01-04 04:18:21 +00:00
brueffer
a38da1feab
- list the 3Com 3c920B-EMB-WNM as supported.
...
- bump .Dd
2005-01-03 20:54:29 +00:00
krion
aef62f129d
Remove trailing spaces.
...
MFC after: 3 days
2005-01-02 18:26:13 +00:00
krion
2a6aa55a95
Remove trailing spaces.
...
Reviewed by: brueffer
MFC after: 3 days
2005-01-02 18:20:29 +00:00
brueffer
2387687eae
Correct .Dd
...
Spotted by: Simon L. "Eagle Eye" Nielsen
2005-01-02 13:56:02 +00:00
brueffer
194aec1b6f
- list the PixelView PlayTV PAK as supported
...
- bump .Dd
Submitted by: Carl Makin <carl@stagecraft.cx>
2005-01-02 12:03:04 +00:00
brueffer
6564fdfb5c
SMC SMC2536W-AG verified as working.
...
MFC after: 3 days
2004-12-29 16:57:11 +00:00
brueffer
4d260b7a1c
- call the driver 'bktr' instead of 'brooktree' throughout the document
...
- add a HARDWARE section
- add a more descriptive NAME section
- update for recently imported Pinnacle PCTV support
- add Branko Lankester, the original author of the PCTV patches,
to the AUTHORS section
- bump .Dd
Thanks to all multimedia@ readers who sent me information about
their supported hardware!
MFC after: 1 week
2004-12-29 14:25:41 +00:00
glebius
ca1ed9d9a8
Document callout_pending() macro.
...
MFC after: 1 week
2004-12-29 08:01:24 +00:00
jkoshy
d44285ef3e
Make an argument name in the synopsis match that in the text. Correct
...
an mdoc error.
2004-12-29 04:29:06 +00:00
trhodes
eef75dc3e4
Some grammar, spelling, and mdoc(7) fixes. No content changes.
...
PR: 75581
Submitted by: Nobuyuki Koganemaru n-kogane@syd.odn.ne.jp (original version)
2004-12-29 00:11:34 +00:00
mlaier
daae8e9dd0
Enable sk(4) for ATLQ.
...
Thoroughly tested by: Ender <ender NO tog SPAM net>
MFC after: 4 weeks
2004-12-24 14:13:38 +00:00
scottl
cd5c0ee406
Document the 2130SLP
2004-12-23 08:05:40 +00:00
imp
03b835ad2b
Add OZ711M1
...
Submitted by: Gordon Bergling
2004-12-23 05:32:02 +00:00
keramida
82dbdac8b7
Fix a couple of typos.
...
PR: docs/75410
Submitted by: "Paul A.Hoadley" <paulh@logicsquad.net>
MFC after: 3 days
2004-12-23 00:27:03 +00:00
roam
5a6d53a669
And this, kids, is what happens if you act on a patch without looking
...
at the mailing list to see if there isn't any more discussion just
around the corner. Here's the update to the other part of the manpage
that deals with the hw.ata.atapi_dma loader tunable and initializing
ATAPI devices in PIO or DMA mode.
PR: 75021
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
Spotted by: Joel Dahl <joel@automatvapen.se>
2004-12-21 20:02:50 +00:00