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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify some logic in converting a buffer to an integer.
njl
2004-03-09
1
-1
/
+3
*
Use an unsigned int instead of an int for the Get/Set Integer interface.
njl
2004-03-09
2
-6
/
+6
*
Document a sysctl.
njl
2004-03-05
1
-1
/
+2
*
A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.
njl
2004-03-05
1
-1
/
+1
*
Fix an off-by-one error and rework our EC space handler. Writing to address
njl
2004-03-04
1
-14
/
+15
*
Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6
njl
2004-03-04
1
-3
/
+16
*
Add a "quirks" value to disable quirks handling for a given boot.
njl
2004-03-04
1
-5
/
+15
*
Change to acpi_{Get,Set}Integer to provide both methods. Convert all
njl
2004-03-03
11
-69
/
+52
*
Add support for quirks for acpi tables. Key off OEM vendor and revision.
njl
2004-03-03
4
-27
/
+87
*
Add the ACPI standard video extensions driver. I've done some style cleanup
njl
2004-03-01
1
-0
/
+946
*
Call _INI on Thermal Zones as well as devices.
njl
2004-02-28
1
-0
/
+6
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided
njl
2004-02-19
2
-5
/
+3
*
Do not remove the fixed handlers. Several systems (e.g., ASUS) only
njl
2004-02-19
1
-11
/
+5
*
Fix problem caused by previous commit where some users' buttons
njl
2004-02-19
2
-11
/
+2
*
Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix
njl
2004-02-14
1
-7
/
+5
*
Fix a whitespace nit.
jhb
2004-02-12
1
-1
/
+1
*
Prefer buttons defined in the AML over the ones in the FADT. Some
njl
2004-02-11
3
-24
/
+42
*
Make all ACPI debug layers unique again. This makes debugging a more
philip
2004-02-06
1
-6
/
+6
*
Notify the user (at kern.emerg) that the system will be shutting down if
njl
2004-02-03
1
-5
/
+13
*
If the temperature is at _HOT or _CRT for 3 sequential readings, shutdown
njl
2004-02-02
1
-14
/
+21
*
Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routine
roam
2004-01-28
1
-0
/
+2
*
Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the call
njl
2004-01-27
1
-3
/
+2
*
Move the code to initialize ACPI-CA into a separate acpi_Startup() function
jhb
2004-01-26
2
-24
/
+42
*
Use getenv_int() rather than reimplementing it.
jhb
2004-01-20
1
-10
/
+2
*
Add a component constant for ACPI_TOSHIBA to fix compilation of
jhb
2004-01-13
1
-0
/
+1
*
Bite the bullet and uncomment the shutdown() in case we hit the _CRT or
njl
2004-01-12
1
-4
/
+4
*
Clean up the acpi announce message of trailing spaces.
njl
2004-01-09
1
-3
/
+11
*
Expand the check for overriding the OS name to override _OS* (including
njl
2004-01-09
1
-7
/
+9
*
Delete the region we are passed if that is the requested operation.
njl
2004-01-03
1
-2
/
+6
*
Use the appropriate values for the notifies. No change in behavior
njl
2003-12-31
1
-2
/
+2
*
Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6.
njl
2003-12-28
1
-1
/
+1
*
Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID
jhb
2003-12-26
1
-3
/
+3
*
Fix locking broken by recent _CID changes. Always be sure to unlock
njl
2003-12-23
1
-10
/
+15
*
Update to use the new package routines instead of rolling our own
njl
2003-12-23
1
-66
/
+40
*
Remove the device_t parameter from package routines that only used it to
njl
2003-12-23
3
-49
/
+28
*
Don't use NULL (pointer) when we're testing for a count of 0 (integer).
peter
2003-12-23
1
-1
/
+1
*
Initialize acpi buffer structs early in order to avoid freeing
kan
2003-12-18
1
-3
/
+3
*
Remove power profile support from acpi_cpu, it will be managed by a
njl
2003-12-18
1
-95
/
+26
*
Add support for multiple CIDs since _CID can contain a package of values.
njl
2003-12-18
3
-65
/
+126
*
Fix throttling to use the proper mask. The bug resulted in only two
njl
2003-12-12
1
-2
/
+2
*
Trim trailing whitespace.
jhb
2003-12-10
1
-9
/
+9
*
Use sbufs instead of snprintf for parsing debug strings.
njl
2003-12-09
1
-13
/
+12
*
Delete madt.h since definitions are now used from actbl.h
njl
2003-12-09
1
-122
/
+0
*
We don't need to call _INI on processor objects now that ACPI-CA does
njl
2003-12-09
1
-7
/
+0
*
Update this driver to be more module friendly:
jhb
2003-12-03
1
-5
/
+7
*
* If a processor's softc is NULL, use C1 since there is no ACPI
njl
2003-11-27
1
-4
/
+11
*
* Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches the
njl
2003-11-26
1
-49
/
+48
*
Fix a typo in my patches to support extended IRQ resources that broke the
jhb
2003-11-20
1
-1
/
+1
[next]