[BACK]Return to acpi.4 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man4

Annotation of src/share/man/man4/acpi.4, Revision 1.3

1.3     ! augustss    1: .\" $NetBSD: acpi.4,v 1.2 2002/07/29 03:08:09 augustss Exp $
1.1       augustss    2: .\"
                      3: .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
                      4: .\" All rights reserved.
                      5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
                     14: .\" 3. All advertising materials mentioning features or use of this software
                     15: .\"    must display the following acknowledgement:
                     16: .\"        This product includes software developed by the NetBSD
                     17: .\"        Foundation, Inc. and its contributors.
                     18: .\" 4. Neither the name of The NetBSD Foundation nor the names of its
                     19: .\"    contributors may be used to endorse or promote products derived
                     20: .\"    from this software without specific prior written permission.
                     21: .\"
                     22: .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
                     23: .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
                     24: .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
                     25: .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
                     26: .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
                     27: .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
                     28: .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
                     29: .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
                     30: .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
                     31: .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
                     32: .\" POSSIBILITY OF SUCH DAMAGE.
                     33: .\"
                     34: .Dd April 24, 2002
                     35: .Dt ACPI 4
                     36: .Os
                     37: .Sh NAME
                     38: .Nm acpi
                     39: .Nd Advanced Control and Power Interface
                     40: .Sh SYNOPSIS
                     41: .Cd "acpi0     at mainbus0"
                     42: .Cd "acpiacad* at acpi?"
                     43: .Cd "acpibat*  at acpi?"
                     44: .Cd "acpibut*  at acpi?"
                     45: .Cd "acpiec*   at acpi?"
                     46: .Cd "acpilib*  at acpi?"
                     47: .Cd "spic*     at acpi?"
1.2       augustss   48: .Pp
                     49: .Cd "options   ACPI_PCI_FIXUP=1"
1.3     ! augustss   50: .Cd "options   ACPI_ACTIVATE_DEV=0"
1.1       augustss   51: .Sh DESCRIPTION
                     52: .Nx
                     53: provides machine-independent bus support for
                     54: .Tn ACPI
                     55: devices.
1.2       augustss   56: .Pp
                     57: The
                     58: .Dv "ACPI_PCI_FIXUP"
                     59: option determines if the ACPI driver should attempt to set
                     60: up PCI interrupt routing.  The default is to do the fixup.
1.3     ! augustss   61: .Pp
        !            62: The
        !            63: .Dv "ACPI_ACTIVATE_DEV"
        !            64: option determines if the ACPI driver should attempt to axctivate
        !            65: inactive devices.  The default is off.
1.1       augustss   66: .Sh SEE ALSO
                     67: .Xr acpiacad 4 ,
                     68: .Xr acpibat 4 ,
                     69: .Xr acpibut 4 ,
                     70: .Xr acpiec 4 ,
                     71: .Xr acpilid 4 ,
                     72: .Xr apm 4 ,
1.2       augustss   73: .Xr pci 4 ,
1.1       augustss   74: .Xr spic 4
                     75: .Sh HISTORY
                     76: The
                     77: .Nm
                     78: driver
                     79: appeared in
                     80: .Nx 1.6 .
                     81: .Sh BUGS
                     82: The
                     83: .Tn ACPI
                     84: implementation is very incomplete and so are the man pages.

CVSweb <webmaster@jp.NetBSD.org>