| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Remove some no longer used constants. | John Baldwin | 2004-11-23 | 1 | -8/+3 |
| * | Rework the ACPI PCI link code. | John Baldwin | 2004-11-23 | 5 | -1051/+688 |
| * | Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks until | Nate Lawson | 2004-11-16 | 1 | -9/+21 |
| * | After discussions with Nate, repo copy the acpi assist drivers from | Warner Losh | 2004-11-15 | 1 | -168/+0 |
| * | s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is | Don Lewis | 2004-11-14 | 1 | -3/+3 |
| * | Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it | Warner Losh | 2004-11-13 | 1 | -10/+6 |
| * | Commit takawata-san's Sony Notebook Controller driver, integrated into | Warner Losh | 2004-11-11 | 1 | -0/+172 |
| * | Only warn about missing _PRT tables if bootverbose is set. I've yet to see | John Baldwin | 2004-11-11 | 1 | -2/+4 |
| * | unsigned long -> u_long | Nate Lawson | 2004-11-09 | 1 | -1/+1 |
| * | Tell the BIOS we want to handle brightness switching as well as output | Nate Lawson | 2004-11-09 | 1 | -24/+33 |
| * | Make the bootverbose output from qualitydetermination of the ACPI timer | Poul-Henning Kamp | 2004-11-03 | 1 | -5/+6 |
| * | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | Dag-Erling Smørgrav | 2004-10-31 | 1 | -2/+2 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2004-10-31 | 1 | -4/+4 |
| * | Print before the footer, not after. | Nate Lawson | 2004-10-13 | 1 | -1/+1 |
| * | If flags are present, print them like ISA does. | Nate Lawson | 2004-10-13 | 1 | -0/+2 |
| * | Attach the device description for ISA devices on the ACPI bus. | Nate Lawson | 2004-10-12 | 1 | -0/+3 |
| * | Update C3 support when BM control is not present. | Nate Lawson | 2004-10-11 | 1 | -16/+28 |
| * | Make the lower range of the memory area 0x80000000 again. Also | Warner Losh | 2004-10-11 | 1 | -1/+5 |
| * | Notify the user when the battery is critically low. In the future, we | Nate Lawson | 2004-10-11 | 1 | -0/+4 |
| * | If bus mastering control is not available (PM2_BLK), don't just disable | Nate Lawson | 2004-10-11 | 1 | -16/+27 |
| * | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | Nate Lawson | 2004-10-11 | 1 | -15/+0 |
| * | Update a quirk for the ASUS P5A to disable the timer. It appears to work fine | Nate Lawson | 2004-10-08 | 3 | -9/+9 |
| * | For older systems with ACPI which don't have a pci <-> pci bridge, | Warner Losh | 2004-10-06 | 1 | -3/+3 |
| * | When the user overrides the DSDT, replace any SSDTs with a simple no-op | Nate Lawson | 2004-10-05 | 1 | -10/+40 |
| * | Allow routing to the SCI even if it's not in the list of valid IRQs. | Nate Lawson | 2004-09-25 | 1 | -0/+10 |
| * | Add a couple of macros to extract the PCI slot (device) and function from | John Baldwin | 2004-09-22 | 4 | -7/+11 |
| * | Initialize the flags value properly. We used to do this in acpi_tz_all_off() | Nate Lawson | 2004-09-21 | 1 | -33/+2 |
| * | Don't disable acpi in shutdown if we're panicing (panicstr != NULL). This | Nate Lawson | 2004-09-21 | 1 | -1/+1 |
| * | Record a problem we can't workaround for now regarding duplicate interrupts | Nate Lawson | 2004-09-20 | 1 | -0/+7 |
| * | Don't print a warning message if the _CRS value is empty. This is already | Nate Lawson | 2004-09-16 | 1 | -7/+5 |
| * | Clean up rev 1.49 by using the temperature conversion for _PSV also and | Nate Lawson | 2004-09-08 | 1 | -4/+5 |
| * | Don't change the state of the system in acpi_tz_establish(). Before, we | Nate Lawson | 2004-09-07 | 1 | -16/+22 |
| * | Instead of trusting _STA from power resources, cache the first value | Nate Lawson | 2004-09-07 | 1 | -5/+11 |
| * | Don't enter the debugger when executing an AML breakpoint instruction | Nate Lawson | 2004-09-02 | 1 | -5/+5 |
| * | Disable links after getting the possible resources. Even though _DIS | Nate Lawson | 2004-09-01 | 1 | -12/+12 |
| * | Add a suffix descriptor for the acpi thermal values as a hint for the userland | Peter Wemm | 2004-08-30 | 1 | -10/+10 |
| * | Always set the status and move a printf under bootverbose. | Nate Lawson | 2004-08-27 | 1 | -5/+8 |
| * | If getting the current setting after modifying the link failed, we assume | Nate Lawson | 2004-08-26 | 1 | -0/+1 |
| * | Remove code to initialize the lid state at boot. It interfered with lid | Nate Lawson | 2004-08-25 | 1 | -27/+14 |
| * | Rework sysresource management. Instead of having each sysresource object | Nate Lawson | 2004-08-23 | 3 | -122/+139 |
| * | Fix PCI link irq programming on resume. A logic bug prevented a device | Nate Lawson | 2004-08-21 | 1 | -1/+1 |
| * | Use the new start for the offset, not the old end. | Nate Lawson | 2004-08-20 | 1 | -1/+1 |
| * | Correctly handle BIOS resources that are duplicated (!). There are many | Nate Lawson | 2004-08-20 | 1 | -4/+49 |
| * | If _CRS fails, assume that it succeeded. The ASUS K8V (and others) defines | Nate Lawson | 2004-08-18 | 1 | -2/+1 |
| * | Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls the | Nate Lawson | 2004-08-18 | 1 | -2/+2 |
| * | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | Nate Lawson | 2004-08-18 | 3 | -61/+6 |
| * | Fix a deadlock on boot for some systems where reading the battery status | Nate Lawson | 2004-08-17 | 1 | -2/+6 |
| * | Fix building for the ACPI_DEBUG case. | Nate Lawson | 2004-08-13 | 1 | -0/+1 |
| * | Record the new status after checking if it has changed, not before. This | Nate Lawson | 2004-08-13 | 1 | -1/+1 |
| * | MPSAFE locking | Nate Lawson | 2004-08-13 | 1 | -38/+9 |