Commit Graph

10061 Commits

Author SHA1 Message Date
njl
03f443149c Update documentation of tunables. 2005-02-13 20:26:04 +00:00
glebius
52a11da6f1 Document multicast membership control messages. 2005-02-12 11:52:14 +00:00
brueffer
627a6975a2 No one cares about when the manpage first appeared. Mention when the driver
appeared instead.

MFC after:	3 days
2005-02-12 00:42:14 +00:00
rwatson
4d2fe1ae2b Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using it
with other profiling and debugging options, such as INVARIANTS, WITNESS,
kernel profiling, etc.  They all interfere with each other nastily and
will generate fairly useless results.
2005-02-11 15:17:57 +00:00
obrien
7d2cf9f64d Expand BSS. 2005-02-11 07:37:25 +00:00
des
1412bad92e Fully document (no)?(device|option)s?.
This page should probably be repocopied to src/usr.sbin/config/.
2005-02-10 14:26:21 +00:00
jkoshy
ae57794f47 Note that the ICH6 controller is supported.
Reviewed by:	sos
2005-02-10 10:31:32 +00:00
imp
17ab5707c2 Minor nits noted by ru@ 2005-02-09 21:23:48 +00:00
imp
6cdf08f944 Note the options required for the cards as I know it... 2005-02-09 20:08:05 +00:00
ru
acf39e5db0 Fixed the misplaced $FreeBSD$. 2005-02-09 18:07:17 +00:00
trhodes
958190ffe9 Document EBUSY.
PR:		73387
Submitted by:	Thomas Ludwig <tludwig@smr.ch> (original version)
2005-02-08 20:16:59 +00:00
trhodes
b3e9316745 Add xrefs to crypt(3) and pw(8) and add a warning about not manually
altering passwd related files.

PR:             74656
Submitted by:   Jilles Tjoelker <jilles@stack.nl> (original version)
2005-02-08 19:23:24 +00:00
njl
7f455ec470 Update device_find_child(9) to return the first matching child if unit
is set to -1.

Reviewed by:	dfr, imp
2005-02-08 18:00:29 +00:00
njl
9bc54b0596 Also add the manpage entry for cpufreq. 2005-02-08 17:44:18 +00:00
njl
8f8c8aa2dc Add an initial manpage for the cpufreq framework and methods to help users
and developers who want to import new hardware drivers.  This could also
certainly use mdoc review.
2005-02-08 17:43:35 +00:00
brueffer
21d7144853 Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.
MFC after:	3 days
2005-02-08 15:07:50 +00:00
phantom
d9af372062 Allow building/installing of NLS catalogs while building of libraries
MFC after:	3 days
2005-02-08 10:37:34 +00:00
mlaier
c215a49d17 Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to
Random Early Detection (not ... Drop) in order to be consistent with other
documentation on ALTQ

Pointed out by:	simon, ru, Brad Davis
2005-02-07 23:20:12 +00:00
krion
3524e28954 Introduce three new targets for ports collection:
showconfig-recursive, rmconfig-recursive and config-conditional.

MFC after:	3 days
2005-02-07 23:04:33 +00:00
mlaier
b5362e3053 Be more verbose about altq SYNOPSIS and add more linkage in the relating pf
documents.

Inspired by:	scottl
Reviewed by:	Brad Davis <so14kNOso14kSPAMcom>
MFC after:	3 days
2005-02-07 11:46:36 +00:00
glebius
ca5b588161 English and mdoc(7) cleanup.
Submitted by:	ru
2005-02-07 08:17:51 +00:00
iedowse
8cf324095d Add a mechanism for associating a mutex with a callout when the
callout is first initialised, using a new function callout_init_mtx().
The callout system will acquire this mutex before calling the callout
function and release it on return.

In addition, the callout system uses the mutex to avoid most of the
complications and race conditions inherent in asynchronous timer
facilities, so mutex-protected callouts have much simpler semantics.
As long as the mutex is held when invoking callout_stop() or
callout_reset(), then these functions will guarantee that the callout
will be stopped, even if softclock() had already begun to process
the callout.

Existing Giant-locked callouts will automatically pick up the new
race-free semantics. This should close a number of race conditions
in the USB code and probably other areas of the kernel too.

