Giorgos Keramidas
98816b6069
The .Fn macro.
2005-01-07 14:10:59 +00:00
Giorgos Keramidas
5c5c45cfbf
The .Fn macro and addition of .Fa in the tag width of the
...
argument description list.
2005-01-07 14:01:08 +00:00
Giorgos Keramidas
3d5ea0fba4
- 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
Giorgos Keramidas
07e11b32af
The .Fn macro, document `flags' argument & bump document date.
2005-01-07 12:14:43 +00:00
Giorgos Keramidas
5cd9afad91
Trim excessively verbose sentence.
2005-01-07 12:01:11 +00:00
Giorgos Keramidas
98e515c959
The .Fn macro
2005-01-07 11:45:59 +00:00
Giorgos Keramidas
ce4ad10554
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
Giorgos Keramidas
59292cdbeb
The .Fn macro.
2005-01-07 11:39:36 +00:00
Giorgos Keramidas
e40e9de2a8
There is no VFS_INIT(9).
...
Approved by: phk
2005-01-07 11:34:05 +00:00
Giorgos Keramidas
c972b6d8df
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
Giorgos Keramidas
66700df04f
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
Giorgos Keramidas
18746c5893
Fix time-travel bug.
...
Noticed by: krion
2005-01-07 09:00:19 +00:00
Giorgos Keramidas
85ab3df25a
Avoid overusing "these" by breaking a long sentence in 2 smaller ones.
...
MFC after: 3 days
2005-01-07 08:51:10 +00:00
Giorgos Keramidas
2eaf5c1135
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
Giorgos Keramidas
be0ffb7642
Syntax nit.
...
MFC after: 3 days
2005-01-07 08:31:09 +00:00
Colin Percival
bfadd9be1e
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
Giorgos Keramidas
374d072d12
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:33:38 +00:00
Giorgos Keramidas
2757b1cbd1
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:25:11 +00:00
Giorgos Keramidas
dea25585a1
Properly cross-reference pccard(4).
...
MFC after: 3 days
2005-01-06 17:19:56 +00:00
Giorgos Keramidas
cd7aa0fa5d
- 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
Giorgos Keramidas
c91b6b9ef2
. 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
Giorgos Keramidas
1aaeeac1e8
. 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
Giorgos Keramidas
bb53ac437b
Use .Fn function_name.
...
MFC after: 3 days
2005-01-06 17:11:56 +00:00
Giorgos Keramidas
85e2993ac6
Add missing .It in list tag.
...
MFC after: 3 days
2005-01-06 17:08:51 +00:00
Giorgos Keramidas
03305517a9
Fix .Nd description and bump document date.
...
MFC after: 3 days
2005-01-06 17:07:57 +00:00
Giorgos Keramidas
c977d004b2
"non-spin" is better with a dash, than without.
2005-01-06 16:16:17 +00:00
Tom Rhodes
8318960abd
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
Giorgos Keramidas
b762042dce
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
Warner Losh
da52f590b5
Clarify /*- convention.
2005-01-05 21:27:01 +00:00
Warner Losh
56c7363ae8
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
Kirill Ponomarev
645453dbcc
Remove trailing spaces.
...
Forgotten by: me
2005-01-05 09:52:12 +00:00
Christian Brueffer
7d9c45655d
- 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
Christian Brueffer
e0f104cdd3
- 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
Giorgos Keramidas
002bfa908b
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
Warner Losh
cb08cd5207
There's no longer a wd driver.
2005-01-04 07:28:57 +00:00
Christian Brueffer
977453f7f9
- 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
Christian Brueffer
bac209a543
- list the 3Com 3c920B-EMB-WNM as supported.
...
- bump .Dd
2005-01-03 20:54:29 +00:00
Kirill Ponomarev
f6832a8239
Remove trailing spaces.
...
MFC after: 3 days
2005-01-02 18:26:13 +00:00
Kirill Ponomarev
51daf549e8
Remove trailing spaces.
...
Reviewed by: brueffer
MFC after: 3 days
2005-01-02 18:20:29 +00:00
Christian Brueffer
4c4aad3fd7
Correct .Dd
...
Spotted by: Simon L. "Eagle Eye" Nielsen
2005-01-02 13:56:02 +00:00
Christian Brueffer
0c54bf8e5f
- list the PixelView PlayTV PAK as supported
...
- bump .Dd
Submitted by: Carl Makin <carl@stagecraft.cx>
2005-01-02 12:03:04 +00:00
Christian Brueffer
a6e3bfd9e4
SMC SMC2536W-AG verified as working.
...
MFC after: 3 days
2004-12-29 16:57:11 +00:00
Christian Brueffer
471182e42f
- 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
Gleb Smirnoff
e5f8af4e5c
Document callout_pending() macro.
...
MFC after: 1 week
2004-12-29 08:01:24 +00:00
Joseph Koshy
68ca7644cf
Make an argument name in the synopsis match that in the text. Correct
...
an mdoc error.
2004-12-29 04:29:06 +00:00
Tom Rhodes
ddbb94ad96
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
Max Laier
b9c5f41258
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
Scott Long
0836ce1970
Document the 2130SLP
2004-12-23 08:05:40 +00:00
Warner Losh
9341ec5cf1
Add OZ711M1
...
Submitted by: Gordon Bergling
2004-12-23 05:32:02 +00:00
Giorgos Keramidas
64f13abc27
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