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
*
Support for system "power profiles". Currently we support two profiles;
msmith
2001-07-07
1
-0
/
+64
*
This was only half-implemented when I committed it, and certainly didn't
msmith
2001-07-06
1
-30
/
+92
*
Improve some error messages slightly.
msmith
2001-07-05
1
-2
/
+5
*
Implement PCI interrupt routing using the ACPI data attached to the
msmith
2001-07-05
2
-10
/
+510
*
Fix a couple of misunderstandings in the monitor code. Passive cooling
msmith
2001-07-05
1
-50
/
+131
*
Add a new helper function for finding resources in resource buffers.
msmith
2001-07-05
3
-198
/
+275
*
Wrap the interrupt handler so that we can get the ACPI lock.
msmith
2001-06-29
1
-2
/
+20
*
Add ACPI lock support.
msmith
2001-06-29
1
-13
/
+52
*
Add ACPI subsystem mutex support, currently disabled. This implements
msmith
2001-06-29
1
-1
/
+21
*
Update for new debug layer constant names in the ACPI CA 20010615
msmith
2001-06-29
5
-5
/
+5
*
Use msleep() when we sleep waiting for a GPE, since we are holding the
msmith
2001-06-29
1
-37
/
+55
*
Update to synch with the 20010615 ACPI CA import.
msmith
2001-06-29
1
-129
/
+183
*
Sync to my work in progress:
msmith
2001-06-28
4
-146
/
+1092
*
Reset timestamps of battery info. and status by thier notify handler.
iwasaki
2001-06-24
1
-10
/
+13
*
- Swap order of "S4B" and "S5" in sleep_state_names. They already
iwasaki
2001-06-24
1
-6
/
+6
*
Add sysctl interface (Read-only) for temprature, AC-line and Battery.
iwasaki
2001-06-23
6
-73
/
+618
*
What I get for "fixing" at the last minute. Correct a mis-merge of takawata's
msmith
2001-05-30
2
-1
/
+1
*
- Updates for new constant naming in the ACPI CA 20010518 update.
msmith
2001-05-29
18
-140
/
+157
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+1
*
Remove bogus block device major now that bdev majors are gone.
jhb
2001-04-02
1
-2
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
3
-0
/
+4
*
Bring our local hack for wakeup back from
iwasaki
2001-03-07
1
-0
/
+88
*
Properly protect the parameters to the EC_{GET,SET}_{DATA,CSR} macros with
jhb
2001-02-26
1
-4
/
+10
*
- Use a loop to read consecutive bytes from the embedded controller to
jhb
2001-02-26
1
-10
/
+19
*
When ensuring the destination buffer is truncated for a string obtained
jhb
2001-02-26
1
-1
/
+1
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-4
/
+4
*
Add some debugging.
msmith
2001-01-31
1
-8
/
+72
*
Add some debugging statements.
msmith
2001-01-31
3
-26
/
+67
*
Tidy up.
msmith
2001-01-31
1
-48
/
+47
*
Add some debugging.
msmith
2001-01-31
1
-35
/
+17
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
8
-46
/
+24
*
Axe unused local variable.
jhb
2001-01-23
1
-1
/
+0
*
- Mark an unused function with __unused.
jhb
2001-01-23
1
-1
/
+6
*
Axe an unused static softc.
jhb
2001-01-23
1
-2
/
+0
*
Move a temporary #ifdef of code (just the #ifdef part) up so that it is
jhb
2001-01-23
1
-4
/
+4
*
In answer to the comment: /* XXX is it OK to block here? */, the answer
peter
2001-01-23
1
-2
/
+3
*
Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly
msmith
2001-01-22
1
-0
/
+2
*
Add 3 new dynamic sysctl's to control the sleep states switched to on a
jhb
2001-01-13
2
-0
/
+53
*
Enable fixed event at not only boot but also wakeup.
iwasaki
2001-01-10
1
-13
/
+33
*
Change Embedded Controller lock to ACPI Global Lock.This is needed for
takawata
2001-01-02
1
-11
/
+2
*
Hack in interrupt routing support (using the core $PIR support, not using
msmith
2000-12-29
2
-6
/
+10
*
Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().
iwasaki
2000-12-24
4
-4
/
+130
*
Add ACPI AC adaptor and ACPI Control Method Battery.
takawata
2000-12-22
4
-3
/
+480
*
Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.
takawata
2000-12-21
1
-2
/
+0
*
Disable my previous committed code for a moment.
iwasaki
2000-12-20
1
-0
/
+2
*
Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().
iwasaki
2000-12-20
1
-0
/
+3
*
Change priority of procedure queueing.
takawata
2000-12-20
1
-2
/
+2
*
Fix testing reboot howto flags in acpi_shutdown_final().
iwasaki
2000-12-19
1
-1
/
+1
*
Fix with debugging option.
takawata
2000-12-15
1
-2
/
+2
[next]