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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Canonize the include of acpi.h.
obrien
2005-09-11
4
-4
/
+4
*
Rename variables:
rodrigc
2005-08-18
1
-12
/
+13
*
Rewrite the acpi_battery interface to allow for other battery types
njl
2005-07-23
1
-8
/
+13
*
Pick up the selectors to use for various kernel segments from assym.s
iedowse
2005-04-22
1
-4
/
+5
*
Remove support for mixed mode altogether now that we no longer use IRQ 0
jhb
2005-04-14
1
-2
/
+0
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-2
/
+6
*
- Add a new quirk to indicate that pin 0 of the first I/O APIC is really
jhb
2005-02-22
1
-2
/
+8
*
Only export defined symbols. Note that I couldn't find any difference
njl
2004-12-12
1
-1
/
+1
*
After discussions with Nate, repo copy the acpi assist drivers from
imp
2004-11-15
3
-1710
/
+0
*
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
philip
2004-11-12
1
-69
/
+67
*
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
philip
2004-11-12
1
-9
/
+6
*
Add support for gadgets on Asus L4R and M6R notebooks.
philip
2004-11-08
1
-0
/
+22
*
Add power profile support so that the LCD changes brightness levels based
njl
2004-11-07
1
-20
/
+86
*
Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.
philip
2004-11-05
1
-9
/
+47
*
Add support for Asus M6N laptops
philip
2004-11-02
1
-0
/
+11
*
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
*
Be sure to always unlock the sx lock when exiting the sysctl function.
njl
2004-08-24
1
-1
/
+1
*
Disable interrupts after using pmap_enter() to add the identity mapping.
njl
2004-08-19
1
-1
/
+1
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+20
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+15
*
MPSAFE locking
njl
2004-08-13
1
-0
/
+10
*
Remove the attempt to cache the previous page mapped at our identity
njl
2004-08-05
1
-15
/
+2
*
Unbreak LINT by making sure that method is always defined.
philip
2004-08-04
1
-0
/
+4
*
Further cleanup: merge the three led toggling functions
philip
2004-08-03
1
-41
/
+55
*
Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.
njl
2004-08-03
1
-78
/
+32
*
Avoid casts as lvalues. While here, avoid storing 32bit quantities in
kan
2004-07-28
1
-6
/
+6
*
Use file2c instead of a combination of hexdump, sed and shell script to
tjr
2004-07-27
1
-11
/
+1
*
Get the acpi softc via the devclass, not by caching the device. Replace
njl
2004-07-24
1
-12
/
+8
*
Whitespace cleanup and move static variables together.
njl
2004-07-24
1
-23
/
+23
*
Remove unneeded parens and fix whitespace.
njl
2004-07-24
1
-36
/
+29
*
Add the ACPI Panasonic extras driver.
nyan
2004-07-21
1
-0
/
+410
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-15
1
-2
/
+0
*
Use the proper type and then cast on assignment. This fixes warning when
njl
2004-07-06
1
-2
/
+4
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+24
*
Update for acpi_id_probe()
njl
2004-06-29
2
-26
/
+19
*
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
2
-8
/
+8
*
s/device_get_handle/acpi_get_handle
njl
2004-06-15
1
-1
/
+1
*
Catch one more use of acpi_MatchHid and update for new API.
njl
2004-06-15
1
-1
/
+1
*
Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
njl
2004-06-14
2
-3
/
+5
*
- Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 is
jhb
2004-06-10
1
-6
/
+0
*
Completely ignore disabled CPU entries as their APIC IDs tend to be
jhb
2004-06-10
1
-13
/
+8
*
Use the local APIC ID rather than the ACPI Processor ID to index the array
jhb
2004-06-01
1
-28
/
+30
*
Add missing #include <sys/module.h>
phk
2004-05-30
2
-0
/
+2
*
Fixup a few bogons in a comment.
jhb
2004-05-11
1
-3
/
+3
*
Rework the APIC mixed mode support a bit:
jhb
2004-05-10
1
-0
/
+2
[next]