There should be no change in behaviour for "MP-safe" callouts; these
still need to use the techniques mentioned in timeout(9) to avoid
race conditions.
2005-02-07 02:47:33 +00:00
njl
3a85760cb9 Note changes to throttling sysctls and new power_profile(8) cpufrq support. 2005-02-06 21:31:41 +00:00
phk
ffaf78263f Document NO_GPIB 2005-02-06 16:46:49 +00:00
delphij
7503da13ec Document NO_NETCAT. 2005-02-06 14:59:03 +00:00
rushani
1463ee5e17 List the LSI 320-2E PCI-Express controller as supported.
Reviewed by:	scottl@
2005-02-06 10:49:28 +00:00
glebius
14c77ea8c5 Manpage for ng_ipfw node. 2005-02-05 17:53:44 +00:00
brueffer
011688b3e9 Remove Xref to nonexistant ifmedia.4
MFC after:	3 days
2005-02-05 15:03:22 +00:00
brueffer
25f4fbe3bf Remove last traces of le.4
MFC after:	3 days
2005-02-05 14:57:19 +00:00
brueffer
b96bff206d Remove Xref to nonexistant cap.3
Ok'ed by:	rwatson
MFC after:	3 days
2005-02-05 14:16:35 +00:00
brueffer
78797683bc - replace pointers to XF86Config with xorg.conf
- remove outdated XFree86 3.3.1 information
- bump .Dd

MFC after:	3 days
2005-02-05 14:09:09 +00:00
brueffer
c10727c9c8 Remove last traces of lomac.4
MFC after:	3 days
2005-02-05 13:52:21 +00:00
brueffer
978cfefa8a Backout last commit, lomac_enable is still valid. Just Xref mac_lomac.4
instead of lomac.4.
2005-02-05 13:44:29 +00:00
brueffer
78e2c795a7 Xref mac_lomac.4 instead of lomac.4
MFC after:	3 days
2005-02-05 13:36:33 +00:00
brueffer
03a41d7cd3 Remove last traces of lomac(4)
MFC after:	3 days
2005-02-05 13:29:20 +00:00
ru
f1ad68901b Verify that SYNOPSIS section compiles. 2005-02-05 11:31:31 +00:00
ru
610a812277 Added the SYNOPSIS section. 2005-02-05 11:30:59 +00:00
jkoshy
16b959d87b Note that functions alq_flush() and alq_post() should not be called in
contexts where sleeping is disallowed.

Pointed out by:	ru
2005-02-05 02:39:07 +00:00
pjd
0ef1acb5ab Improve EIO error description and mention that it can also occur while
writting.

MFC after:	3 days
2005-02-04 11:18:46 +00:00
brueffer
d35e44a90f Manpage for Olicom Token Ring adapters, based on input by mdodd.
Reviewed by:	mdodd
MFC after:	1 week
2005-02-04 01:48:27 +00:00
ru
dc390b496f Reflect recent code changes. 2005-02-03 13:33:34 +00:00
ru
088f133bd2 Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". 2005-02-03 11:52:42 +00:00
ceri
038703296b Improve English a little. 2005-01-30 13:27:59 +00:00
yar
3c2f96332d Document the recent change to the default status of VLAN support in em(4).
MFC after:	1 day
2005-01-30 12:29:06 +00:00
yar
90dcaf5584 Document the user-controlled VLAN_MTU capability of fxp(4).
Bump .Dd accordingly.

