Date: Mon, 8 Nov 2010 20:44:11 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215010 - head/share/man/man4 Message-ID: <201011082044.oA8KiBEX052640@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Mon Nov 8 20:44:11 2010 New Revision: 215010 URL: http://svn.freebsd.org/changeset/base/215010 Log: Don't mention 'device acpi' or loading ACPI as a kernel module since the latter is not supported. This is also more consistent with manpages for other vendor-specific drivers such as acpi_ibm(4) and acpi_sony(4). Modified: head/share/man/man4/aibs.4 Modified: head/share/man/man4/aibs.4 ============================================================================== --- head/share/man/man4/aibs.4 Mon Nov 8 20:35:09 2010 (r215009) +++ head/share/man/man4/aibs.4 Mon Nov 8 20:44:11 2010 (r215010) @@ -24,18 +24,16 @@ .Nd "ASUSTeK AI Booster ACPI ATK0110 voltage, temperature and fan sensor" .Sh SYNOPSIS To compile this driver into the kernel, -place the following lines in your +place the following line in your kernel configuration file: .Bd -ragged -offset indent -.Cd "device acpi" .Cd "device aibs" .Ed .Pp Alternatively, to load the driver as a -module at boot time, place the following lines in +module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent -acpi_load="YES" aibs_load="YES" .Ed .Sh DESCRIPTION
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011082044.oA8KiBEX052640>