| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Create an identity mapping (V=P) super page for the low memory region on | njl | 2007-03-14 | 1 | -11/+6 |
* | Use vm_paddr_t rather than uintptr_t when passing the physical address of | jhb | 2007-03-05 | 1 | -4/+3 |
* | Add missing acpi_wakecode.o: assym.s dependency, so that if assym.s | ru | 2006-10-19 | 1 | -1/+1 |
* | Refine previous revision to allow acpi_wakecode.h to be safely built | ru | 2006-09-06 | 1 | -1/+7 |
* | First pass at allowing memory to be mapped using cache modes other than | jhb | 2006-08-11 | 2 | -7/+7 |
* | If a beep was enabled, turn it off 3 seconds after resume. | njl | 2006-08-08 | 1 | -0/+11 |
* | Unbreak tinderbox- fix device_printf arg to accomodate different sizes | mjacob | 2006-06-16 | 1 | -2/+2 |
* | * Ask for a page-aligned page instead of an arbitrary address. This should | njl | 2006-06-10 | 1 | -15/+30 |
* | Minor tweaks to the resume code. Previous commit reverted alignment back | njl | 2006-06-10 | 1 | -41/+50 |
* | Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes | njl | 2006-06-10 | 2 | -7/+7 |
* | Minor tweaks to the resume code that might help people debug. | njl | 2006-06-08 | 3 | -5/+26 |
* | If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall | jhb | 2006-03-27 | 1 | -4/+5 |
* | 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 |