MFC after:	3 days
2005-01-30 12:15:14 +00:00
yar
8e26b50a2a Bump the document date since its content has changed. 2005-01-30 12:13:13 +00:00
yar
385dbc7052 Revise the part on VLAN support in physical interfaces.
MFC after:	1 week
2005-01-30 12:06:02 +00:00
yar
b4b2b0f96e Update the list of VLAN-aware interface types.
MFC after:	3 days
2005-01-30 10:59:50 +00:00
jkoshy
66c3a3e3fe Bring the prototype for alq_open() in line with the code.
Add a section on locking.
2005-01-30 10:21:04 +00:00
ru
fbba317760 Start sentences from a capital letter.
Submitted by:	Joel Dahl
2005-01-29 20:05:07 +00:00
phk
693f1d7ea7 Describe 'u' and 'U' in sequence mode. 2005-01-29 16:34:10 +00:00
ru
faa99e5f4b Fixed whitespace at EOL and double word.
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
ru
f53c8520cc Mark lists as in the rest of section 9 manpages. 2005-01-28 10:48:52 +00:00
ru
6e632f4c65 Mark lists as in the rest of section 9 manpages.
Submitted by:	Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
ru
50c2c27ee6 Polish the formatting. 2005-01-27 10:30:53 +00:00
phk
6588b2658f Update the information, (and likely break all formatting rules). 2005-01-27 09:29:52 +00:00
ru
fa1e4ace3c Add a few colons.
Submitted by:	Joel Dahl
2005-01-26 20:50:52 +00:00
ssouhlal
e43b1c7f5f Bump the document date.
Forgotten by:	ssouhlal, simon, trhodes
Approved by:	grehan (mentor)
2005-01-26 06:46:00 +00:00
jmallett
ca68f46393 Linkage with -lobjc requires -lpthread nowadays. 2005-01-26 00:17:03 +00:00
maxim
418ad70387 Add FreeBSD 4.11. 2005-01-25 19:16:09 +00:00
akiyama
b8ea72f5d5 Add support for new chips, PL-2303X and PL-2303HX.
Bump document date.

MFC after:	1 week
2005-01-25 15:58:53 +00:00
ssouhlal
93011bae8e Mention that 'options ALQ' is required when using KTR_ALQ.
Approved by:	simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
charnier
a82458a6ed spell "file system" correctly
Approved by:	ru
2005-01-24 20:06:16 +00:00
iedowse
500f74fbe4 Attempt to describe the race conditions that must be considered
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
2005-01-23 17:42:48 +00:00
gnn
7d73d97302 Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from:	Kame Project and OpenBSD

Replace manual pages that may have violated the IETF's Copyright.

All come from the Kame tree.

Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.

All of the text is new and drawn from reading the code and
documentation.
2005-01-23 16:02:48 +00:00
gnn
b9d145ff1f Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Approved by: Robert Watson (robert at freebsd dot org)

Remove files in preparation for replacement with totally new versions
of the manual pages.

Update the Makefile to handle the new file to be added.
2005-01-23 15:41:10 +00:00
bms
88a97703d4 Fix markup.
Submitted by:	ru
2005-01-22 21:54:29 +00:00
bms
d009423010 Add a note about the slot number not necessarily indicating the physical
location of a PCI device in the system chassis.
Remove the note about PAE.
Update document date.
Update my email address.
Update copyright.

MFC after:	1 week
2005-01-22 21:14:46 +00:00
ru
e7cdd032f3 Fixed macro abuse. 2005-01-21 20:51:09 +00:00
ru
628111b10f Fixed xrefs. 2005-01-21 20:50:39 +00:00
ru
3d762a3a45 Fixed punctuation in xrefs. 2005-01-21 20:48:00 +00:00
ru
46c3895114 Fixed xref. 2005-01-21 12:01:00 +00:00
ru
dd13d46af3 Fixed xref. 2005-01-21 10:48:35 +00:00
ru
dd0871abdd Fixed macro abuse. 2005-01-21 10:46:36 +00:00
ru
99fe3b32d1 Fixed xrefs. 2005-01-21 10:35:40 +00:00
ru
e73f0e379a Fixed xref. 2005-01-21 10:17:17 +00:00
ru
fdd3c9a304 Sort sections. 2005-01-21 08:36:40 +00:00
ru
601a05ea40 Fixes to previous revision:
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
wes
737fdc457d Document the shiny new WITHOUT_MODULES knob in make.conf.
PR:		kern/76225
Prodded by:	ru@, brueffer@
MFC after:	2 weeks
2005-01-21 03:51:07 +00:00
imp
71a0e55913 Add intersil chip names we know we support since some OEMs use them
very transparently.
2005-01-20 18:33:07 +00:00
imp
317f1b8dac Note SENAO SL-2511CD support 2005-01-20 17:48:01 +00:00
glebius
ec474e9750 log(9) requires sys/syslog.h.
MFC after:	3 days
2005-01-20 10:26:42 +00:00
ru
2258eed2fc Use the standard section name. 2005-01-18 20:54:50 +00:00
ru
980579261a The rest of manpages spell this "PSEUDOCODE". 2005-01-18 20:37:11 +00:00
seanc
56e0e4a0df Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).
MFC after:      7 days
2005-01-18 20:23:47 +00:00
brueffer
7324f66316 Typo fixes.
MFC after:	3 days
2005-01-18 18:13:03 +00:00
brueffer
cc0b697b26 Capitalize Windows and fix a typo.
Submitted by:	markus
MFC after:	3 days
2005-01-18 17:53:35 +00:00
ru
90847e914b Folded two SEE ALSO sections into one. 2005-01-18 09:13:42 +00:00
trhodes
82ffd5397d S_ISVTX -> S_ISTXT to reflect the code. 2005-01-18 01:27:44 +00:00
ru
e23db93cf2 Document the new EXIT STATUS section. 2005-01-16 22:26:05 +00:00
ru
81e38b498b Added the EXIT STATUS section. 2005-01-16 22:22:28 +00:00
obrien
1e4c55447c Move -Wunused-parameter from WARNS level 3 level 4.
Also break long lines -- note that the '\' must be up against the last
character of a line to keep command-line spacing proper.

