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
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-1
/
+1
*
Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)
jhb
2011-01-18
1
-2
/
+0
*
Work around a witness(4) panic introduced in r217238.
jkim
2011-01-11
1
-8
/
+26
*
Fix a witness(4) warning introduced in r217238.
jkim
2011-01-11
1
-13
/
+18
*
Remove impossible error conditions.
jkim
2011-01-10
1
-4
/
+2
*
Add forgotten free(9) in the previous commit for an error case.
jkim
2011-01-10
1
-0
/
+1
*
Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() to
jkim
2011-01-10
2
-84
/
+149
*
Prefer KASSERT(9) over panic(9) as it was never seen in reality.
jkim
2011-01-10
1
-2
/
+1
*
Clarify the previous commit. AcpiFinishGpe() will not clear GPE for us
jkim
2011-01-04
1
-1
/
+3
*
Clear GPE from a query handler if the task was deferred.
jkim
2011-01-04
1
-8
/
+11
*
Fix parameters for wakeup(9) and tsleep(9).
jkim
2011-01-03
1
-2
/
+2
*
Don't try to reserve a resource that is already allocated. If the ECDT
jhb
2010-12-23
1
-0
/
+8
*
Use resource_list_reserve() to reserve I/O port and memory resources for
jhb
2010-12-22
2
-69
/
+195
*
small cleanup of acpi battery status setting and checking
avg
2010-12-17
4
-4
/
+23
*
Small style fixes:
jhb
2010-12-16
1
-14
/
+12
*
Spelling fix.
jhb
2010-12-16
1
-1
/
+1
*
Merge ACPICA 20101209.
jkim
2010-12-15
3
-11
/
+27
*
Stop lying about supporting cpu_est_clockrate() when TSC is invariant. This
jkim
2010-12-14
1
-0
/
+11
*
Use proper resource ID's for HPET IRQ resources. This mostly consists of
jhb
2010-12-07
1
-1
/
+19
*
Various small typos and grammar nits in comments.
jhb
2010-11-18
1
-2
/
+2
*
Create C1 state when _CST is valid but _CST does not have one. Some BIOSes
jkim
2010-11-12
1
-4
/
+26
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-1
/
+1
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-0
/
+3
*
Consistently use padding `_' in the comment.
jkim
2010-11-08
1
-1
/
+1
*
Add a forgotten change from the previous commit.
jkim
2010-11-05
1
-1
/
+1
*
Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer is
jkim
2010-11-05
1
-44
/
+34
*
Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type
jkim
2010-11-03
1
-16
/
+14
*
Add two new loader tunables 'hw.acpi.install_interface' and
jkim
2010-10-26
1
-0
/
+106
*
Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you
jkim
2010-10-20
1
-1
/
+1
*
Remove undocumented and stale debug.acpi.do_powerstate tunable. It was
jkim
2010-10-19
1
-12
/
+0
*
Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specific
jkim
2010-10-19
3
-96
/
+68
*
Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.
jkim
2010-10-19
1
-1
/
+1
*
Clean up unused headers.
jkim
2010-10-13
1
-4
/
+0
*
Remove acpi_bus_number() completely. It had to be removed in r212761.
jkim
2010-10-13
1
-55
/
+0
*
Mark acpi_bus_number() as __unused. This allows clang to this file
rpaulo
2010-10-13
1
-1
/
+1
*
Use AcpiReset() from ACPICA instead of rolling our own, which is actually
jkim
2010-10-13
1
-10
/
+10
*
acpi_ec: changes in communication with hardware
avg
2010-10-12
1
-83
/
+89
*
Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets have
mav
2010-09-30
1
-0
/
+7
*
Quick fix for unmotivated C2 state usage during boot, introduced at r212541.
mav
2010-09-22
1
-1
/
+1
*
acpi_attach: do not explicitly install default handlers for default
avg
2010-09-22
1
-23
/
+0
*
Merge ACPICA 20100915.
jkim
2010-09-16
1
-36
/
+0
*
acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CST
avg
2010-09-13
1
-9
/
+1
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
2
-8
/
+16
*
Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers driver
mav
2010-09-13
1
-1
/
+7
*
Instead of storing last event timestamp, store the next event timestamp.
mav
2010-09-12
1
-19
/
+28
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
2
-4
/
+4
*
During SMP startup there is time window, when SMP started, but interrupts
mav
2010-09-08
1
-1
/
+26
*
Several improvements to HPET driver:
mav
2010-09-05
1
-22
/
+55
*
acpi: update stale comments about order of cpu devices probing
avg
2010-09-03
1
-6
/
+5
*
Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This
jhb
2010-08-17
6
-3
/
+18
[next]