Commit Graph

4775 Commits

Author SHA1 Message Date
wiz
5f6c2c6a0f Use .An. 2010-06-01 11:34:02 +00:00
skrll
60417a4357 Add a man page for the hp700 lcd(4) driver. 2010-06-01 10:24:14 +00:00
wiz
afb897ff04 Comment out reference to runway(4) until we have it. 2010-05-31 18:43:52 +00:00
wiz
e9fdf3b055 Remove trailing space. 2010-05-31 18:43:00 +00:00
skrll
91854841fe Add and install an astro(4) man page. 2010-05-31 09:46:25 +00:00
skrll
e73698242d Install the elroy(4) man page. 2010-05-31 09:44:15 +00:00
skrll
0282740042 Grammar. Whitespace. 2010-05-31 09:42:48 +00:00
skrll
4766a4a24b Add an ssio(4) man page. From OpenBSD. 2010-05-31 09:38:57 +00:00
skrll
c869d48abc Note com at ssio for hp700. Bump date. 2010-05-31 09:30:55 +00:00
wiz
1ebca18030 Add man page for uark(4) from OpenBSD. 2010-05-30 22:22:18 +00:00
wiz
1b3e363881 Bump date for previous.
Remove trailing space.
2010-05-28 13:25:54 +00:00
spz
ff138d4027 help the next person tripping over PR kern/43203 :
list the error messages, the reason for the error and the location where
the firmware ought to be
2010-05-27 19:27:24 +00:00
plunky
b1c545a2cf add Magic Mouse driver and manpage btmagic(4) 2010-05-22 18:56:00 +00:00
wiz
69d3a7e4fd Add gpt(8) and sort SEE ALSO (case insensitively). Bump date. 2010-05-18 23:34:40 +00:00
mbalmer
f782664b92 Language fix: upto date -> up to date. 2010-05-11 18:27:04 +00:00
mrg
a65f4b2b01 document IPFILTER_LOOKUP and IPFILTER_COMPAT.
use "IP-Filter" instead of "ip-filter".
bump date.
2010-05-08 22:25:11 +00:00
pooka
3b42318585 Remove "EXPERIMENTAL" from puffs + some rewording. 2010-05-01 13:07:34 +00:00
jruoho
68cd419c8a Remove the incorrect table. Fix grammar. 2010-04-25 18:01:08 +00:00
jruoho
fdb49deda6 Mention the ACPICA debugger and the way to enter to it from ddb(4). 2010-04-25 17:50:13 +00:00
wiz
84f9b28ba3 Sort sections, make HTML-ready. 2010-04-25 10:35:07 +00:00
jruoho
2875f99182 Update. 2010-04-25 07:12:10 +00:00
jruoho
b3401a8da7 No need to spread bad shell script practices in manual pages... 2010-04-25 07:00:50 +00:00
jruoho
e9ffb96ee3 Add also a paragraph about the platform-specific nature of the thermal
management.
2010-04-25 06:54:40 +00:00
jruoho
45fcbf70be Update this too. As the page was so laconic, and as there is little to write
about the driver, add an example on howto put the system into sleep when the
lid is closed.
2010-04-25 06:24:38 +00:00
jruoho
60723a5539 Update this.
Remove the nonsense about passive cooling. As there is no known bugs, speak
about CAVEATS instead, and add few items to this section as a TODO.
2010-04-25 06:04:59 +00:00
jruoho
3ae479ecfd Make the examples fit into 80 columns. Use .Tn. 2010-04-21 02:59:29 +00:00
jruoho
75868060a9 Document also kern.cryptodevallowsoft. 2010-04-20 08:37:22 +00:00
jruoho
88aba63225 Document kern.usercrypto and kern.userasymcrypto. 2010-04-20 08:27:24 +00:00
jmcneill
a9afbf298d add ShanTou ADM8515 and SUNRISING SR9600 Ethernet to list of supported devices 2010-04-19 21:58:58 +00:00
wiz
2d8e4401df Leave space as usual after Nm. 2010-04-15 09:56:56 +00:00
jruoho
88fe613911 Small markup changes. 2010-04-15 08:28:41 +00:00
wiz
a658f2bc9b Join URL; sort SEE ALSO. 2010-04-14 13:06:45 +00:00
jruoho
90fff7855d Add the USENIX paper to SEE ALSO. 2010-04-14 11:52:39 +00:00
wiz
ff92840abc Remove superfluous word. 2010-04-12 12:41:36 +00:00
jruoho
f900625cc5 Catch up with the sysctl-changes. 2010-04-12 12:21:17 +00:00
jruoho
1863635681 Document "how-to override the DSDT" in the manual page instead of code. 2010-04-11 08:58:43 +00:00
njoly
722e093359 Add missing double quote. 2010-04-10 20:19:40 +00:00
jruoho
039f34b662 Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.
ok jmcneill@

XXX:    This is broken: it calls methods with absolute pathnames (almost
        guaranteed not to be portable across models), it accesses methods
        that are in the domain of other drivers, it walks the namespace on
        its own, it contains plenty of magic constants, it does not
        integrate with existing KPIs, etc. Summa summarum: this should be
        rewritten as a more generic toshiba_acpi(4).
2010-04-10 17:55:24 +00:00
jruoho
032dd39775 Document "machdep.acpi_beep_on_reset". 2010-04-10 05:21:41 +00:00
jruoho
dfdc56cbc7 Remove the list of devices from the SYNOPSIS. Note acpiwmi(4). 2010-04-10 04:56:26 +00:00
jruoho
4b7c7ca106 Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4). 2010-04-10 04:49:17 +00:00
jruoho
6a306d5969 Finally, add wmihp to the SYNOPSIS. Duh. 2010-04-08 18:31:53 +00:00
jruoho
fc48d50c00 Fix build failure noted by tnn@. 2010-04-08 18:20:46 +00:00
jruoho
fb2e2b446e Refer to the correct driver. 2010-04-08 18:11:20 +00:00
jruoho
32cb5c59b8 Note the conflict between wmihp(4) and hpqlb(4). 2010-04-08 17:53:42 +00:00
jruoho
dd9f9f5796 Add wmihp(4). 2010-04-08 17:44:22 +00:00
jruoho
8d0a2e3892 Add acpiwmi(4). 2010-04-08 10:06:25 +00:00
jruoho
531704d1c8 Emphasize the powerd(8) script and use .Tn for acronyms. 2010-04-08 08:42:40 +00:00
tsutsui
b97082ea7c Add a recently committed evbsh3 variant in SYNOPSIS. 2010-04-07 11:10:25 +00:00
tsutsui
4a5e7b0f18 Fix quoting in previous. 2010-04-07 11:07:29 +00:00