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
*
Add devctl(4) notify support to ACPI. Various subsystems now notify
njl
2003-10-25
7
-3
/
+39
*
Disable irqs before entering the power-off state. This is not known
njl
2003-10-19
1
-0
/
+1
*
If requested to Sleep for less than our hz granularity (e.g., 10 ms),
njl
2003-10-02
1
-6
/
+13
*
Revert 1.24. It causes a hang on shutdown for Marcel. This is due to
njl
2003-09-30
1
-9
/
+1
*
If asked to stall for more than 100 us (which is specified as the max in
njl
2003-09-29
1
-1
/
+9
*
Make debug.acpi.level and debug.acpi.layer sysctls that can be set with
njl
2003-09-26
2
-15
/
+66
*
Consistently print attach messages.
njl
2003-09-26
5
-6
/
+6
*
Sort debugging levels and update the man page to match reality. Also
njl
2003-09-26
1
-3
/
+2
*
Fix the ACPI_DEBUG case.
njl
2003-09-22
1
-2
/
+2
*
Make this compile.
phk
2003-09-21
1
-0
/
+2
*
Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"
njl
2003-09-21
1
-17
/
+49
*
Add necessary newlines.
njl
2003-09-18
1
-2
/
+2
*
Shorten the message announcing fixed power/sleep buttons.
njl
2003-09-18
1
-3
/
+2
*
Add pci_resume() to reestablish interrupt routing after
iwasaki
2003-09-17
1
-1
/
+1
*
Bump the EC timeout from 50 to 100 ms. I believe the underlying issue is
njl
2003-09-15
1
-1
/
+1
*
Only enable S4BIOS by default if the FACS says it is available. The
njl
2003-09-15
1
-4
/
+9
*
Print notify values as hex.
njl
2003-09-14
1
-1
/
+1
*
Add the -i flag to acpiconf(8) to retrieve battery information.
njl
2003-09-13
2
-4
/
+4
*
Add a system notify handler in addition to the device notify handler.
njl
2003-09-11
1
-0
/
+9
*
Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()
marcel
2003-09-10
2
-6
/
+13
*
Move the definitions for ACPI MADT table entries not present in the ACPICA
jhb
2003-09-10
1
-0
/
+122
*
Disallow attempts to suspend to S0. It was only enabled for testing.
njl
2003-09-09
1
-10
/
+11
*
Don't free the buffer if it wasn't actually allocated.
njl
2003-09-04
1
-1
/
+1
*
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
njl
2003-08-29
3
-146
/
+0
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
1
-3
/
+3
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
9
-1156
/
+1193
*
Use __FBSDID().
obrien
2003-08-24
12
-23
/
+38
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
4
-8
/
+8
*
Update my mail address on copyright notice.
takawata
2003-08-19
1
-1
/
+1
*
Give timecounters a numeric quality field.
phk
2003-08-16
1
-5
/
+6
*
Revert part of rev. 1.16 -- reinstate system notify handler. It turns out
njl
2003-08-15
1
-0
/
+6
*
De-inline functions which do not need to be inline. Move the DEVMETHOD
njl
2003-08-15
1
-23
/
+23
*
Don't install a system notify handler. Move the device notify handler
njl
2003-08-15
1
-12
/
+11
*
Fix a couple changes that were incorrect in updating for 0619. Only unlock
njl
2003-08-15
1
-1
/
+7
*
Style cleanups to match the rest of this directory. For acpi_battery.c,
njl
2003-08-11
4
-878
/
+800
*
Default to 5 seconds before sleeping to give some machines time to stabilize.
njl
2003-08-08
1
-1
/
+6
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Add and document the hw.acpi.ec.poll_timeout tunable.
njl
2003-07-30
1
-2
/
+5
*
Enable wake up GPE before shutdown, not only for sleeping.
takawata
2003-07-26
1
-0
/
+1
*
Add an informational debugging printf of the maximum time spent in
njl
2003-07-25
1
-0
/
+10
*
Do not call acpi_MatchHid() for all probe cases since it accesses the
njl
2003-07-20
1
-8
/
+7
*
Close a race condition by passing status retrieved via a non-SCI call
njl
2003-07-20
1
-43
/
+32
*
Clarify the ACPI shutdown messages.
njl
2003-07-20
1
-2
/
+2
*
Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before the
njl
2003-07-20
3
-72
/
+172
*
Fix a bogon in the previous commit. When suppressing multiple isab
jhb
2003-07-17
1
-1
/
+1
*
Change the msleep part of EcWaitEvent to be a separate loop, fixing a
njl
2003-07-15
1
-31
/
+42
*
Remove old defines since they are no longer used.
njl
2003-07-15
1
-12
/
+0
*
Fix build breakage on ia64. The second argument of AcpiOsReadable()
marcel
2003-07-14
1
-2
/
+2
*
Update code to work with 0619 dist
njl
2003-07-13
7
-36
/
+92
*
Rewrite much of the embedded controller driver.
njl
2003-07-10
1
-311
/
+263
[next]