index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpica
/
acpivar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
njl
2004-10-08
1
-0
/
+2
*
Add a couple of macros to extract the PCI slot (device) and function from
jhb
2004-09-22
1
-0
/
+4
*
Rework sysresource management. Instead of having each sysresource object
njl
2004-08-23
1
-2
/
+0
*
Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all
njl
2004-08-18
1
-2
/
+0
*
MPSAFE locking
njl
2004-08-13
1
-28
/
+33
*
Add flags for _STA (status) methods and convenience macros for checking
njl
2004-08-06
1
-1
/
+15
*
Add the ability to detach a battery. Now batteries that are detached are
njl
2004-07-12
1
-0
/
+1
*
Move flags into a private ivar so it can't collide with device flags.
njl
2004-06-30
1
-5
/
+10
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+6
*
Staticize acpi_MatchHid() and include acpi_if.h
njl
2004-06-29
1
-1
/
+1
*
- Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources are
jhb
2004-06-23
1
-0
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Add support to ACPI to manage its own resources. Previously, resource
njl
2004-06-13
1
-1
/
+3
*
Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace more
njl
2004-06-13
1
-0
/
+9
*
Style cleanups. "extern" is unneeded for function prototypes.
njl
2004-05-28
1
-74
/
+68
*
Update the new suspend/resume GPE methods to properly limit the GPE
njl
2004-05-28
1
-0
/
+1
*
Restructure the wake GPE API. Now there are three functions:
njl
2004-05-27
1
-54
/
+35
*
Revert the previous commit. The bus accessor macros do not check the
njl
2004-05-22
1
-3
/
+56
*
Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them
njl
2004-05-18
1
-56
/
+3
*
Select the highest valid (i.e., S3) sleep state for the default for the
njl
2004-05-06
1
-3
/
+0
*
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
philip
2004-04-22
1
-0
/
+1
*
Move the timer difference convenience function from acpi_cpu.c to make it
njl
2004-04-21
1
-0
/
+1
*
Style cleanups to reduce diffs to locking tree.
njl
2004-04-14
1
-2
/
+1
*
Include the prototype for acpi_GetReference.
njl
2004-04-09
1
-0
/
+1
*
Move the ivar accessing routines back to inlines (reverting acpivar.h
njl
2004-04-01
1
-9
/
+71
*
Add an interface to pass an argument to the resource parsing functions.
njl
2004-03-31
1
-2
/
+2
*
Use an unsigned int instead of an int for the Get/Set Integer interface.
njl
2004-03-09
1
-3
/
+3
*
Change to acpi_{Get,Set}Integer to provide both methods. Convert all
njl
2004-03-03
1
-3
/
+5
*
Add support for quirks for acpi tables. Key off OEM vendor and revision.
njl
2004-03-03
1
-9
/
+8
*
Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided
njl
2004-02-19
1
-2
/
+0
*
Prefer buttons defined in the AML over the ones in the FADT. Some
njl
2004-02-11
1
-4
/
+4
*
Make all ACPI debug layers unique again. This makes debugging a more
philip
2004-02-06
1
-6
/
+6
*
Move the code to initialize ACPI-CA into a separate acpi_Startup() function
jhb
2004-01-26
1
-0
/
+1
*
Add a component constant for ACPI_TOSHIBA to fix compilation of
jhb
2004-01-13
1
-0
/
+1
*
Remove the device_t parameter from package routines that only used it to
njl
2003-12-23
1
-6
/
+3
*
Add acpi_package.c with routines for validating packages and pulling
njl
2003-11-15
1
-0
/
+15
*
Add an acpi_OverrideInterruptLevel() method that OSPM can use to override
jhb
2003-11-11
1
-0
/
+1
*
Add devctl(4) notify support to ACPI. Various subsystems now notify
njl
2003-10-25
1
-0
/
+2
*
Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()
marcel
2003-09-10
1
-1
/
+1
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
1
-136
/
+61
*
Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before the
njl
2003-07-20
1
-31
/
+5
*
Remove old defines since they are no longer used.
njl
2003-07-15
1
-12
/
+0
*
Add some extra #ifdef stubs so that this compiles on 4.8.
jhb
2003-05-13
1
-0
/
+6
*
Support functions for the new ACPI import.
njl
2003-04-29
1
-0
/
+3
*
Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.
jake
2003-03-25
1
-1
/
+1
*
Add sysctl knob to stop disabling acpi on shutdown.
takawata
2002-12-11
1
-0
/
+1
*
Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS is
iwasaki
2002-10-31
1
-1
/
+8
*
- Include lock headers on current in this header instead of putting
jhb
2002-10-16
1
-3
/
+18
*
Add a helper routine acpi_SetIntrModel() to call the _PIC method to set
jhb
2002-09-06
1
-0
/
+8
*
Resolve conflicts arising from the ACPI CA 20020815 import.
iwasaki
2002-08-29
1
-1
/
+1
[next]