Commit Graph

8677 Commits

Author SHA1 Message Date
cnst 1c23afa3cb New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

        http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
msaitoh 0c975d7cab Update the manual for mfi GEN2. 2010-02-09 00:21:27 +00:00
pgoyette daefdf6156 After reviewing the datasheets, most of the supported Winbond chips can
handles the new flags for selecting sensor type.  Update code and man
page accordingly.
2010-02-08 23:10:35 +00:00
wiz df435c8ccb Remove trailing whitespace. 2010-02-08 21:47:20 +00:00
pgoyette 87726766a7 Document flags option for selecting temp sensor type 2010-02-08 21:42:41 +00:00
tonio 1e64e85541 Fix typo in Email address, spotted by pgoyette@ 2010-02-07 18:09:01 +00:00
wiz e9ce9a115f Xref i386/splraise.9 and bump date for previous. 2010-02-07 10:49:35 +00:00
dyoung 31c659dfea Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
manual page.
2010-02-06 22:32:07 +00:00
wiz 05207cfe3d Fix date. 2010-02-06 21:57:08 +00:00
pgoyette 35f2f18a53 Add man page and cross-refs for experimental acpismbus(4) 2010-02-06 20:11:33 +00:00
wiz 43818948fa Fix Dd, use Dq, and remove trailing comma. 2010-02-06 12:44:32 +00:00
tonio 9e0a061a49 Add uthum(4) man page 2010-02-06 11:26:56 +00:00
wiz f7d285b48c Mark up PKGDB_DIR with Dv (same as in pkg_install.conf). 2010-02-05 17:23:47 +00:00
jmmv 7447e9b839 Note that pkgdb_dir is deprecated and point to the alternative setting. 2010-02-05 16:32:19 +00:00
pooka 33907919ba pud requires putter like it always has.
deliberately do NOT bump date.
2010-02-02 04:04:39 +00:00
phx cc35ab39e9 New modifiers for the "write" command: /BHL. They act like /bhl but do not
read the old value from memory before writing.
2010-01-31 21:52:23 +00:00
wiz 4acfa334d0 Bump date for SEE ALSO change. 2010-01-31 21:25:51 +00:00
jruoho eb534fdc5d Do not advertise deprecated APIs in an important introductory manual page. 2010-01-31 21:21:13 +00:00
wiz a62f6ec261 Use full month name in Dd. 2010-01-31 15:05:49 +00:00
wiz 5a94f1ec05 Bump date for new debug section.
New sentence, new line.
Remove Pp after section begin.
2010-01-31 15:05:20 +00:00
hubertf 827a5e73da Fix two typos to make documentation match the code:
* the CIOCFKEY ioctl is really called CIOCKEY
 * CRK_MOD_EX => CRK_MOD_EXP

Bump date.
2010-01-31 14:43:04 +00:00
jruoho 9703b2e495 Miscellaneous small changes:
* Use -compact to make the page a little shorter.
        * Capitalize the title in the sysctl-section.
        * Use .Ic for the sysctl variables.
        * Remove ACPICA_PEDANTIC; no such option any more.
2010-01-31 12:07:37 +00:00
jruoho 993abc958b Add a short introduction to ACPI debugging. 2010-01-31 11:29:31 +00:00
pooka f510198e1c Make swwdog use no-needs-count. As the manpage says, there can be only one. 2010-01-30 21:55:28 +00:00
jruoho 58bcffdb05 Add couple instances of .Pp. 2010-01-29 11:24:31 +00:00
wiz e0de9d914f Bump date for more powerpc commands. 2010-01-29 10:48:45 +00:00
phx 7766f23c15 New machine commands for PPC OEA.
bat: prints the BAT registers and translations
mmu: prints MMU registers (sdr1, sr0..15)
Previous PPC commands were for IBM4xx only, so make two sections now:
POWERPC 4xx and POWERPC OEA.
2010-01-28 21:13:49 +00:00
hubertf 62ff0dc871 Fix typo: CIOCASSYMFEAT -> CIOCASYMFEAT 2010-01-28 08:35:06 +00:00
wiz e0df74826a Bump date for reorg. 2010-01-27 06:50:40 +00:00
jruoho 72c95671ed Revert previous. 2010-01-26 22:35:11 +00:00
jruoho be22957280 Give it a single name; it is sufficient to list the functions in the SYNOPSIS. 2010-01-26 21:50:57 +00:00
jruoho 9bca5c6314 Capitalize one more title. Use a complete sentence in CODE REFERENCES. 2010-01-26 21:40:34 +00:00
jruoho c67fb61a01 Move the complete prototypes to the SYNOPSIS. Also capitalize the titles. 2010-01-26 21:37:02 +00:00
pgoyette 5bbbb70cb0 Fix .Bl markup - s/-compat/-compact/ 2010-01-26 18:08:24 +00:00
jruoho 951041f5f8 Document also the sysmon power switches; sysmon_pswitch(9). 2010-01-26 14:00:38 +00:00
jruoho 4bd7b88b38 Mention that all tasks are executed before the halt. 2010-01-26 08:48:39 +00:00
jruoho a1ce08be6b Build links for rest of the sysmon_taskq(9) functions. 2010-01-26 08:14:09 +00:00
jruoho 4e017432fa Clarify that sysmon_task_queue_init() should be called from arch-specific
routine.
2010-01-26 07:58:16 +00:00
jruoho 5f432f93a1 Document also rest of the functions. 2010-01-26 07:53:25 +00:00
jruoho 1555fa1c4f Instead of "general purpose task queue", call it "general purpose system
monitoring task queue". Also include a paragraph about the intended usage.
2010-01-26 07:12:06 +00:00
jruoho c6660bc8ea Improve wording. 2010-01-25 20:09:15 +00:00
jruoho 7f23851633 Add the names of the parameters to the section describing the functions. 2010-01-25 19:58:46 +00:00
jruoho a86c90369f Do not list complete prototypes in the sections describing the functions. 2010-01-25 19:34:37 +00:00
jruoho af55ae111c Add a RETURN VALUES section. 2010-01-25 18:25:08 +00:00
jruoho 2e3ba4a495 Remove two consecutive commas in the SEE ALSO section. 2010-01-25 17:27:41 +00:00
jruoho 24b54723e5 Add the paper/presentation of Joerg and Jared to the list of references.
(Probably better reading than any of the specifications, with also some
historical value to NetBSD.)
2010-01-25 17:21:32 +00:00
jruoho fe5633bcc1 Add a simple manual page for the simple sysmon task queue.
ok wiz@
2010-01-25 16:16:33 +00:00
jruoho 30e77757be Add some missing devices. 2010-01-25 11:41:10 +00:00
jruoho dc30608997 Be more pedantic with the references; list also authors, dates, revisions,
and titles.
2010-01-25 11:02:56 +00:00
jruoho 81bf1f7a1f Recommit:
* add verbosity to the PNP0C32 reference
	* use more markup
	* improve wording
2010-01-25 10:12:41 +00:00