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
/
i386
/
acpica
/
acpi_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize sx locks to use simple atomic operations for the common cases of
jhb
2007-03-31
1
-0
/
+1
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-2
/
+2
*
First pass at allowing memory to be mapped using cache modes other than
jhb
2006-08-11
1
-2
/
+2
*
Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes
njl
2006-06-10
1
-6
/
+6
*
Minor tweaks to the resume code that might help people debug.
njl
2006-06-08
1
-1
/
+7
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Rewrite the acpi_battery interface to allow for other battery types
njl
2005-07-23
1
-8
/
+13
*
Remove a "needs Giant" flag from the /dev/apm compat device.
njl
2004-10-22
1
-1
/
+0
*
Match surrounding style, not style(msmith).
njl
2004-10-11
1
-16
/
+16
*
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
njl
2004-10-11
1
-0
/
+6
*
Get the acpi softc via the devclass, not by caching the device. Replace
njl
2004-07-24
1
-12
/
+8
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+24
*
Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number of
imp
2004-06-28
1
-9
/
+9
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
- Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is
jhb
2004-06-10
1
-6
/
+0
*
Style cleanups, u_intXX -> uintXX.
njl
2004-05-05
1
-19
/
+7
*
Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger and
jhb
2004-05-04
1
-1
/
+4
*
Don't check for NULL, device_get_softc() always succeeds.
njl
2004-04-21
1
-4
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Change the reset video option to be positive (hw.acpi.reset_video).
njl
2003-11-01
1
-5
/
+6
*
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
iwasaki
2003-10-30
1
-0
/
+10
*
Add final adjustment code of battery status based on the battery capacity
iwasaki
2003-09-17
1
-0
/
+9
*
Finish an earlier commit:
jhb
2003-09-10
1
-3
/
+11
*
Style cleanups.
njl
2003-08-28
1
-50
/
+24
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Add some extra #ifdef stubs so that this compiles on 4.8.
jhb
2003-05-13
1
-0
/
+4
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
*sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IO
jhb
2002-11-21
1
-1
/
+1
*
Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get the
jhb
2002-10-16
1
-0
/
+4
*
Use d_thread_t for cdevsw functions instead of struct thread * so that it
jhb
2002-10-09
1
-4
/
+4
*
Trash the PnPBIOStable pointer later on when we know that the acpi probe
jhb
2002-09-30
1
-0
/
+6
*
If we are using APIC_IO tell ACPI so it can route interrupts properly.
jhb
2002-09-06
1
-0
/
+3
*
Add APM compatibility feature to ACPI.
iwasaki
2001-10-26
1
-0
/
+335