Requested by:	rwatson
2005-01-16 21:18:16 +00:00
obrien
39f93afd9b Use >= so we can use the actual WARNS levels. 2005-01-16 21:08:31 +00:00
ru
710cdf990a Removed .Re without a matching .Rs. 2005-01-16 16:53:13 +00:00
wollman
4fbaaa9d11 Latest IERS Bulletin C (#29): no leap second on 2005-06-30.
Obtained from:	http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
2005-01-15 21:53:24 +00:00
scottl
da0602a7a8 Document bus_dmamap_load_mbuf_sg() 2005-01-15 20:50:52 +00:00
jkoshy
a22f9e62b8 Move the LOCKING section to before the EXAMPLES section.
Make example locking calls in the EXAMPLES section.

Reviewed by:	keramida
2005-01-15 16:01:19 +00:00
ru
37a8be6121 Fixed troff warnings. 2005-01-15 12:49:11 +00:00
ru
65892a1037 Eliminate macro calls inside literal displays. 2005-01-15 12:28:01 +00:00
ru
dc1d412f42 Fixed markup. 2005-01-15 12:25:47 +00:00
ru
ee05aaee51 Use lists where appropriate. 2005-01-15 12:24:49 +00:00
ru
a46a6e5015 A shorter version of the format string. 2005-01-15 12:24:26 +00:00
ru
c4373a8c33 Fixed macro abuse. 2005-01-15 12:23:59 +00:00
ru
e9cd5c8e18 Markup style. 2005-01-15 11:22:13 +00:00
ru
cc41408785 Overhaul the markup. 2005-01-15 11:12:40 +00:00
ru
64973e1dcf Markup fixes. 2005-01-14 20:23:58 +00:00
ru
e46a747d25 Markup fixes. 2005-01-14 17:22:51 +00:00
dds
c0da953d92 Fix the pbio include file installation process and the
corresponding documentation.

Noticed by: ru
Reviewed by: ru
2005-01-14 14:18:19 +00:00
ru
a7ef863b4f Markup and grammar fixes. 2005-01-14 10:53:55 +00:00
ru
c286a3af58 Markup nit. 2005-01-14 10:49:09 +00:00
ru
30380bd8e8 Tiny markup fixes. 2005-01-14 10:46:08 +00:00
ru
e1ac3a693d Markup fixes. 2005-01-14 10:41:05 +00:00
ru
b90262b892 Markup fixes. 2005-01-14 10:33:39 +00:00
ru
096e1ac8d6 Markup fixes. 2005-01-14 09:40:13 +00:00
ru
bdb09baef4 Markup fixes. 2005-01-14 09:28:17 +00:00
ru
b72d180e40 "The ... function" and minor markup nits. 2005-01-13 16:46:49 +00:00
ru
5ec46883b5 Markup nits. 2005-01-13 16:37:26 +00:00
ru
4568b40d29 Removed stray quotes. 2005-01-13 16:30:53 +00:00
ru
e341b6367a Improved markup. 2005-01-13 11:22:29 +00:00
ru
e194974f1a Markup nits, and fix sentences to start from a capital letter. 2005-01-13 11:09:58 +00:00
ru
0df54c5f61 Nits. 2005-01-13 10:10:34 +00:00
ru
f198016c97 Nits. 2005-01-13 09:33:06 +00:00
ru
ca6df9296a Scheduled mdoc(7) sweep. 2005-01-12 21:48:25 +00:00
keramida
817610db53 A few more mdoc fixes I missed in the suggestions of Ruslan. 2005-01-12 21:43:09 +00:00
keramida
49e2cf242d Cross-reference the newly added example.9 2005-01-12 20:56:15 +00:00
keramida
89359c837c Link mdoc/example.9 to the build. 2005-01-12 20:55:01 +00:00
keramida
594058ce45 Add a sample manpage for section 9.
Suggested by:	simon
Reviewed by:	ru
2005-01-12 20:49:25 +00:00
ru
a33791ce9e Sort xrefs. 2005-01-12 10:22:58 +00:00
ru
f1b7f434b6 Scheduled mdoc(7) sweep. 2005-01-12 10:14:43 +00:00
brueffer
ed72cd88ee - list the Hama USB RS-232 Serial Adapter as supported
- bump .Dd

PR:		76088
Submitted by:	Benjamin Lutz <benlutz@datacomm.ch>
MFC after:	3 days
2005-01-11 23:16:20 +00:00
trhodes
b0d9b4539a List RFCs under SEE ALSO.
PR:	46918
2005-01-11 21:08:39 +00:00
simon
87d40f2642 Document that MODULE_DEPEND does not change runtime initialization
order.

Mostly submitted by:	scottl
Discussed on:		cvs-src/src-committers
2005-01-11 20:56:03 +00:00
ru
6b24559adc Forgot to submit a fixed version of this script to Simon. 2005-01-10 18:54:55 +00:00
simon
45cc591547 Add support files for using text from the POSIX specification in
FreeBSD manual pages:

- POSIX-copyright contains copyright text to be used in manual pages
  which has POSIX text inserted.
- deshallify.sh is a shell script which removes many of the ``shall''
  statements from the POSIX text and therefore making the text more
  readable.

Real work to make this happen by:	nectar, ru
2005-01-10 18:09:17 +00:00
keramida
a52a218245 mdoc style nit: "\-" should only be used to represent a minus sign.
Suggested by:	ru
2005-01-10 16:31:39 +00:00
keramida
853b7bc184 /usr/lib doesn't contain only archive (ar(1) style) libraries. Shared
libraries live there too.  Also point to ar(1) which contains a nice
description of what an 'archive library' is.

PR:		docs/76056
Submitted by:	Enrique Matías Sanchez <cronopios@gmail.com>
MFC after:	3 days
2005-01-10 16:06:13 +00:00
brueffer
077d7b73aa - add the Eagle Tech NE200T
- bump .Dd
2005-01-10 09:18:09 +00:00
ru
d236c4dfa7 Unbreak the install. 2005-01-10 09:04:13 +00:00
imp
250d629b28 Finish removal of matcd 2005-01-10 08:37:01 +00:00
keramida
d7ffcdff20 Fix typos and add .Pp after the end of a display to separate the
displayed text from the paragraph right after it.
2005-01-09 22:49:24 +00:00
trhodes
09e4915ad0 Remove the meteor helper files, imp removed the driver and manual page
over a year ago.
2005-01-09 21:21:25 +00:00
ru
e7314f39fa Revert previous revision. Including bsd.compat.mk is necessary
both from sys.mk (to handle old knobs set in /etc/make.conf),
and from here (to handle old knobs set in individual makefiles).
2005-01-09 12:55:47 +00:00
trhodes
a5fdd5455e [NO]MAN -> NO_[MAN].
Bump doc date.
2005-01-08 09:21:35 +00:00
brueffer
2cb19e50a9 Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAID
device.

Submitted by:	Martin Nilsson <martin@gneto.com>
MFC after:	3 days
2005-01-08 03:07:49 +00:00
keramida
c225a89edf Reorganize the DESCRIPTION section, using .Bl lists to separate the
descriptions of items from each other and have related things appear
in the same nesting 'level'.

The .Fn function/macro, and bump document date.

Reviewed by:	jkoshy
2005-01-07 19:41:00 +00:00
maxim
ce4c90a230 Finish src part VFS_INIT.9 removal. Need to check www/. 2005-01-07 15:38:21 +00:00
keramida
1404766589 The .Fn macro. 2005-01-07 14:10:59 +00:00
keramida
1058422feb 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
00e00b46a0 - 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
3f0875b935 The .Fn macro, document `flags' argument & bump document date. 2005-01-07 12:14:43 +00:00
keramida
b80cbd9d19 Trim excessively verbose sentence. 2005-01-07 12:01:11 +00:00
keramida
7e8067e06a The .Fn macro 2005-01-07 11:45:59 +00:00
keramida
a4c7d64f79 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
e9911934f1 The .Fn macro. 2005-01-07 11:39:36 +00:00
keramida
3ccd40ef2a There is no VFS_INIT(9).
Approved by:	phk
2005-01-07 11:34:05 +00:00
keramida
fae0e3010b 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
e5ff73ea5c 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
a67822fd5a Fix time-travel bug.
Noticed by:	krion
2005-01-07 09:00:19 +00:00
keramida
5bd94fa8d9 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
3a7cc1bce0 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
4df8d8a582 Syntax nit.
MFC after:	3 days
2005-01-07 08:31:09 +00:00
cperciva
a1588882f8 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
304e66a936 Use .Fn function_name
MFC after:	3 days
2005-01-06 17:33:38 +00:00
keramida
9a22c1b66b Use .Fn function_name
MFC after:	3 days
2005-01-06 17:25:11 +00:00
keramida
714a818bb7 Properly cross-reference pccard(4).
MFC after:	3 days
2005-01-06 17:19:56 +00:00
keramida
e215b88e75 - 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
0ae8300df0 . 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
b0f34fc91d . 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
56773f55d9 Use .Fn function_name.
MFC after:	3 days
2005-01-06 17:11:56 +00:00
keramida
1c8cfbe470 Add missing .It in list tag.
MFC after:	3 days
2005-01-06 17:08:51 +00:00
keramida
0917e4caae Fix .Nd description and bump document date.
MFC after:	3 days
2005-01-06 17:07:57 +00:00
keramida
04321ffa58 "non-spin" is better with a dash, than without. 2005-01-06 16:16:17 +00:00
krion
1cac077498 Remove trailing spaces. 2005-01-06 11:12:43 +00:00
trhodes
3800a1d345 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
bb92512dc0 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
616785011d Clarify /*- convention. 2005-01-05 21:27:01 +00:00
imp
99ed11fd7d 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
3e2b129db7 Remove trailing spaces.
Forgotten by:	me
2005-01-05 09:52:12 +00:00
brueffer
c2861f5a14 - 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
0272707823 - 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
0790b48ddc 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
dfca5f79a7 There's no longer a wd driver. 2005-01-04 07:28:57 +00:00
brueffer
acf5f9c5a0 - 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
41e49bf975 - list the 3Com 3c920B-EMB-WNM as supported.
- bump .Dd
2005-01-03 20:54:29 +00:00
krion
1f34e16a61 Remove trailing spaces.
MFC after:	3 days
2005-01-02 18:26:13 +00:00
krion
1217b4f20c Remove trailing spaces.
Reviewed by:	brueffer
MFC after:	3 days
2005-01-02 18:20:29 +00:00
brueffer
43a8d40f67 Correct .Dd
Spotted by:	Simon L. "Eagle Eye" Nielsen
2005-01-02 13:56:02 +00:00
brueffer
9cd57ea1f9 - 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
a9fda63193 SMC SMC2536W-AG verified as working.
MFC after:	3 days
2004-12-29 16:57:11 +00:00
brueffer
3768ed55f9 - 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
02a0a3204a Document callout_pending() macro.
MFC after:	1 week
2004-12-29 08:01:24 +00:00
jkoshy
6a1ed4e30b 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
ee46e6e0c7 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
3bbe4c0e35 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
ru
35df9d9893 Include bsd.compat.mk early from sys.mk, enough for makefiles
using conditional statements to see the new spellings of NO_*
knobs (in case user still uses old spellings).

Reported by:	kris
2004-12-23 08:51:50 +00:00
scottl
04e0625ce5 Document the 2130SLP 2004-12-23 08:05:40 +00:00
imp
1418202c27 Add OZ711M1
Submitted by: Gordon Bergling
2004-12-23 05:32:02 +00:00
keramida
dd1584b4e1 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
0f4eb1c80e 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
roam
cb5c226bdf Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 of
src/sys/dev/ata/ata-all.c from PIO to DMA.

Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
MFC after:	1 week
2004-12-21 19:41:21 +00:00